ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
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$thingAny 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.

Referenced by Auth_OpenID_AX_FetchRequest\Auth_OpenID_AX_FetchRequest(), Auth_OpenID_AX_FetchResponse\Auth_OpenID_AX_FetchResponse(), and Auth_OpenID_AX_KeyValueMessage\Auth_OpenID_AX_KeyValueMessage().

42  {
43  return is_a($thing, 'Auth_OpenID_AX_Error');
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: