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

setDefault() public method

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