Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F546004
PhabricatorPolicyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
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
Mon, May 12, 1:05 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
111139
Default Alt Text
PhabricatorPolicyException.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment