Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1176228
class_structure.php
No One
Temporary
Actions
Download 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
Mon, Oct 6, 7:25 AM
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Oct 8, 7:25 AM (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
763016
Attached To
rMINN Modules.In-News
class_structure.php
View Options
<?php
// @codingStandardsIgnoreFile
/**
* This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it.
*/
return
array
(
'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