예제 #1
0
 /**
  * Constructor.
  */
 function Section()
 {
     parent::PKPSection();
 }
예제 #2
0
파일: Series.inc.php 프로젝트: NateWr/omp
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }