| Overview Package Tree | HessianPHP |
| FRAMES NO FRAMES | |
| SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |
HessianPHP.Filters.InterceptingFilter
class InterceptingFilter
Filter base class
| Field Summary |
|---|
| Method Summary |
|---|
| public void | execute Filter implementation goes here. |
| public void | init Performs optional initialization tasks in the filter whenever is assigned to a HessianClient |
| Method Detail |
|---|
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.
context - The context the filter read and writes to chain - The filter chain to be followed public void init(object context)
Performs optional initialization tasks in the filter whenever is assigned to a HessianClient
context - The context the filter read and writes to | Overview Package Tree | HessianPHP |
| FRAMES NO FRAMES | |
| SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |