getHelp() 공개 메소드

Returns the help text of the application.
public getHelp ( ) : string
리턴 string The help text.
예제 #1
0
 public function testSetHelpNull()
 {
     $this->config->setHelp('help');
     $this->config->setHelp(null);
     $this->assertNull($this->config->getHelp());
 }