![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Simple connector to retrieve AFS Back Office information. More...
Public Member Functions | |
__construct ($host, AfsService $service=null, $scheme=AFS_SCHEME_HTTP, SAI_CurlInterface $curlConnector=null) | |
Constructs new Back Office Web Service connector. | |
get_url ($context=null) | |
Retrieves URL. | |
get_information () | |
Retrieves AFS Back Office Web Services information. | |
![]() | |
get_http_headers ($context=null) | |
Default implementation: do nothing. | |
set_post_content (&$request, $context) | |
Default implementation: do nothing. | |
![]() | |
get_http_headers ($context=null) | |
Retrieves additional HTTP headers to set. | |
set_post_content (&$request, $context) | |
Assigns new data to be sent through CURL request. |
Simple connector to retrieve AFS Back Office information.
__construct | ( | $host, | |
AfsService | $service = null , |
||
$scheme = AFS_SCHEME_HTTP , |
|||
SAI_CurlInterface | $curlConnector = null |
||
) |
Constructs new Back Office Web Service connector.
$host | [in] server hosting the Antidot Back Office. |
$service | [in] Antidot service (see AfsService). |
$scheme | [in] Scheme for the connection URL see Connection scheme (default: AFS_SCHEME_HTTP). |
$curlConnector | [in] Connector to curl, useful for mocking curl calls |
InvalidArgumentException | invalid scheme parameter provided. |
Reimplemented from AfsBOWSConnector.
get_information | ( | ) |
Retrieves AFS Back Office Web Services information.
This trigger a query to the host hosting AFS Back Office.
get_url | ( | $context = null | ) |
Retrieves URL.
$context | [in] Unused parameter. |
Implements AfsBOWSConnectorInterface.