![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Manages ACP queries. More...
Public Member Functions | |
| __construct (AfsConnectorInterface $connector, AfsAcpConfiguration $config=null) | |
| Constructs new ACP query manager. | |
| send (AfsAcpQuery $query) | |
| Send query to AFS ACP engine. | |
Manages ACP queries.
| __construct | ( | AfsConnectorInterface | $connector, |
| AfsAcpConfiguration | $config = null |
||
| ) |
Constructs new ACP query manager.
| $connector | [in] Connector used to submit a query to AFS ACP engine. |
| $config | [in] ACP main configuration (see AfsAcpConfiguration for more details). Default instance is constructed when no configuration is provided. |
| send | ( | AfsAcpQuery | $query | ) |
Send query to AFS ACP engine.
| $query | [in] AfsAcpQuery object to use in order to generate appropriate ACP query. |
1.8.1.2