예제 #1
0
파일: View.php 프로젝트: peopleplan/Pyrus
 function fileLineTOC($sqlite, $file, $line)
 {
     $source = new SourceFile($file, $sqlite, $sqlite->testpath, $sqlite->codepath);
     return $this->renderLineSummary($file, $line, $sqlite->testpath, $source->getLineLinks($line));
 }