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()
public function __construct()
Return
this | //Implicit.// |
public function setViewer($viewer)
public function setViewer($viewer)
Parameters
PhabricatorUser | $viewer |
Return
wild |
public function getViewer()
public function getViewer()
Return
wild |
public function setWidth($width)
public function setWidth($width)
Parameters
$width |
Return
wild |
public function getWidth()
public function getWidth()
Return
wild |
public function setHeight($height)
public function setHeight($height)
Parameters
$height |
Return
wild |
public function getHeight()
public function getHeight()
Return
wild |
public function setEmblems($emblems)
public function setEmblems($emblems)
Parameters
array | $emblems |
Return
wild |
public function getEmblems()
public function getEmblems()
Return
wild |
public function setURI($uri)
public function setURI($uri)
Parameters
$uri |
Return
wild |
public function getURI()
public function getURI()
Return
wild |
public function setCacheKey($cache_key)
public function setCacheKey($cache_key)
Parameters
$cache_key |
Return
wild |
public function getCacheKey()
public function getCacheKey()
Return
wild |
public function newDigest()
public function newDigest()
Return
wild |
public function toDictionary()
public function toDictionary()
Return
wild |
public static function newConfigurationDigest()
public static function newConfigurationDigest()
Return
wild |
private static function getAllResources()
private static function getAllResources()
Return
wild |
private static function getBuiltinResources()
private static function getBuiltinResources()
Return
wild |
public function newURI()
public function newURI()
Return
wild |
private function loadCachedFile($template_file)
private function loadCachedFile($template_file)
Parameters
PhabricatorFile | $template_file |
Return
wild |
private function newCompositedFavicon($template)
private function newCompositedFavicon($template)
Parameters
$template |
Return
wild |
private function newTemplateFile($emblem, $width, $height)
private function newTemplateFile($emblem, $width, $height)
Parameters
$emblem | ||
$width | ||
$height |
Return
wild |
private function newFaviconFile($data)
private function newFaviconFile($data)
Parameters
$data |
Return
wild |