Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1092468
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
Sun, Aug 10, 10:00 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Tue, Aug 12, 10:00 AM (8 h, 11 m)
Engine
blob
Format
Raw Data
Handle
707478
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 16186)
+++ branches/5.3.x/install/cache/class_structure.php (revision 16187)
@@ -1,61 +1,61 @@
<?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(
'ArticleReviewRouter' => '/modules/in-news/units/articles/ArticleReviewRouter.php',
'ArticleRouter' => '/modules/in-news/units/articles/ArticleRouter.php',
'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(
'ArticleReviewRouter' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'AbstractReviewRouter',
),
),
'ArticleRouter' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'AbstractCategoryItemRouter',
),
),
'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