getDescription() public method

Returns the description of the command.
See also: setDescription()
public getDescription ( ) : string
return string The description of the command.
示例#1
0
 public function testSetDescriptionNull()
 {
     $this->config->setDescription(null);
     $this->assertNull($this->config->getDescription());
 }