Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1099611
custom
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
Fri, Aug 15, 2:58 AM
Size
4 KB
Mime Type
text/x-diff
Expires
Sun, Aug 17, 2:58 AM (8 h, 6 m)
Engine
blob
Format
Raw Data
Handle
711963
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/1.3.x/install/cache/class_structure.php
===================================================================
--- branches/1.3.x/install/cache/class_structure.php (revision 16163)
+++ branches/1.3.x/install/cache/class_structure.php (revision 16164)
@@ -1,27 +1,141 @@
<?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(
'CustomEventHandler' => '/modules/custom/units/sections/custom_eh.php',
'CustomUpgrades' => '/modules/custom/install/upgrades.php',
'EArticleEventHandler' => '/modules/custom/units/sections/articles/e_article_eh.php',
'EArticleTagProcessor' => '/modules/custom/units/sections/articles/e_article_tp.php',
'ECategoryEventHandler' => '/modules/custom/units/sections/categories/e_category_eh.php',
'ECategoryTagProcessor' => '/modules/custom/units/sections/categories/e_category_tp.php',
'ELinkEventHandler' => '/modules/custom/units/sections/links/e_link_eh.php',
'ELinkTagProcessor' => '/modules/custom/units/sections/links/e_link_tp.php',
'EProductEventHandler' => '/modules/custom/units/sections/products/e_product_eh.php',
'EProductTagProcessor' => '/modules/custom/units/sections/products/e_product_tp.php',
'EReviewEventHandler' => '/modules/custom/units/sections/reviews/e_review_eh.php',
'EUserEventHandler' => '/modules/custom/units/sections/users/e_user_eh.php',
'EUserTagProcessor' => '/modules/custom/units/sections/users/e_user_tp.php',
'SampleHelper' => '/modules/custom/units/helpers/sample_helper.php',
'WidgetEventHandler' => '/modules/custom/units/widgets/widget_eh.php',
'WidgetTagProcessor' => '/modules/custom/units/widgets/widget_tp.php',
),
+ 'class_info' => array(
+ 'CustomEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kEventHandler',
+ ),
+ ),
+ 'CustomUpgrades' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kUpgradeHelper',
+ ),
+ ),
+ 'EArticleEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'ArticlesEventHandler',
+ ),
+ ),
+ 'EArticleTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'ArticlesTagProcessor',
+ ),
+ ),
+ 'ECategoryEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'CategoriesEventHandler',
+ ),
+ ),
+ 'ECategoryTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'CategoriesTagProcessor',
+ ),
+ ),
+ 'ELinkEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'LinksEventHandler',
+ ),
+ ),
+ 'ELinkTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'LinkTagProcessor',
+ ),
+ ),
+ 'EProductEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'ProductsEventHandler',
+ ),
+ ),
+ 'EProductTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'ProductsTagProcessor',
+ ),
+ ),
+ 'EReviewEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'ReviewsEventHandler',
+ ),
+ ),
+ 'EUserEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'UsersEventHandler',
+ ),
+ ),
+ 'EUserTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'UsersTagProcessor',
+ ),
+ ),
+ 'SampleHelper' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kHelper',
+ ),
+ ),
+ 'WidgetEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBEventHandler',
+ ),
+ ),
+ 'WidgetTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kDBTagProcessor',
+ ),
+ ),
+ ),
);
Event Timeline
Log In to Comment