Auth_Yadis_Manager::current PHP Method

current() public method

public current ( )
    function current()
    {
        // Return the current service.
        // Returns None if there are no services left.
        return $this->_current;
    }