Drop CommandForm::getHelp() as being obsolete

This commit is contained in:
Johannes Meyer 2015-03-02 18:39:40 +01:00
parent a2f88dc60f
commit b9ac42b54d
1 changed files with 0 additions and 10 deletions

View File

@ -43,16 +43,6 @@ abstract class CommandForm extends Form
return $this->backend;
}
/**
* Get the command help description
*
* @return string|null
*/
public function getHelp()
{
return null;
}
/**
* Get the transport used to send commands
*