Page MenuHomePhorge
Diviner Tech Docs PhabricatorProjectTriggerRule

abstract class PhabricatorProjectTriggerRule
Phorge Technical Documentation (Projects)

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.

final public function getTriggerType()

This method is not documented.
Return
wild

final public static function getAllTriggerRules()

This method is not documented.
Return
wild

final public function setRecord($record)

This method is not documented.
Parameters
PhabricatorProjectTriggerRuleRecord$record
Return
wild

final public function getRecord()

This method is not documented.
Return
wild

final protected function getValue()

This method is not documented.
Return
wild

protected function getValueForEditorField()

This method is not documented.
Return
wild

abstract public function getSelectControlName()

This method is not documented.
Return
wild

abstract public function getRuleViewLabel()

This method is not documented.
Return
wild

abstract public function getRuleViewDescription($value)

This method is not documented.
Parameters
$value
Return
wild

abstract public function getRuleViewIcon($value)

This method is not documented.
Parameters
$value
Return
wild

abstract protected function assertValidRuleRecordFormat($value)

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

protected function assertValidRuleRecordValue($value)

This method is not documented.
Parameters
$value
Return
wild

abstract protected function newDropTransactions($object, $value)

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

abstract protected function newDropEffects($value)

This method is not documented.
Parameters
$value
Return
wild

abstract protected function getDefaultValue()

This method is not documented.
Return
wild

abstract protected function getPHUIXControlType()

This method is not documented.
Return
wild

abstract protected function getPHUIXControlSpecification()

This method is not documented.
Return
wild

protected function isSelectableRule()

This method is not documented.
Return
wild

protected function isValidRule()

This method is not documented.
Return
wild

protected function newInvalidView()

This method is not documented.
Return
wild

public function getSoundEffects()

This method is not documented.
Return
wild

final public function getDropTransactions($object, $value)

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

final public function setViewer($viewer)

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

final public function getViewer()

This method is not documented.
Return
wild

final public function setColumn($column)

This method is not documented.
Parameters
PhabricatorProjectColumn$column
Return
wild

final public function getColumn()

This method is not documented.
Return
wild

final public function setTrigger($trigger)

This method is not documented.
Parameters
PhabricatorProjectTrigger$trigger
Return
wild

final public function getTrigger()

This method is not documented.
Return
wild

final public function setObject($object)

This method is not documented.
Parameters
PhabricatorApplicationTransactionInterface$object
Return
wild

final public function getObject()

This method is not documented.
Return
wild

final protected function newTransaction()

This method is not documented.
Return
wild

final public function getDropEffects()

This method is not documented.
Return
wild

final protected function newEffect()

This method is not documented.
Return
wild

final public function toDictionary()

This method is not documented.
Return
wild

final public function newTemplate()

This method is not documented.
Return
wild