![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Back Office information class. More...
Public Member Functions | |
| __construct ($json_decoded) | |
| Constructs new AFS Back Office Web Services information instance. | |
| get_gen_version () | |
| Retrieves GEN version. | |
| get_major_version () | |
| Retrieves major version number. | |
| get_minor_version () | |
| Retrieves minor version number. | |
Back Office information class.
Allows to access to Back Office version numbers.
| __construct | ( | $json_decoded | ) |
Constructs new AFS Back Office Web Services information instance.
| $json_decoded | [in] Json decoded reply of appropriate Web Service. |
| get_gen_version | ( | ) |
Retrieves GEN version.
| get_major_version | ( | ) |
Retrieves major version number.
| get_minor_version | ( | ) |
Retrieves minor version number.
1.8.1.2