ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
Static Public Member Functions
Auth_OpenID_AX Class Reference
Collaboration diagram for Auth_OpenID_AX:
Static Public Member Functions
static
isError
($thing)
Detailed Description
Definition at line
32
of file
AX.php
.
Member Function Documentation
◆
isError()
static Auth_OpenID_AX::isError
(
$thing
)
static
Parameters
mixed
$thing
Any object which may be an
Auth_OpenID_AX_Error
object.
Returns
bool true if $thing is an
Auth_OpenID_AX_Error
; false if not.
Definition at line
40
of file
AX.php
.
42
{
43
return
is_a($thing,
'Auth_OpenID_AX_Error'
);
The documentation for this class was generated from the following file:
Services/OpenId/lib/Auth/OpenID/
AX.php
Auth_OpenID_AX
Generated on Wed Sep 24 2025 19:01:20 for ILIAS by
1.9.4 (using
Doxyfile
)