Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90461504
PhabricatorAdministratorsPolicyRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 21:38
Size
355 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 21:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22080286
Attached To
rPH Phabricator
PhabricatorAdministratorsPolicyRule.php
View Options
<?php
final
class
PhabricatorAdministratorsPolicyRule
extends
PhabricatorPolicyRule
{
public
function
getRuleDescription
()
{
return
pht
(
'administrators'
);
}
public
function
applyRule
(
PhabricatorUser
$viewer
,
$value
)
{
return
$viewer
->
getIsAdmin
();
}
public
function
getValueControlType
()
{
return
self
::
CONTROL_TYPE_NONE
;
}
}
Event Timeline
Log In to Comment