Index: branches/1.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16157 -r16164 --- branches/1.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16157) +++ branches/1.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16164) @@ -5,7 +5,7 @@ * 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', @@ -24,4 +24,118 @@ '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', + ), + ), + ), );