Phalcon\Cli\Input\ParameterInterface::setDescription PHP Method

setDescription() public method

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