![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Antidot service. More...
Public Member Functions | |
__construct ($id, $status=AfsServiceStatus::STABLE) | |
Constructs service object. |
Antidot service.
A service is identified by its service id (numeric value) and its status.
__construct | ( | $id, | |
$status = AfsServiceStatus::STABLE |
|||
) |
Constructs service object.
$id | [in] identifier of the desired service. |
$status | [in] status of the desired service (see AfsServiceStatus). |
InvalidArgumentException | when id or status is invalid. |