Page MenuHomePhorge
Diviner Tech Docs PhabricatorConfigSchemaSpec

abstract class PhabricatorConfigSchemaSpec
Phorge Technical Documentation (Config)

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)

This method is not documented.
Parameters
$utf8_sorting_collation
Return
wild

public function getUTF8SortingCollation()

This method is not documented.
Return
wild

public function setUTF8BinaryCollation($utf8_binary_collation)

This method is not documented.
Parameters
$utf8_binary_collation
Return
wild

public function getUTF8BinaryCollation()

This method is not documented.
Return
wild

public function setUTF8Charset($utf8_charset)

This method is not documented.
Parameters
$utf8_charset
Return
wild

public function getUTF8Charset()

This method is not documented.
Return
wild

public function setServer($server)

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

public function getServer()

This method is not documented.
Return
wild

abstract public function buildSchemata()

This method is not documented.
Return
wild

protected function buildLiskObjectSchema($object)

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

protected function buildFerretIndexSchema($engine)

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

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

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

protected function buildEdgeSchemata($object)

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

protected function getDatabase($name)

This method is not documented.
Parameters
$name
Return
wild

protected function newDatabase($name)

This method is not documented.
Parameters
$name
Return
wild

protected function getNamespacedDatabase($name)

This method is not documented.
Parameters
$name
Return
wild

protected function newTable($name)

This method is not documented.
Parameters
$name
Return
wild

protected function newColumn($name)

This method is not documented.
Parameters
$name
Return
wild

protected function newKey($name)

This method is not documented.
Parameters
$name
Return
wild

public function getMaximumByteLengthForDataType($data_type)

This method is not documented.
Parameters
$data_type
Return
wild

private function getDetailsForDataType($data_type)

This method is not documented.
Parameters
$data_type
Return
wild