Page MenuHomePhabricator
Diviner Phabricator Tech Docs PonderAnswerTransactionComment

final class PonderAnswerTransactionComment
Phabricator Technical Documentation (Ponder)

This class is not documented.

Tasks

Configuring Storage

Markup Interface

No methods for this task.

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()
Inherited

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
This method is not documented.
Return
wild

public function generatePHID()
Inherited

This method is not documented.
Return
wild

protected function getConfiguration()
Inherited

This method is not documented.
Return
wild

public static function getTableNameFromTransaction($xaction)
Inherited

This method is not documented.
Parameters
PhabricatorApplicationTransaction$xaction
Return
wild

public function setContentSource($content_source)
Inherited

This method is not documented.
Parameters
PhabricatorContentSource$content_source
Return
wild

public function setContentSourceFromRequest($request)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function getContentSource()
Inherited

This method is not documented.
Return
wild

public function getIsRemoved()
Inherited

This method is not documented.
Return
wild

public function setIsRemoved($removed)
Inherited

This method is not documented.
Parameters
$removed
Return
wild

public function attachOldComment($old_comment)
Inherited

This method is not documented.
Parameters
PhabricatorApplicationTransactionComment$old_comment
Return
wild

public function getOldComment()
Inherited

This method is not documented.
Return
wild

public function hasOldComment()
Inherited

This method is not documented.
Return
wild

public function getRawRemarkupURI()
Inherited

This method is not documented.
Return
wild

public function isEmptyComment()
Inherited

This method is not documented.
Return
wild

public function getMarkupFieldKey($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function newMarkupEngine($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function getMarkupText($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function didMarkupText($field, $output, $engine)
Inherited

This method is not documented.
Parameters
$field
$output
PhutilMarkupEngine$engine
Return
wild

public function shouldUseMarkupCache($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function getCapabilities()
Inherited

This method is not documented.
Return
wild

public function getPolicy($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

public function hasAutomaticCapability($capability, $viewer)
Inherited

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

public function describeAutomaticCapability($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

public function destroyObjectPermanently($engine)
Inherited

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