Auth_OpenID_NamespaceMap::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $this->alias_to_namespace = new Auth_OpenID_Mapping();
        $this->namespace_to_alias = new Auth_OpenID_Mapping();
        $this->implicit_namespaces = array();
    }