Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1382514
PhabricatorPolicyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
866 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyException.php
View Options
<?php
final
class
PhabricatorPolicyException
extends
Exception
{
private
$title
;
private
$rejection
;
private
$capabilityName
;
private
$moreInfo
=
array
();
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 7, 12:27 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
323488
Default Alt Text
PhabricatorPolicyException.php (866 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment