Auth_Yadis_DiscoveryResult::__construct PHP Method

__construct() public method

public __construct ( $request_uri )
    function __construct($request_uri)
    {
        // Initialize the state of the object
        // sets all attributes to None except the request_uri
        $this->request_uri = $request_uri;
    }