コード例 #1
0
ファイル: sh_sql.class.php プロジェクト: go38/moodle-mod_vpl
 protected function show_text($rest)
 {
     parent::show_text($rest);
     if ($rest == self::LF) {
         $this->show_line_number();
     }
 }