Phalcon\Cli\Input\ParameterInterface::setDescription PHP Méthode

setDescription() public méthode

Sets the description text of the Parameter.
public setDescription ( string $description ) : Phalcon\Cli\Input\ParameterInterface
$description string The description text of the Parameter.
Résultat Phalcon\Cli\Input\ParameterInterface
    public function setDescription($description);