Page MenuHomePhorge
Diviner Tech Docs DifferentialActionEmailCommand

final class DifferentialActionEmailCommand
Phorge Technical Documentation (Differential)

This class is not documented.

Tasks

Command Documentation

Other Methods

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

This method is not documented.
Return
wild

public function getCommandSummary()

MetaMTAEmailTransactionCommand

Return a brief human-readable description of the command effect.

This should normally be one or two sentences briefly describing the command behavior.

DifferentialActionEmailCommand
This method is not documented.
Return
stringBrief human-readable remarkup.

public function getCommandSyntax()
Inherited

MetaMTAEmailTransactionCommand

Return a one-line Remarkup description of command syntax for documentation.

Return
stringBrief human-readable remarkup.

public function getCommandDescription()

MetaMTAEmailTransactionCommand

Return a longer human-readable description of the command effect.

This can be as long as necessary to explain the command.

DifferentialActionEmailCommand
This method is not documented.
Return
stringHuman-readable remarkup of whatever length is desired.

public function isCommandSupportedForObject($object)

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

public function buildTransactions($viewer, $object, $mail, $command, $argv)

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorApplicationTransactionInterface$object
PhabricatorMetaMTAReceivedMail$mail
$command
array$argv
Return
wild

public function getCommandAliases()

This method is not documented.
Return
wild

public function getCommandObjects()

This method is not documented.
Return
wild

public static function getAllCommands()
Inherited

This method is not documented.
Return
wild

public static function getAllCommandsForObject($object)
Inherited

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

public static function getCommandMap($commands)
Inherited

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

private function setCommand($command)

This method is not documented.
Parameters
$command
Return
wild

private function setAction($action)

This method is not documented.
Parameters
$action
Return
wild

private function getAction()

This method is not documented.
Return
wild

private function setCommandAliases($aliases)

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

public function setCommandSummary($command_summary)

This method is not documented.
Parameters
$command_summary
Return
wild

public function setCommandDescription($command_description)

This method is not documented.
Parameters
$command_description
Return
wild