Overview  Package  Tree HessianPHP

HessianPHP.Filters

Class PHPErrorReportingFilter

HessianPHP.Filters.InterceptingFilter
|
+--HessianPHP.Filters.PHPErrorReportingFilter

class PHPErrorReportingFilter
extends InterceptingFilter

Filter that configures php's error reporting mechanism to all but notices.

This filter is necessary to work with PHP 4.4.x and newer PHP 5 versions until Protocol.php is refactored to work with references the way these platforms require or they remove the notice :). This filter is enabled by default

Author:
Vegeta
Version:
1.0

Field Summary
public var$error
public var$prevError
Method Summary
public voidPHPErrorReportingFilter
public voidexecute
Methods inherited from HessianPHP.Filters.InterceptingFilter
execute, init
Field Detail

error

public var $error

prevError

public var $prevError
Method Detail

PHPErrorReportingFilter()

public void PHPErrorReportingFilter()

execute()

public void execute(var $context,
                    var $chain)
Parameters:
$context
$chain

Overview  Package  Tree HessianPHP