Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893396
PhabricatorPolicyApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
757 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyApplication.php
View Options
<?php
final
class
PhabricatorPolicyApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'Policy'
)
;
}
public
function
isLaunchable
(
)
{
return
false
;
}
public
function
canUninstall
(
)
{
return
false
;
}
public
function
getRoutes
(
)
{
return
array
(
'/policy/'
=>
array
(
'explain/(?P<phid>[^/]+)/(?P<capability>[^/]+)/'
=>
'PhabricatorPolicyExplainController'
,
'edit/'
.
'(?:'
.
'object/(?P<objectPHID>[^/]+)'
.
'|'
.
'type/(?P<objectType>[^/]+)'
.
'|'
.
'template/(?P<templateType>[^/]+)'
.
')/'
.
'(?:(?P<phid>[^/]+)/)?'
=>
'PhabricatorPolicyEditController'
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:19 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127374
Default Alt Text
PhabricatorPolicyApplication.php (757 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment