Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorCalendarEventEmailCommand

abstract class PhabricatorCalendarEventEmailCommand
Phabricator Technical Documentation (Calendar)

This class is not documented.

Tasks

Command Documentation

  • abstract public function getCommandSummary() — Return a brief human-readable description of the command effect.
  • public function getCommandSyntax() — Return a one-line Remarkup description of command syntax for documentation.
  • public function getCommandDescription() — Return a longer human-readable description of the command effect.

Other Methods

Methods

abstract public function getCommand()
Inherited

This method is not documented.
Return
wild

abstract public function getCommandSummary()
Inherited

MetaMTAEmailTransactionCommand

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

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

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

MetaMTAEmailTransactionCommand

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

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

Return
stringHuman-readable remarkup of whatever length is desired.

public function isCommandSupportedForObject($object)

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

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

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

public function getCommandAliases()
Inherited

This method is not documented.
Return
wild

public function getCommandObjects()
Inherited

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