Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Fri, Aug 15, 2:58 AM
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