Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorEditEngineConfiguration

final class PhabricatorEditEngineConfiguration
Phabricator Technical Documentation (Transactions)

This class is not documented.

Tasks

Configuring Storage

Other Methods

Methods

public static function pushStorageNamespace($namespace)
Inherited

This method is not documented.
Parameters
$namespace
Return
wild

public static function popStorageNamespace()
Inherited

This method is not documented.
Return
wild

public static function getDefaultStorageNamespace()
Inherited

This method is not documented.
Return
wild

public static function getStorageNamespace()
Inherited

This method is not documented.
Return
wild

public function setForcedStorageNamespace($namespace)
Inherited

This method is not documented.
Parameters
$namespace
Return
wild

protected function establishLiveConnection($mode)
Inherited

This method is not documented.
Parameters
$mode
Return
wild

private function newClusterConnection($application, $database, $mode)
Inherited

This method is not documented.
Parameters
$application
$database
$mode
Return
wild

private function raiseImproperWrite($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseImpossibleWrite($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseUnconfigured($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseUnreachable($database, $proxy)
Inherited

This method is not documented.
Parameters
$database
Exception$proxy
Return
wild

public function getTableName()

This method is not documented.
Return
wild

public function getApplicationName()
Inherited

This method is not documented.
Return
wild

protected function getDatabaseName()
Inherited

This method is not documented.
Return
wild

public static function chunkSQL($fragments, $limit)
Inherited

PhabricatorLiskDAO

Break a list of escaped SQL statement fragments (e.g., VALUES lists for INSERT, previously built with qsprintf()) into chunks which will fit under the MySQL 'max_allowed_packet' limit.

If a statement is too large to fit within the limit, it is broken into its own chunk (but might fail when the query executes).

Parameters
array$fragments
$limit
Return
wild

protected function assertAttached($property)
Inherited

This method is not documented.
Parameters
$property
Return
wild

protected function assertAttachedKey($value, $key)
Inherited

This method is not documented.
Parameters
$value
$key
Return
wild

protected function detectEncodingForStorage($string)
Inherited

This method is not documented.
Parameters
$string
Return
wild

protected function getUTF8StringFromStorage($string, $encoding)
Inherited

This method is not documented.
Parameters
$string
$encoding
Return
wild

protected function willReadData(&$data)
Inherited

This method is not documented.
Parameters
array&$data
Return
wild

protected function willWriteData(&$data)
Inherited

This method is not documented.
Parameters
array&$data
Return
wild

public static function initializeNewConfiguration($actor, $engine)

This method is not documented.
Parameters
PhabricatorUser$actor
PhabricatorEditEngine$engine
Return
wild

public function generatePHID()

This method is not documented.
Return
wild

public function getCreateSortKey()

This method is not documented.
Return
wild

public function getEditSortKey()

This method is not documented.
Return
wild

private function getSortKey($order)

This method is not documented.
Parameters
$order
Return
wild

protected function getConfiguration()

This method is not documented.
Return
wild

public function getProperty($key, $default)

This method is not documented.
Parameters
$key
$default
Return
wild

public function setProperty($key, $value)

This method is not documented.
Parameters
$key
$value
Return
wild

public function setBuiltinKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function attachEngine($engine)

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

public function getEngine()

This method is not documented.
Return
wild

public function applyConfigurationToFields($engine, $object, $fields)

This method is not documented.
Parameters
PhabricatorEditEngine$engine
$object
array$fields
Return
wild

private function reorderFields($fields)

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

public function getURI()

This method is not documented.
Return
wild

public function getCreateURI()

This method is not documented.
Return
wild

public function getIdentifier()

This method is not documented.
Return
wild

public function getDisplayName()

This method is not documented.
Return
wild

public function getPreamble()

This method is not documented.
Return
wild

public function setPreamble($preamble)

This method is not documented.
Parameters
$preamble
Return
wild

public function setFieldOrder($field_order)

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

public function getFieldOrder()

This method is not documented.
Return
wild

public function setFieldLocks($field_locks)

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

public function getFieldLocks()

This method is not documented.
Return
wild

public function getFieldDefault($key)

This method is not documented.
Parameters
$key
Return
wild

public function setFieldDefault($key, $value)

This method is not documented.
Parameters
$key
$value
Return
wild

public function getIcon()

This method is not documented.
Return
wild

public function getCapabilities()

This method is not documented.
Return
wild

public function getPolicy($capability)

This method is not documented.
Parameters
$capability
Return
wild

public function hasAutomaticCapability($capability, $viewer)

This method is not documented.
Parameters
$capability
PhabricatorUser$viewer
Return
wild
This method is not documented.
Return
wild
This method is not documented.
Return
wild