IsterObject | --IsterBufferFilter
Author(s): Ingo Schramm
Copyright: Copyright (c) 2005 Ister.ORG Ingo Schramm
Note that only subclasses of IsterStreamFilter can really filter a buffer since this class returns the buffer completely unchanged.
IsterBufferFilter IsterBufferFilter( string $name)
Parameters:
string apply( string $buffer)
Note: This method returns the buffer unchanged. You must overwrite this method to make something happen.
string getName( )