public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final public function setActor($actor)Inherited
final public function setActor($actor)
Inherited
Parameters
PhabricatorUser | $actor |
Return
wild |
final public function getActor()Inherited
final public function getActor()
Inherited
Return
wild |
final public function requireActor()Inherited
final public function requireActor()
Inherited
Return
wild |
final public function setExcludeMailRecipientPHIDs($phids)Inherited
final public function setExcludeMailRecipientPHIDs($phids)
Inherited
Parameters
$phids |
Return
wild |
final protected function getExcludeMailRecipientPHIDs()Inherited
final protected function getExcludeMailRecipientPHIDs()
Inherited
Return
wild |
public function setContentSource($content_source)
public function setContentSource($content_source)
Parameters
PhabricatorContentSource | $content_source |
Return
wild |
public function getContentSource()
public function getContentSource()
Return
wild |
public function setRequest($request)
public function setRequest($request)
Parameters
AphrontRequest | $request |
Return
wild |
public function getRequest()
public function getRequest()
Return
wild |
public function setCancelURI($cancel_uri)
public function setCancelURI($cancel_uri)
Parameters
$cancel_uri |
Return
wild |
public function getCancelURI()
public function getCancelURI()
Return
wild |
public function addToken($object_phid, $token_phid)
public function addToken($object_phid, $token_phid)
Parameters
$object_phid | ||
$token_phid |
Return
wild |
public function deleteToken($object_phid)
public function deleteToken($object_phid)
Parameters
$object_phid |
Return
wild |
private function executeDeleteToken($object, $token_given)
private function executeDeleteToken($object, $token_given)
Parameters
PhabricatorTokenReceiverInterface | $object | |
PhabricatorTokenGiven | $token_given |
Return
wild |
private function validateToken($token_phid)
private function validateToken($token_phid)
Parameters
$token_phid |
Return
wild |
private function validateObject($object_phid)
private function validateObject($object_phid)
Parameters
$object_phid |
Return
wild |
private function loadCurrentToken($object)
private function loadCurrentToken($object)
Parameters
PhabricatorTokenReceiverInterface | $object |
Return
wild |
private function publishTransaction($object, $old_token_phid, $new_token_phid)
private function publishTransaction($object, $old_token_phid, $new_token_phid)
Parameters
PhabricatorTokenReceiverInterface | $object | |
$old_token_phid | ||
$new_token_phid |
Return
wild |