view->escape($value); if ($outputNull === true && is_null($value)) { $ret = 'NULL'; } if ($decorator > '') { /* * '%1$s means: Use the same value as in the first appearance of * '%s' is used. */ $ret = sprintf('<%s>'.$ret.'', $decorator); } return $ret; } }