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());
 }