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);