Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorConfigColumnSchema

final class PhabricatorConfigColumnSchema
Phabricator Technical Documentation (Config)

This class is not documented.

Methods

public function newEmptyClone()

This method is not documented.
Return
wild

protected function compareToSimilarSchema($expect)

This method is not documented.
Parameters
PhabricatorConfigStorageSchema$expect
Return
wild

protected function getSubschemata()

This method is not documented.
Return
wild

public function compareTo($expect)
Inherited

This method is not documented.
Parameters
PhabricatorConfigStorageSchema$expect
Return
wild

public function setName($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function getName()
Inherited

This method is not documented.
Return
wild

public function setIssues($issues)
Inherited

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

public function getIssues()
Inherited

This method is not documented.
Return
wild

public function getLocalIssues()
Inherited

This method is not documented.
Return
wild

public function hasIssue($issue)
Inherited

This method is not documented.
Parameters
$issue
Return
wild

public function getAllIssues()
Inherited

This method is not documented.
Return
wild

public function getStatus()
Inherited

This method is not documented.
Return
wild

public static function getIssueName($issue)
Inherited

This method is not documented.
Parameters
$issue
Return
wild

public static function getIssueDescription($issue)
Inherited

This method is not documented.
Parameters
$issue
Return
wild

public static function getIssueStatus($issue)
Inherited

This method is not documented.
Parameters
$issue
Return
wild

public static function getStatusSeverity($status)
Inherited

This method is not documented.
Parameters
$status
Return
wild

public static function getStrongestStatus($u, $v)
Inherited

This method is not documented.
Parameters
$u
$v
Return
wild

public function setAutoIncrement($auto_increment)

This method is not documented.
Parameters
$auto_increment
Return
wild

public function getAutoIncrement()

This method is not documented.
Return
wild

public function setNullable($nullable)

This method is not documented.
Parameters
$nullable
Return
wild

public function getNullable()

This method is not documented.
Return
wild

public function setColumnType($column_type)

This method is not documented.
Parameters
$column_type
Return
wild

public function getColumnType()

This method is not documented.
Return
wild

public function setDataType($data_type)

This method is not documented.
Parameters
$data_type
Return
wild

public function getDataType()

This method is not documented.
Return
wild

public function setCollation($collation)

This method is not documented.
Parameters
$collation
Return
wild

public function getCollation()

This method is not documented.
Return
wild

public function setCharacterSet($character_set)

This method is not documented.
Parameters
$character_set
Return
wild

public function getCharacterSet()

This method is not documented.
Return
wild

public function hasSameColumnTypeAs($other)

This method is not documented.
Parameters
PhabricatorConfigColumnSchema$other
Return
wild

public function getKeyByteLength($prefix)

This method is not documented.
Parameters
$prefix
Return
wild