Chrisbjr\ApiGuard\Console\Commands\GenerateApiKeyCommand::getOption PHP Method

getOption() protected method

protected getOption ( $name, $defaultValue )
    protected function getOption($name, $defaultValue)
    {
        $var = $this->option($name);
        if (is_null($var)) {
            return $defaultValue;
        }
        return $var;
    }