Cake\Console\ShellDispatcher::shiftArgs PHP Méthode

shiftArgs() public méthode

Removes first argument and shifts other arguments up
public shiftArgs ( ) : mixed
Résultat mixed Null if there are no arguments otherwise the shifted argument
    public function shiftArgs()
    {
        return array_shift($this->args);
    }