Page MenuHomePhorge
Diviner Tech Docs PhabricatorMemeEngine

final class PhabricatorMemeEngine
Phorge Technical Documentation (Macro)

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 setViewer($viewer)

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

public function getViewer()

This method is not documented.
Return
wild

public function setTemplate($template)

This method is not documented.
Parameters
$template
Return
wild

public function getTemplate()

This method is not documented.
Return
wild

public function setAboveText($above_text)

This method is not documented.
Parameters
$above_text
Return
wild

public function getAboveText()

This method is not documented.
Return
wild

public function setBelowText($below_text)

This method is not documented.
Parameters
$below_text
Return
wild

public function getBelowText()

This method is not documented.
Return
wild

public function getGenerateURI()

This method is not documented.
Return
wild

public function newAsset()

This method is not documented.
Return
wild

private function newTransformHash()

This method is not documented.
Return
wild

public function loadCachedFile()

This method is not documented.
Return
wild

private function loadTemplateFile()

This method is not documented.
Return
wild

private function newAssetFile($template)

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

private function newAssetData($template)

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

private function newImagemagickAsset($template, $template_data)

This method is not documented.
Parameters
PhabricatorFile$template
$template_data
Return
wild

private function newGDAsset($template, $data)

This method is not documented.
Parameters
PhabricatorFile$template
$data
Return
wild

private function getFont()

This method is not documented.
Return
wild

private function getMetrics($dim_x, $dim_y)

This method is not documented.
Parameters
$dim_x
$dim_y
Return
wild

private function drawText($img, $font, $size, $x, $y, $text)

This method is not documented.
Parameters
$img
$font
$size
$x
$y
$text
Return
wild