Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F475869
PhabricatorPolicyCodexRuleDescription.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
717 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyCodexRuleDescription.php
View Options
<?php
final
class
PhabricatorPolicyCodexRuleDescription
extends
Phobject
{
private
$description
;
private
$capabilities
=
array
();
private
$isActive
=
true
;
public
function
setDescription
(
$description
)
{
$this
->
description
=
$description
;
return
$this
;
}
public
function
getDescription
()
{
return
$this
->
description
;
}
public
function
setCapabilities
(
array
$capabilities
)
{
$this
->
capabilities
=
$capabilities
;
return
$this
;
}
public
function
getCapabilities
()
{
return
$this
->
capabilities
;
}
public
function
setIsActive
(
$is_active
)
{
$this
->
isActive
=
$is_active
;
return
$this
;
}
public
function
getIsActive
()
{
return
$this
->
isActive
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 12:43 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
85787
Default Alt Text
PhabricatorPolicyCodexRuleDescription.php (717 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment