Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Protected Member Functions | List of all members
AfsAcpConnector Class Reference

AFS ACP connector. More...

Inheritance diagram for AfsAcpConnector:
AfsConnector AfsConnectorBase AfsConnectorInterface

Protected Member Functions

 get_web_service_name ()
 Retrieves web service name.
- Protected Member Functions inherited from AfsConnector
 build_reply_as_associative_array ($value=true)
 While decoding JSON stream, data can be decoded as associative array.
- Protected Member Functions inherited from AfsConnectorBase
 __construct ($host, AfsService $service=null, $scheme=null, SAI_CurlInterface $curlConnector=null)
 Constructs new base connector.

Additional Inherited Members

- Public Member Functions inherited from AfsConnector
 get_generated_url ()
 Retrieves the URL generated by previous call to send method.
 send (array $parameters)
 Sends a query.

Detailed Description

AFS ACP connector.

AFS auto complete connnector.

Member Function Documentation

get_web_service_name ( )
protected

Retrieves web service name.

Returns
always return 'acp';

Reimplemented from AfsConnector.