![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Base class for client data helpers. More...
Public Member Functions | |
| __construct ($client_data) | |
| Construct base class instance. | |
| get_id () | |
| Retrieve client data id. | |
Public Member Functions inherited from AfsHelperBase | |
| __get ($name) | |
| Simple property helper. | |
Base class for client data helpers.
| __construct | ( | $client_data | ) |
Construct base class instance.
| $client_data | [in] client data used to retrieve the right id. |
Reimplemented in AfsJsonClientDataHelper, and AfsXmlClientDataHelper.
| get_id | ( | ) |
Retrieve client data id.
1.8.1.2