Page MenuHomePhorge
Diviner Tech Docs DivinerAtomRef

final class DivinerAtomRef
Phorge Technical Documentation (Diviner)

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 getSortKey()

This method is not documented.
Return
wild

public function setIndex($index)

This method is not documented.
Parameters
$index
Return
wild

public function getIndex()

This method is not documented.
Return
wild

public function setSummary($summary)

This method is not documented.
Parameters
$summary
Return
wild

public function getSummary()

This method is not documented.
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getName()

This method is not documented.
Return
wild

public function setType($type)

This method is not documented.
Parameters
$type
Return
wild

public function getType()

This method is not documented.
Return
wild

public function setContext($context)

This method is not documented.
Parameters
$context
Return
wild

public function getContext()

This method is not documented.
Return
wild

public function setBook($book)

This method is not documented.
Parameters
$book
Return
wild

public function getBook()

This method is not documented.
Return
wild

public function setGroup($group)

This method is not documented.
Parameters
$group
Return
wild

public function getGroup()

This method is not documented.
Return
wild

public function setTitle($title)

This method is not documented.
Parameters
$title
Return
wild

public function getTitle()

This method is not documented.
Return
wild

public function getTitleSlug()

This method is not documented.
Return
wild

public function toDictionary()

This method is not documented.
Return
wild

public function toHash()

This method is not documented.
Return
wild

public static function newFromDictionary($dict)

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

public static function normalizeString($str)

This method is not documented.
Parameters
$str
Return
wild

public static function normalizeTitleString($str)

This method is not documented.
Parameters
$str
Return
wild