Auth_OpenID_ServiceEndpoint::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $this->claimed_id = null;
        $this->server_url = null;
        $this->type_uris = array();
        $this->local_id = null;
        $this->canonicalID = null;
        $this->used_yadis = false;
        // whether this came from an XRDS
        $this->display_identifier = null;
    }