getHelp() public méthode

Returns the help text of the application.
public getHelp ( ) : string
Résultat string The help text.
 public function testSetHelpNull()
 {
     $this->config->setHelp('help');
     $this->config->setHelp(null);
     $this->assertNull($this->config->getHelp());
 }