Auth_OpenID_AX_FetchResponse::__construct PHP Метод

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

public __construct ( $update_url = null )
    function __construct($update_url = null)
    {
        parent::__construct();
        $this->update_url = $update_url;
    }