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. |
public function __construct($params, $strictly_typed)
public function __construct($params, $strictly_typed)
Parameters
array | $params | |
$strictly_typed |
Return
this | //Implicit.// |
public function getValue($key, $default)
public function getValue($key, $default)
Parameters
$key | ||
$default |
Return
wild |
public function getIntValue($key, $default)
public function getIntValue($key, $default)
Parameters
$key | ||
$default |
Return
wild |
public function getValueExists($key)
public function getValueExists($key)
Parameters
$key |
Return
wild |
public function getAllParameters()
public function getAllParameters()
Return
wild |
public function setUser($user)
public function setUser($user)
Parameters
PhabricatorUser | $user |
Return
wild |
public function getUser()
public function getUser()
Retrieve the authentic identity of the user making the request. If a method requires authentication (the default) the user object will always be available. If a method does not require authentication (i.e., overrides shouldRequireAuthentication() to return false) the user object will NEVER be available.
Return
PhabricatorUser | Authentic user, available ONLY if the method requires authentication. |
public function getViewer()
public function getViewer()
Return
wild |
public function setOAuthToken($oauth_token)
public function setOAuthToken($oauth_token)
Parameters
PhabricatorOAuthServerAccessToken | $oauth_token |
Return
wild |
public function getOAuthToken()
public function getOAuthToken()
Return
wild |
public function setIsClusterRequest($is_cluster_request)
public function setIsClusterRequest($is_cluster_request)
Parameters
$is_cluster_request |
Return
wild |
public function getIsClusterRequest()
public function getIsClusterRequest()
Return
wild |
public function getIsStrictlyTyped()
public function getIsStrictlyTyped()
Return
wild |
public function newContentSource()
public function newContentSource()
Return
wild |