Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1160950
in-news
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, Sep 19, 9:14 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Sep 21, 9:14 PM (51 m, 41 s)
Engine
blob
Format
Raw Data
Handle
750926
Attached To
rMINN Modules.In-News
in-news
View Options
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
Log In to Comment