Auth_OpenID_AssociateRequest::__construct PHP Метод

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

public __construct ( $session, $assoc_type )
    function __construct($session, $assoc_type)
    {
        $this->session = $session;
        $this->namespace = Auth_OpenID_OPENID2_NS;
        $this->assoc_type = $assoc_type;
    }