Page MenuHomePhorge
Diviner Tech Docs PhabricatorEditType

abstract class PhabricatorEditType
Phorge Technical Documentation (Transactions)

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 setLabel($label)

This method is not documented.
Parameters
$label
Return
wild

public function getLabel()

This method is not documented.
Return
wild

public function setBulkEditLabel($bulk_edit_label)

This method is not documented.
Parameters
$bulk_edit_label
Return
wild

public function getBulkEditLabel()

This method is not documented.
Return
wild

public function setBulkEditGroupKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getBulkEditGroupKey()

This method is not documented.
Return
wild

public function setEditType($edit_type)

This method is not documented.
Parameters
$edit_type
Return
wild

public function getEditType()

This method is not documented.
Return
wild

public function setMetadata($metadata)

This method is not documented.
Parameters
$metadata
Return
wild

public function getMetadata()

This method is not documented.
Return
wild

public function setTransactionType($transaction_type)

This method is not documented.
Parameters
$transaction_type
Return
wild

public function getTransactionType()

This method is not documented.
Return
wild

abstract public function generateTransactions($template, $spec)

This method is not documented.
Parameters
PhabricatorApplicationTransaction$template
array$spec
Return
wild

protected function newTransaction($template)

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

public function setEditField($edit_field)

This method is not documented.
Parameters
PhabricatorEditField$edit_field
Return
wild

public function getEditField()

This method is not documented.
Return
wild

protected function getTransactionValueFromValue($value)

This method is not documented.
Parameters
$value
Return
wild

protected function newBulkParameterType()

This method is not documented.
Return
wild

public function setBulkParameterType($type)

This method is not documented.
Parameters
BulkParameterType$type
Return
wild

public function getBulkParameterType()

This method is not documented.
Return
wild

public function getTransactionValueFromBulkEdit($value)

This method is not documented.
Parameters
$value
Return
wild

protected function newConduitParameterType()

This method is not documented.
Return
wild

public function setConduitParameterType($type)

This method is not documented.
Parameters
ConduitParameterType$type
Return
wild

public function getConduitParameterType()

This method is not documented.
Return
wild

public function getConduitType()

This method is not documented.
Return
wild

public function setConduitTypeDescription($conduit_type_description)

This method is not documented.
Parameters
$conduit_type_description
Return
wild

public function getConduitTypeDescription()

This method is not documented.
Return
wild

public function setConduitDescription($conduit_description)

This method is not documented.
Parameters
$conduit_description
Return
wild

public function getConduitDescription()

This method is not documented.
Return
wild

public function setConduitDocumentation($conduit_documentation)

This method is not documented.
Parameters
$conduit_documentation
Return
wild

public function getConduitDocumentation()

This method is not documented.
Return
wild

public function getTransactionValueFromConduit($value)

This method is not documented.
Parameters
$value
Return
wild