_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);
 }