Auth_Yadis_Manager::current PHP Метод

current() публичный Метод

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