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);
    }