Class KerioApi
Kerio API Class.
This is main class.
Example:
<?php require_once(dirname(__FILE__) . '/src/KerioApi.php'); class MyApi extents KerioApi { public function __contruct($name, $vendor, $version) { parent::__construct($name, $vendor, $version); } public function getFoo() { return $this->sendRequest('...'); } } ?>
- KerioApi implements KerioApiInterface
Direct known subclasses
KerioConnectApi
,
KerioControlApi
,
KerioDirectoryApi
,
KerioOperatorApi
,
KerioWorkspaceApi
,
SamepageApi
Copyright:
Copyright © 2012-2012 Kerio Technologies s.r.o.
License: http://www.kerio.com/developers/license/sdk-agreement
Version: 1.4.0.234
Located at class/KerioApi.php
License: http://www.kerio.com/developers/license/sdk-agreement
Version: 1.4.0.234
Located at class/KerioApi.php
Methods summary
public
|
|
final public
array
|
|
final public
|
|
final public
array
|
|
final public
|
|
final public
boolean
|
|
public
string
|
|
public
integer
|
|
public
array
|
|
public
array
|
|
public
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
|
public
array
|
|
public
string
|
|
protected
string
|
|
public
boolean
|
|
public
string
|
|
public
array
|
|
protected
boolean
|
|
public
|
|
protected
|
|
public
string
|
|
protected
|
|
public
string
|
|
public
|
Magic methods summary
Constants summary
string |
CRLF
|
"\r\n" |
#
End-Line format |
integer |
HTTP_SERVER_OK
|
200 |
#
HTTP server status |
Properties summary
public
string
|
$name |
#
Library name |
public
string
|
$version |
#
Library version |
protected
string
|
$hostname |
#
Hostname |
protected
string
|
$token |
#
X-Token |
protected
string
|
$cookies |
#
Cookies |
protected
array
|
$application |
#
Application details |
protected
array
|
$jsonRpc |
#
JSON-RPC settings |
protected
array
|
$headers |
#
HTTP headers |