Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776492
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
Fri, Feb 7, 5:09 PM
Size
365 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 5:09 PM (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
558917
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