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

getOptions() 보호된 메소드

protected getOptions ( ) : array
리턴 array
    protected function getOptions()
    {
        return [['fix', null, InputOption::VALUE_OPTIONAL, 'Fix data', null], ['client_id', null, InputOption::VALUE_OPTIONAL, 'Client id', null]];
    }