예제 #1
0
파일: Error.php 프로젝트: garethwi/yin
 protected function transformSource(array &$content)
 {
     if ($this->source) {
         $content["source"] = $this->source->transform();
     }
 }