Gumbo_Converter_Blank



Blank Converter Class, used for returning an empty Converter

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 convert ( mixed $data, [string $to] ) [line 43]

Converts one variable type to another

Parameter(s):

  • (mixed) $data
  • (string) $to
Implementation of:
Gumbo_Interface_Converter::convert()

[ Top ]