Overview  Package  Tree HessianPHP

HessianPHP.Filters

Class InterceptingFilter

HessianPHP.Filters.InterceptingFilter

class InterceptingFilter

Filter base class

Author:
Vegeta
Version:
1.0

Field Summary
Method Summary
public voidexecute

Filter implementation goes here.

public voidinit

Performs optional initialization tasks in the filter whenever is assigned to a HessianClient

Method Detail

execute()

public void execute(object context,
                    FilterChain chain)

Filter implementation goes here.

Depending of the position of the call to $chain->doFilter($context); this can be a before, after or around type of filter. If the call is never executed, the default behaviour is a before filter.

Parameters:
context - The context the filter read and writes to
chain - The filter chain to be followed

init()

public void init(object context)

Performs optional initialization tasks in the filter whenever is assigned to a HessianClient

Parameters:
context - The context the filter read and writes to

Overview  Package  Tree HessianPHP