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