Page MenuHomePhorge
Diviner Tech Docs PhabricatorDashboardSchemaSpec

final class PhabricatorDashboardSchemaSpec
Phorge Technical Documentation (Dashboard)

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 setUTF8SortingCollation($utf8_sorting_collation)
Inherited

This method is not documented.
Parameters
$utf8_sorting_collation
Return
wild

public function getUTF8SortingCollation()
Inherited

This method is not documented.
Return
wild

public function setUTF8BinaryCollation($utf8_binary_collation)
Inherited

This method is not documented.
Parameters
$utf8_binary_collation
Return
wild

public function getUTF8BinaryCollation()
Inherited

This method is not documented.
Return
wild

public function setUTF8Charset($utf8_charset)
Inherited

This method is not documented.
Parameters
$utf8_charset
Return
wild

public function getUTF8Charset()
Inherited

This method is not documented.
Return
wild

public function setServer($server)
Inherited

This method is not documented.
Parameters
PhabricatorConfigServerSchema$server
Return
wild

public function getServer()
Inherited

This method is not documented.
Return
wild

public function buildSchemata()

This method is not documented.
Return
wild

protected function buildLiskObjectSchema($object)
Inherited

This method is not documented.
Parameters
PhabricatorLiskDAO$object
Return
wild

protected function buildFerretIndexSchema($engine)
Inherited

This method is not documented.
Parameters
PhabricatorFerretEngine$engine
Return
wild

protected function buildRawSchema($database_name, $table_name, $columns, $keys, $options)
Inherited

This method is not documented.
Parameters
$database_name
$table_name
array$columns
array$keys
array$options
Return
wild

protected function buildEdgeSchemata($object)
Inherited

This method is not documented.
Parameters
PhabricatorLiskDAO$object
Return
wild

protected function getDatabase($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

protected function newDatabase($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

protected function getNamespacedDatabase($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

protected function newTable($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

protected function newColumn($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

protected function newKey($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function getMaximumByteLengthForDataType($data_type)
Inherited

This method is not documented.
Parameters
$data_type
Return
wild

private function getDetailsForDataType($data_type)
Inherited

This method is not documented.
Parameters
$data_type
Return
wild