App\Console\Commands\Trash::getArguments PHP Méthode

getArguments() protected méthode

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