ForwardFW
[ class tree: ForwardFW ] [ index: ForwardFW ] [ all elements ]

Class: ForwardFW_Filter

Source Location: /Filter.php

Class Overview


This abstract class needs to be extended to be a callable filter.


Author(s):

Variables

Methods


Child classes:

ForwardFW_Filter_RequestResponse
This abstract class needs to be extended to be a callable filter.

Class Details

[line 43]
This abstract class needs to be extended to be a callable filter.



Tags:

author:  Alexander Opitz <opitz.alexander@primacom.net>
link:  http://forwardfw.sourceforge.net
abstract:  
license:  GNU General Public License


[ Top ]


Class Variables

$child =  null

[line 50]

Child filter that should be executed after your Incoming process.



Tags:

access:  protected

Type:   ForwardFW_Filter


[ Top ]



Class Methods


constructor __construct [line 59]

new __construct( [ForwardFW_Filter $_child = null])

Constructor



Tags:

return:  instance
access:  public


Overridden in child classes as:

ForwardFW_Filter_RequestResponse::__construct()
Constructor

Parameters:

ForwardFW_Filter   $_child   The child filter or null if you are the last

[ Top ]

method doFilter [line 84]

void doFilter( )

Function to process filtering incoming/child/outgoing



Tags:

access:  public


[ Top ]

method doIncomingFilter [line 69]

void doIncomingFilter( )

Function to process before your child



Tags:

abstract:  
access:  public


Overridden in child classes as:

ForwardFW_Filter_RequestResponse::doIncomingFilter()
Function to process before your child
ForwardFW_Filter_RequestResponse_FirePHP::doIncomingFilter()
Function to process before your child
ForwardFW_Filter_RequestResponse_Application::doIncomingFilter()
Function to process before your child

[ Top ]

method doOutgoingFilter [line 77]

void doOutgoingFilter( )

Function to process after your child



Tags:

abstract:  
access:  public


Overridden in child classes as:

ForwardFW_Filter_RequestResponse::doOutgoingFilter()
Function to process after your child
ForwardFW_Filter_RequestResponse_FirePHP::doOutgoingFilter()
Function to process after your child
ForwardFW_Filter_RequestResponse_Application::doOutgoingFilter()
Function to process after your child

[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:41 +0100 by phpDocumentor 1.4.3