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 setPublisher($publisher)Inherited
public function setPublisher($publisher)
Inherited
Parameters
$publisher |
Return
wild |
public function getPublisher()Inherited
public function getPublisher()
Inherited
Return
wild |
public function getConfig($key, $default)Inherited
public function getConfig($key, $default)
Inherited
Parameters
$key | ||
$default |
Return
wild |
protected function pushAtomStack($atom)Inherited
protected function pushAtomStack($atom)
Inherited
Parameters
DivinerAtom | $atom |
Return
wild |
protected function peekAtomStack()Inherited
protected function peekAtomStack()
Inherited
Return
wild |
protected function popAtomStack()Inherited
protected function popAtomStack()
Inherited
Return
wild |
public function renderAtom($atom)
public function renderAtom($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
public function renderAtomSummary($atom)
public function renderAtomSummary($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
public function renderAtomIndex($refs)
public function renderAtomIndex($refs)
Parameters
array | $refs |
Return
wild |
public function getHrefForAtomRef($ref)
public function getHrefForAtomRef($ref)
Parameters
DivinerAtomRef | $ref |
Return
wild |
protected function renderAtomTitle($atom)
protected function renderAtomTitle($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function renderAtomName($atom)
protected function renderAtomName($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function getAtomName($atom)
protected function getAtomName($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function renderAtomType($atom)
protected function renderAtomType($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function getAtomType($atom)
protected function getAtomType($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function renderAtomProperties($atom)
protected function renderAtomProperties($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function getAtomProperties($atom)
protected function getAtomProperties($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function renderAtomDescription($atom)
protected function renderAtomDescription($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function getAtomDescription($atom)
protected function getAtomDescription($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
public function getAtomSummary($atom)
public function getAtomSummary($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function getGroupName($group_key)
protected function getGroupName($group_key)
Parameters
$group_key |
Return
wild |
protected function getBlockMarkupEngine()
protected function getBlockMarkupEngine()
Return
wild |
protected function getInlineMarkupEngine()
protected function getInlineMarkupEngine()
Return
wild |
public function normalizeAtomRef($ref)
public function normalizeAtomRef($ref)
Parameters
DivinerAtomRef | $ref |
Return
wild |
protected function getAtomHrefDepth($atom)
protected function getAtomHrefDepth($atom)
Parameters
DivinerAtom | $atom |
Return
wild |
protected function renderAtomRefLink($ref)
protected function renderAtomRefLink($ref)
Parameters
DivinerAtomRef | $ref |
Return
wild |