TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
Auth_OpenID_AX_StoreResponse Class Reference
Inheritance diagram for Auth_OpenID_AX_StoreResponse:
Inheritance graph
[legend]
Collaboration diagram for Auth_OpenID_AX_StoreResponse:
Collaboration graph
[legend]

List of all members.

Public Member Functions

make ($succeeded=true, $error_message=null)
 Auth_OpenID_AX_StoreResponse ($succeeded=true, $error_message=null)
 succeeded ()
 getExtensionArgs ()

Public Attributes

 $SUCCESS_MODE = 'store_response_success'
 $FAILURE_MODE = 'store_response_failure'

Detailed Description

Definition at line 974 of file AX.php.


Member Function Documentation

Auth_OpenID_AX_StoreResponse::Auth_OpenID_AX_StoreResponse ( succeeded = true,
error_message = null 
)

Definition at line 992 of file AX.php.

Referenced by make().

Auth_OpenID_AX_StoreResponse::getExtensionArgs ( )

Get the string arguments that should be added to an OpenID message for this extension.

Reimplemented from Auth_OpenID_Extension.

Definition at line 1011 of file AX.php.

References Auth_OpenID_AX_Message\_newArgs(), and succeeded().

& Auth_OpenID_AX_StoreResponse::make ( succeeded = true,
error_message = null 
)

Returns Auth_OpenID_AX_Error on error or an Auth_OpenID_AX_StoreResponse object on success.

Definition at line 982 of file AX.php.

References Auth_OpenID_AX_StoreResponse().

Auth_OpenID_AX_StoreResponse::succeeded ( )

Was this response a success response?

Definition at line 1006 of file AX.php.

Referenced by getExtensionArgs().


Member Data Documentation

Auth_OpenID_AX_StoreResponse::$FAILURE_MODE = 'store_response_failure'

Definition at line 976 of file AX.php.

Auth_OpenID_AX_StoreResponse::$SUCCESS_MODE = 'store_response_success'

Definition at line 975 of file AX.php.


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