Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F871611
in-link
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, May 7, 11:19 PM
Size
3 KB
Mime Type
text/x-diff
Expires
Fri, May 9, 11:19 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
617628
Attached To
rMINL Modules.In-Link
in-link
View Options
Index: branches/5.3.x/install/cache/class_structure.php
===================================================================
--- branches/5.3.x/install/cache/class_structure.php (revision 16167)
+++ branches/5.3.x/install/cache/class_structure.php (revision 16168)
@@ -1,23 +1,109 @@
<?php
// @codingStandardsIgnoreFile
/**
* This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it.
*/
return array(
- 'cache_format' => 1,
+ 'cache_format' => 2,
'classes' => array(
'InLinkPrerequisites' => '/modules/in-link/install/prerequisites.php',
'InLinkUpgrades' => '/modules/in-link/install/upgrades.php',
'LinkHelper' => '/modules/in-link/units/helpers/link_helper.php',
'LinkTagProcessor' => '/modules/in-link/units/links/link_tag_processor.php',
'LinkValidationEventHandler' => '/modules/in-link/units/link_validation/link_validation_eh.php',
'LinkValidationTagProcessor' => '/modules/in-link/units/link_validation/link_validation_tp.php',
'LinkVisitEventHandler' => '/modules/in-link/units/l-visits/l-visit_eh.php',
'LinksEventHandler' => '/modules/in-link/units/links/links_event_handler.php',
'ListingTypesEventHandler' => '/modules/in-link/units/listing_types/listing_types_event_handler.php',
'ListingTypesTagProcessor' => '/modules/in-link/units/listing_types/listing_types_tag_processor.php',
'ListingsEventHandler' => '/modules/in-link/units/listings/listings_event_handler.php',
'ListingsTagProcessor' => '/modules/in-link/units/listings/listings_tag_processor.php',
),
+ 'class_info' => array(
+ 'InLinkPrerequisites' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kHelper',
+ ),
+ ),
+ 'InLinkUpgrades' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kUpgradeHelper',
+ ),
+ ),
+ 'LinkHelper' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kHelper',
+ ),
+ ),
+ 'LinkTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kCatDBTagProcessor',
+ ),
+ ),
+ 'LinkValidationEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBEventHandler',
+ ),
+ ),
+ 'LinkValidationTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBTagProcessor',
+ ),
+ ),
+ 'LinkVisitEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBEventHandler',
+ ),
+ ),
+ 'LinksEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kCatDBEventHandler',
+ ),
+ ),
+ 'ListingTypesEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBEventHandler',
+ ),
+ ),
+ 'ListingTypesTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBTagProcessor',
+ ),
+ ),
+ 'ListingsEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBEventHandler',
+ ),
+ ),
+ 'ListingsTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBTagProcessor',
+ ),
+ ),
+ ),
);
Event Timeline
Log In to Comment