App\Console\Commands\Site::getOptions PHP 메소드

getOptions() 보호된 메소드

Get the console command options.
protected getOptions ( ) : array
리턴 array
    protected function getOptions()
    {
        return [['siteKey', null, InputOption::VALUE_REQUIRED, 'Site key', 'default'], ['host', null, InputOption::VALUE_REQUIRED, 'Host information to be changed']];
    }