App\Console\Commands\Test::getArguments PHP Метод

getArguments() защищенный Метод

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('file', InputOption::VALUE_OPTIONAL, 'Specify a test files.'));
    }