Auth_Yadis_Manager::length PHP Method

length() public method

public length ( )
    function length()
    {
        // How many untried services remain?
        return count($this->services);
    }