require_once 'Structures/DataGrid/Column.php';
mixed Structures_DataGrid_Column::setFormatter (mixed $formatter [, array $arguments = array()])
mixed Structures_DataGrid_Column::setFormatter
Define a formatting callback function with optional arguments for this column.
Callback PHP pseudo-type (Array or String)
Associative array of parameters passed to as second argument to the callback function
returns PEAR_Error on failure
throws no exceptions thrown
see http://www.php.net/manual/en/language.pseudo-types.php
This function can not be called statically.