Static Public Member Functions |
static | isError ($thing) |
Detailed Description
Definition at line 32 of file AX.php.
Member Function Documentation
static Auth_OpenID_AX::isError |
( |
|
$thing | ) |
|
|
static |
- Parameters
-
- Returns
- bool true if $thing is an Auth_OpenID_AX_Error; false if not.
Definition at line 40 of file AX.php.
{
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