_context() protected method

protected _context ( $lines )
示例#1
0
文件: pearweb.php 项目: stof/pearweb
 protected function _context($lines)
 {
     array_walk($lines, create_function('&$a,$b', '$a=htmlspecialchars($a);'));
     return "\n" . parent::_context($lines);
 }