getHelp() public method

The help text provides additional information about a command that is displayed in the help view.
See also: setHelp()
public getHelp ( ) : string
return string The help text of the command.
示例#1
0
 public function testSetHelpNull()
 {
     $this->config->setHelp(null);
     $this->assertNull($this->config->getHelp());
 }