Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs NuanceCommandImplementation

abstract class NuanceCommandImplementation
Phabricator Technical Documentation (Nuance)

This class is not documented.

Methods

final public function setActor($actor)

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

final public function getActor()

This method is not documented.
Return
wild

abstract public function getCommandName()

This method is not documented.
Return
wild

abstract public function canApplyToItem($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

public function canApplyImmediately($item, $command)

This method is not documented.
Parameters
NuanceItem$item
NuanceItemCommand$command
Return
wild

abstract protected function executeCommand($item, $command)

This method is not documented.
Parameters
NuanceItem$item
NuanceItemCommand$command
Return
wild

final public function applyCommand($item, $command)

This method is not documented.
Parameters
NuanceItem$item
NuanceItemCommand$command
Return
wild

final public function getCommandKey()

This method is not documented.
Return
wild

final public static function getAllCommands()

This method is not documented.
Return
wild

protected function newTransaction($type)

This method is not documented.
Parameters
$type
Return
wild

protected function newStatusTransaction($status)

This method is not documented.
Parameters
$status
Return
wild