Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1050704
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
Thu, Jul 3, 8:27 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Sat, Jul 5, 8:27 AM (20 h, 23 m)
Engine
blob
Format
Raw Data
Handle
678469
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