Subversion Repositories oidplus

Rev

Rev 1050 | Rev 1116 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1050 Rev 1086
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 * OIDplus 2.0 RDAP
4
 * OIDplus 2.0 RDAP
5
 * Copyright 2019 - 2022 Daniel Marschall, ViaThinkSoft
5
 * Copyright 2019 - 2023 Daniel Marschall, ViaThinkSoft
6
 * Authors               Daniel Marschall, ViaThinkSoft
6
 * Authors               Daniel Marschall, ViaThinkSoft
7
 *                       Till Wehowski, Frdlweb
7
 *                       Till Wehowski, Frdlweb
8
 *
8
 *
9
 * Licensed under the Apache License, Version 2.0 (the "License");
9
 * Licensed under the Apache License, Version 2.0 (the "License");
10
 * you may not use this file except in compliance with the License.
10
 * you may not use this file except in compliance with the License.
Line 24... Line 24...
24
use ViaThinkSoft\OIDplus\OIDplus;
24
use ViaThinkSoft\OIDplus\OIDplus;
25
use ViaThinkSoft\OIDplus\OIDplusObject;
25
use ViaThinkSoft\OIDplus\OIDplusObject;
26
use ViaThinkSoft\OIDplus\OIDplusOIDIP;
26
use ViaThinkSoft\OIDplus\OIDplusOIDIP;
27
use ViaThinkSoft\OIDplus\OIDplusPagePublicObjects;
27
use ViaThinkSoft\OIDplus\OIDplusPagePublicObjects;
28
 
28
 
-
 
29
// phpcs:disable PSR1.Files.SideEffects
-
 
30
\defined('INSIDE_OIDPLUS') or die;
-
 
31
// phpcs:enable PSR1.Files.SideEffects
-
 
32
 
29
class OIDplusRDAP {
33
class OIDplusRDAP {
30
 
34
 
31
        protected $rdapBaseUri;
35
        protected $rdapBaseUri;
32
        protected $useCache;
36
        protected $useCache;
33
        protected $rdapCacheDir;
37
        protected $rdapCacheDir;