Cake\Console\ShellDispatcher::shiftArgs PHP Метод

shiftArgs() публичный Метод

Removes first argument and shifts other arguments up
public shiftArgs ( ) : mixed
Результат mixed Null if there are no arguments otherwise the shifted argument
    public function shiftArgs()
    {
        return array_shift($this->args);
    }