Page MenuHomePhorge
Diviner Tech Docs PhabricatorFaviconRef

final class PhabricatorFaviconRef
Phorge Technical Documentation (Files)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

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$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function __construct()

This method is not documented.
Return
this//Implicit.//

public function setViewer($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public function getViewer()

This method is not documented.
Return
wild

public function setWidth($width)

This method is not documented.
Parameters
$width
Return
wild

public function getWidth()

This method is not documented.
Return
wild

public function setHeight($height)

This method is not documented.
Parameters
$height
Return
wild

public function getHeight()

This method is not documented.
Return
wild

public function setEmblems($emblems)

This method is not documented.
Parameters
array$emblems
Return
wild

public function getEmblems()

This method is not documented.
Return
wild

public function setURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function getURI()

This method is not documented.
Return
wild

public function setCacheKey($cache_key)

This method is not documented.
Parameters
$cache_key
Return
wild

public function getCacheKey()

This method is not documented.
Return
wild

public function newDigest()

This method is not documented.
Return
wild

public function toDictionary()

This method is not documented.
Return
wild

public static function newConfigurationDigest()

This method is not documented.
Return
wild

private static function getAllResources()

This method is not documented.
Return
wild

private static function getBuiltinResources()

This method is not documented.
Return
wild

public function newURI()

This method is not documented.
Return
wild

private function loadCachedFile($template_file)

This method is not documented.
Parameters
PhabricatorFile$template_file
Return
wild

private function newCompositedFavicon($template)

This method is not documented.
Parameters
$template
Return
wild

private function newTemplateFile($emblem, $width, $height)

This method is not documented.
Parameters
$emblem
$width
$height
Return
wild

private function newFaviconFile($data)

This method is not documented.
Parameters
$data
Return
wild