Page MenuHomeIn-Portal Phabricator

in-news
No OneTemporary

File Metadata

Created
Fri, Jul 18, 11:09 PM
Index: branches/5.3.x/install/cache/class_structure.php
===================================================================
--- branches/5.3.x/install/cache/class_structure.php (revision 16168)
+++ branches/5.3.x/install/cache/class_structure.php (revision 16169)
@@ -1,15 +1,45 @@
<?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(
'ArticlesEventHandler' => '/modules/in-news/units/articles/articles_event_handler.php',
'ArticlesTagProcessor' => '/modules/in-news/units/articles/articles_tag_processor.php',
'InNewsPrerequisites' => '/modules/in-news/install/prerequisites.php',
'InNewsUpgrades' => '/modules/in-news/install/upgrades.php',
),
+ 'class_info' => array(
+ 'ArticlesEventHandler' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kCatDBEventHandler',
+ ),
+ ),
+ 'ArticlesTagProcessor' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kCatDBTagProcessor',
+ ),
+ ),
+ 'InNewsPrerequisites' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kHelper',
+ ),
+ ),
+ 'InNewsUpgrades' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kUpgradeHelper',
+ ),
+ ),
+ ),
);

Event Timeline