Phalcon\Cli\Input\ParameterInterface::setDefault PHP 메소드

setDefault() 공개 메소드

Sets the default value of the Parameter.
public setDefault ( mixed $default ) : Phalcon\Cli\Input\ParameterInterface
$default mixed The default value of the Parameter.
리턴 Phalcon\Cli\Input\ParameterInterface
    public function setDefault($default);