예제 #1
0
파일: UmScApp.php 프로젝트: Hildy/cerb5
 function __construct($manifest)
 {
     parent::__construct($manifest);
 }
예제 #2
0
파일: classes.php 프로젝트: joegeck/cerb4
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $filepath = dirname(__FILE__) . DIRECTORY_SEPARATOR;
 }