FOFView::escape
Escapes a value for output in a view script.
If escaping mechanism is either htmlspecialchars or htmlentities, uses {@link $_encoding} setting.
Signature
public function escape(mixed
$varĀ )
Parameters
-
$var
- The output to escape.
Returns
- mixed
- The escaped value.