Page MenuHomePhorge
Diviner Tech Docs AlmanacSetPropertyEditType

final class AlmanacSetPropertyEditType
Phorge Technical Documentation (Almanac)

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

This method is not documented.
Parameters
$label
Return
wild

public function getLabel()
Inherited

This method is not documented.
Return
wild

public function setBulkEditLabel($bulk_edit_label)
Inherited

This method is not documented.
Parameters
$bulk_edit_label
Return
wild

public function getBulkEditLabel()
Inherited

This method is not documented.
Return
wild

public function setBulkEditGroupKey($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

public function getBulkEditGroupKey()
Inherited

This method is not documented.
Return
wild

public function setEditType($edit_type)
Inherited

This method is not documented.
Parameters
$edit_type
Return
wild

public function getEditType()
Inherited

This method is not documented.
Return
wild

public function setMetadata($metadata)
Inherited

This method is not documented.
Parameters
$metadata
Return
wild

public function getMetadata()
Inherited

This method is not documented.
Return
wild

public function setTransactionType($transaction_type)
Inherited

This method is not documented.
Parameters
$transaction_type
Return
wild

public function getTransactionType()
Inherited

This method is not documented.
Return
wild

public function generateTransactions($template, $spec)

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

protected function newTransaction($template)
Inherited

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

public function setEditField($edit_field)
Inherited

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

public function getEditField()
Inherited

This method is not documented.
Return
wild

protected function getTransactionValueFromValue($value)
Inherited

This method is not documented.
Parameters
$value
Return
wild

protected function newBulkParameterType()
Inherited

This method is not documented.
Return
wild

public function setBulkParameterType($type)
Inherited

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

public function getBulkParameterType()
Inherited

This method is not documented.
Return
wild

public function getTransactionValueFromBulkEdit($value)
Inherited

This method is not documented.
Parameters
$value
Return
wild

protected function newConduitParameterType()
Inherited

This method is not documented.
Return
wild

public function setConduitParameterType($type)
Inherited

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

public function getConduitParameterType()
Inherited

This method is not documented.
Return
wild

public function getConduitType()
Inherited

This method is not documented.
Return
wild

public function setConduitTypeDescription($conduit_type_description)
Inherited

This method is not documented.
Parameters
$conduit_type_description
Return
wild

public function getConduitTypeDescription()
Inherited

This method is not documented.
Return
wild

public function setConduitDescription($conduit_description)
Inherited

This method is not documented.
Parameters
$conduit_description
Return
wild

public function getConduitDescription()
Inherited

This method is not documented.
Return
wild

public function setConduitDocumentation($conduit_documentation)
Inherited

This method is not documented.
Parameters
$conduit_documentation
Return
wild

public function getConduitDocumentation()
Inherited

This method is not documented.
Return
wild

public function getTransactionValueFromConduit($value)
Inherited

This method is not documented.
Parameters
$value
Return
wild