Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16260
PhabricatorPolicyCodexRuleDescription.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
717 B
Referenced Files
None
订阅者
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
详情
附加的
Mime Type
text/x-php
Expires
9月 12 Fri, 2:57 AM (22 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5716
默认替代文本
PhabricatorPolicyCodexRuleDescription.php (717 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment