Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276488
PhabricatorPolicyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
PhabricatorPolicyException.php
View Options
<?php
final
class
PhabricatorPolicyException
extends
Exception
{
private
$title
;
private
$rejection
;
private
$capabilityName
;
private
$moreInfo
=
array
();
private
$objectPHID
;
private
$context
;
private
$capability
;
public
function
setTitle
(
$title
)
{
$this
->
title
=
$title
;
return
$this
;
}
public
function
getTitle
()
{
return
$this
->
title
;
}
public
function
setCapabilityName
(
$capability_name
)
{
$this
->
capabilityName
=
$capability_name
;
return
$this
;
}
public
function
getCapabilityName
()
{
return
$this
->
capabilityName
;
}
public
function
setRejection
(
$rejection
)
{
$this
->
rejection
=
$rejection
;
return
$this
;
}
public
function
getRejection
()
{
return
$this
->
rejection
;
}
public
function
setMoreInfo
(
array
$more_info
)
{
$this
->
moreInfo
=
$more_info
;
return
$this
;
}
public
function
getMoreInfo
()
{
return
$this
->
moreInfo
;
}
public
function
setObjectPHID
(
$object_phid
)
{
$this
->
objectPHID
=
$object_phid
;
return
$this
;
}
public
function
getObjectPHID
()
{
return
$this
->
objectPHID
;
}
public
function
setContext
(
$context
)
{
$this
->
context
=
$context
;
return
$this
;
}
public
function
getContext
()
{
return
$this
->
context
;
}
public
function
setCapability
(
$capability
)
{
$this
->
capability
=
$capability
;
return
$this
;
}
public
function
getCapability
()
{
return
$this
->
capability
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 22, 6:45 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/2e/ad3868d08d8e9cf9dafdf43defcf
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment