phpQueryObject::current PHP Method

current() public method

public current ( )
    public function current()
    {
        return $this->elementsInterator[$this->current];
    }