Overview  Package  Tree HessianPHP

HessianPHP

Class HessianErrorLog

HessianPHP.HessianErrorLog

class HessianErrorLog

This is an error handling class that receives notifications from the clients when an error occurs and notifies the user code.

Implements the observer pattern.

Author:
Manolo Gómez
Version:
1.0

Field Summary
public var$errorStack
public var$errorLevel
Method Summary
public voidHessianErrorLog
public voidnotifyError
public voidclear
public voidgetLastError
Field Detail

errorStack

public var $errorStack = array()

errorLevel

public var $errorLevel
Method Detail

HessianErrorLog()

public void HessianErrorLog()

notifyError()

public void notifyError(var $error)
Parameters:
$error

clear()

public void clear()

getLastError()

public void getLastError()

Overview  Package  Tree HessianPHP