$filter public property
The filter. This can be a global function name, anonymous function, etc. The function signature must be as follows,
function foo($value) { // compute $newValue here return $newValue; }
$filter public property
The filter. This can be a global function name, anonymous function, etc. The function signature must be as follows,
function foo($value) { // compute $newValue here return $newValue; }
Please login to continue.