예제 #1
0
파일: Module.php 프로젝트: pscheit/psc-cms
 /**
  * @return File
  */
 public function getClassFile($className)
 {
     return Code::mapClassToFile($className, $this->classPath);
 }