Kerio APIs Client Library for PHP 1.4.0.234
  • Namespace
  • Class
  • Tree
  • Deprecated

Namespaces

  • None
  • PHP

Classes

  • KerioApi
  • KerioApiSocket
  • KerioConnectApi
  • KerioControlApi
  • KerioDirectoryApi
  • KerioOperatorApi
  • KerioWorkspaceApi
  • SamepageApi

Interfaces

  • KerioApiInterface
  • KerioApiSocketInterface

Exceptions

  • KerioApiException

Class KerioApiException

Kerio API Exception Class.

This class extends Exception class to provide CSS-based error message formating.

Exception
Extended by KerioApiException
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/KerioApiException.php

Methods summary

public
# KerioApiException( string $message, mixed $code = '', array $positionalParameters = '', mixed $request = '', mixed $response = '' )

Exception contructor.

Exception contructor.

Parameters

$message
string
Message to display
$code
mixed
Can be integer or string
$positionalParameters
array
Positional parameters in message
$request
$response
public string
# getRequest( )

Get request data.

Get request data.

Returns

string
JSON request
public string
# getResponse( )

Get response data.

Get response data.

Returns

string
JSON response

Methods inherited from Exception

__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Magic methods summary

Properties summary

protected integer $code
#

Error code

Error code

protected string $message
#

Error message

Error message

protected string $request
#

Request message

Request message

protected string $response
#

Response message

Response message

Properties inherited from Exception

$file, $line

Kerio APIs Client Library for PHP 1.4.0.234 API documentation generated by ApiGen 2.8.0