Command Documentation
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
Other Methods
- abstract public function getCommand()
- public function isCommandSupportedForObject($object)
- abstract public function buildTransactions($viewer, $object, $mail, $command, $argv)
- public function getCommandAliases()
- public function getCommandObjects()
- public static function getAllCommands()
- public static function getAllCommandsForObject($object)
- public static function getCommandMap($commands)