Class to implement services for a tool consumer via its proprietary API. More...
Public Member Functions | |
| __construct ($consumer) | |
| Class constructor. | |
Public Member Functions inherited from ApiPlatform | |
| __construct ($platform) | |
| Class constructor. | |
| isConfigured () | |
| Check if the API hook has been configured. | |
| getToolSettings ($simple=true) | |
| Get Tool Settings. | |
| setToolSettings ($settings=array()) | |
| Perform a Tool Settings service request. | |
Additional Inherited Members | |
Protected Attributes inherited from ApiPlatform | |
| $platform = null | |
| Platform object. | |
Class to implement services for a tool consumer via its proprietary API.
Definition at line 18 of file ApiToolConsumer.php.
| __construct | ( | $consumer | ) |
Class constructor.
| ToolConsumer | $consumer |
Reimplemented from ApiPlatform.
Definition at line 26 of file ApiToolConsumer.php.
References Util\logDebug().