Phalcon\Cli\Input\ParameterInterface::setDescription PHP Метод

setDescription() публичный Метод

Sets the description text of the Parameter.
public setDescription ( string $description ) : Phalcon\Cli\Input\ParameterInterface
$description string The description text of the Parameter.
Результат Phalcon\Cli\Input\ParameterInterface
    public function setDescription($description);