__construct() public method

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);
 }