Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F773594
helpers_config.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
Sun, Feb 2, 5:51 PM
Size
365 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 5:51 PM (3 h, 46 m)
Engine
blob
Format
Raw Data
Handle
556799
Attached To
rMCUS Modules.Custom
helpers_config.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
$config
=
Array
(
'Prefix'
=>
'custom-helpers'
,
'EventHandlerClass'
=>
Array
(
'class'
=>
'kEventHandler'
,
'file'
=>
''
,
'build_event'
=>
'OnBuild'
),
'RegisterClasses'
=>
Array
(
Array
(
'pseudo'
=>
'SampleHelper'
,
'class'
=>
'SampleHelper'
,
'file'
=>
'sample_helper.php'
,
'build_event'
=>
''
),
),
);
Event Timeline
Log In to Comment