phpQueryObject::_next PHP Method

_next() public method

Use it ONLY when need to call next() on an iterated object (in same time). Normaly there is no need to do such thing ;)
public _next ( $selector = null ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
return phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function _next($selector = null)
    {
        return $this->newInstance($this->getElementSiblings('nextSibling', $selector, true));
    }