__construct() 공개 메소드

Constructor.
public __construct ( )
예제 #1
0
파일: Test.php 프로젝트: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/backends.php' => null, 'config/mime_drivers.php' => null, 'config/prefs.php' => null);
 }
예제 #2
0
파일: Test.php 프로젝트: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/prefs.php' => null);
 }