Gumbo_Filter_Blank



Blank Filter Class

Author(s): Michael Luster <mluster79@yahoo.com>
License:New
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Implements interfaces:

Class Methods

public mixed run ( mixed $data ) [line 42]

Runs the Filter process, returning the results

Parameter(s):

  • (mixed) $data :: data to filter
Implementation of:
Gumbo_Interface_Filter::run()

[ Top ]