Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1052209
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, Jul 4, 9:54 AM
Size
4 KB
Mime Type
text/x-diff
Expires
Sun, Jul 6, 9:54 AM (3 h, 26 m)
Engine
blob
Format
Raw Data
Handle
679473
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 16181)
+++ branches/1.3.x/install/cache/class_structure.php (revision 16182)
@@ -1,149 +1,149 @@
<?php
// @codingStandardsIgnoreFile
/**
- * This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it.
+ * This file is automatically @generated. Please use 'in-portal classmap:rebuild' command to rebuild it.
*/
return array(
'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',
'WidgetRouter' => '/modules/custom/units/widgets/WidgetRouter.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',
),
),
'WidgetRouter' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'AbstractRouter',
),
),
'WidgetTagProcessor' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'kDBTagProcessor',
),
),
),
);
Event Timeline
Log In to Comment