Subversion Repositories oidplus

Rev

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

Rev 1081 Rev 1086
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
namespace ViaThinkSoft\OIDplus;
20
namespace ViaThinkSoft\OIDplus;
21
 
21
 
-
 
22
// phpcs:disable PSR1.Files.SideEffects
-
 
23
\defined('INSIDE_OIDPLUS') or die;
-
 
24
// phpcs:enable PSR1.Files.SideEffects
-
 
25
 
22
class OIDplusOIDIP {
26
class OIDplusOIDIP {
23
 
27
 
24
        protected $XML_SCHEMA_URN;
28
        protected $XML_SCHEMA_URN;
25
        protected $XML_SCHEMA_URL;
29
        protected $XML_SCHEMA_URL;
26
        protected $JSON_SCHEMA_URN;
30
        protected $JSON_SCHEMA_URN;