Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F482686
PhabricatorPolicyApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
481 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyApplication.php
View Options
<?php
final
class
PhabricatorPolicyApplication
extends
PhabricatorApplication
{
public
function
isLaunchable
()
{
return
false
;
}
public
function
canUninstall
()
{
return
false
;
}
public
function
getRoutes
()
{
return
array
(
'/policy/'
=>
array
(
'explain/(?P<phid>[^/]+)/(?P<capability>[^/]+)/'
=>
'PhabricatorPolicyExplainController'
,
'edit/(?:(?P<phid>[^/]+)/)?'
=>
'PhabricatorPolicyEditController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 2:07 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
78155
Default Alt Text
PhabricatorPolicyApplication.php (481 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment