getHelp() публичный Метод

The help text provides additional information about a command that is displayed in the help view.
См. также: setHelp()
public getHelp ( ) : string
Результат string The help text of the command.
Пример #1
0
 public function testSetHelpNull()
 {
     $this->config->setHelp(null);
     $this->assertNull($this->config->getHelp());
 }