_context() protected method

protected _context ( $lines )
Example #1
0
 protected function _context($lines)
 {
     array_walk($lines, create_function('&$a,$b', '$a=htmlspecialchars($a);'));
     return "\n" . parent::_context($lines);
 }