phake\OptionParser::next PHP Метод

next() защищенный Метод

protected next ( )
    protected function next()
    {
        if ($this->index == count($this->args)) {
            return false;
        }
        return $this->args[$this->index++];
    }