Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1050579
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
Thu, Jul 3, 12:29 AM
Size
3 KB
Mime Type
text/x-php
Expires
Sat, Jul 5, 12:29 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
678808
Attached To
rMINB Modules.In-Bulletin
class_structure.php
View Options
<?php
// @codingStandardsIgnoreFile
/**
* This file is automatically @generated. Please use 'in-portal classmap:rebuild' command to rebuild it.
*/
return
array
(
'cache_format'
=>
2
,
'classes'
=>
array
(
'EmoticonEventHandler'
=>
'/modules/in-bulletin/units/emoticons/emoticon_eh.php'
,
'InBulletinPrerequisites'
=>
'/modules/in-bulletin/install/prerequisites.php'
,
'InBulletinUpgrades'
=>
'/modules/in-bulletin/install/upgrades.php'
,
'PollCommentEventHandler'
=>
'/modules/in-bulletin/units/poll_comments/poll_comment_eh.php'
,
'PollEventHandler'
=>
'/modules/in-bulletin/units/polls/poll_eh.php'
,
'PollTagProcessor'
=>
'/modules/in-bulletin/units/polls/poll_tp.php'
,
'PostEventHandler'
=>
'/modules/in-bulletin/units/posts/post_eh.php'
,
'PostHelper'
=>
'/modules/in-bulletin/units/helpers/post_helper.php'
,
'PostTagProcessor'
=>
'/modules/in-bulletin/units/posts/post_tp.php'
,
'PrivateMessageBodyEventHandler'
=>
'/modules/in-bulletin/units/private_message_body/private_message_body_eh.php'
,
'PrivateMessageEventHandler'
=>
'/modules/in-bulletin/units/private_messages/private_message_eh.php'
,
'PrivateMessageTagProcessor'
=>
'/modules/in-bulletin/units/private_messages/private_message_tp.php'
,
'TopicReviewRouter'
=>
'/modules/in-bulletin/units/topics/TopicReviewRouter.php'
,
'TopicRouter'
=>
'/modules/in-bulletin/units/topics/TopicRouter.php'
,
'TopicsEventHandler'
=>
'/modules/in-bulletin/units/topics/topics_event_handler.php'
,
'TopicsTagProcessor'
=>
'/modules/in-bulletin/units/topics/topics_tag_processor.php'
,
),
'class_info'
=>
array
(
'EmoticonEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'InBulletinPrerequisites'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kHelper'
,
),
),
'InBulletinUpgrades'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kUpgradeHelper'
,
),
),
'PollCommentEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'PollEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'PollTagProcessor'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBTagProcessor'
,
),
),
'PostEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'PostHelper'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kHelper'
,
),
),
'PostTagProcessor'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBTagProcessor'
,
),
),
'PrivateMessageBodyEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'PrivateMessageEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBEventHandler'
,
),
),
'PrivateMessageTagProcessor'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kDBTagProcessor'
,
),
),
'TopicReviewRouter'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'AbstractReviewRouter'
,
),
),
'TopicRouter'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'AbstractCategoryItemRouter'
,
),
),
'TopicsEventHandler'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kCatDBEventHandler'
,
),
),
'TopicsTagProcessor'
=>
array
(
'type'
=>
1
,
'modifiers'
=>
0
,
'extends'
=>
array
(
0
=>
'kCatDBTagProcessor'
,
),
),
),
);
Event Timeline
Log In to Comment