App\Console\Commands\Trash::getArguments PHP Method

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array
    protected function getArguments()
    {
        return [['names', InputArgument::OPTIONAL, 'Names of Recycle bin. It is possible to specify multiple names, separated by commas.']];
    }