Page MenuHomePhorge
Diviner Tech Docs PhabricatorStorageManagementAPI

final class PhabricatorStorageManagementAPI
Phorge Technical Documentation (Storage)

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 setDisableUTF8MB4($disable_utf8_mb4)

This method is not documented.
Parameters
$disable_utf8_mb4
Return
wild

public function getDisableUTF8MB4()

This method is not documented.
Return
wild

public function setNamespace($namespace)

This method is not documented.
Parameters
$namespace
Return
wild

public function getNamespace()

This method is not documented.
Return
wild

public function setUser($user)

This method is not documented.
Parameters
$user
Return
wild

public function getUser()

This method is not documented.
Return
wild

public function setPassword($password)

This method is not documented.
Parameters
$password
Return
wild

public function getPassword()

This method is not documented.
Return
wild

public function setHost($host)

This method is not documented.
Parameters
$host
Return
wild

public function getHost()

This method is not documented.
Return
wild

public function setPort($port)

This method is not documented.
Parameters
$port
Return
wild

public function getPort()

This method is not documented.
Return
wild

public function setRef($ref)

This method is not documented.
Parameters
PhabricatorDatabaseRef$ref
Return
wild

public function getRef()

This method is not documented.
Return
wild

public function getDatabaseName($fragment)

This method is not documented.
Parameters
$fragment
Return
wild

public function getInternalDatabaseName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getDisplayName()

This method is not documented.
Return
wild

public function getDatabaseList($patches, $only_living)

This method is not documented.
Parameters
array$patches
$only_living
Return
wild

public function getConn($fragment)

This method is not documented.
Parameters
$fragment
Return
wild

public function getAppliedPatches()

This method is not documented.
Return
wild

public function getPatchDurations()

This method is not documented.
Return
wild

public function createDatabase($fragment)

This method is not documented.
Parameters
$fragment
Return
wild

public function createTable($fragment, $table, $cols)

This method is not documented.
Parameters
$fragment
$table
array$cols
Return
wild

public function getLegacyPatches($patches)

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

public function markPatchApplied($patch, $duration)

This method is not documented.
Parameters
$patch
$duration
Return
wild

public function applyPatch($patch)

This method is not documented.
Parameters
PhabricatorStoragePatch$patch
Return
wild

public function applyPatchSQL($sql)

This method is not documented.
Parameters
$sql
Return
wild

public function applyPatchPHP($script)

This method is not documented.
Parameters
$script
Return
wild

public function isCharacterSetAvailable($character_set)

This method is not documented.
Parameters
$character_set
Return
wild

public function getClientCharset()

This method is not documented.
Return
wild

public static function isCharacterSetAvailableOnConnection($character_set, $conn)

This method is not documented.
Parameters
$character_set
AphrontDatabaseConnection$conn
Return
wild

public function getCharsetInfo()

This method is not documented.
Return
wild