__construct() public method

Constructor.
public __construct ( )
Exemplo n.º 1
0
Arquivo: Test.php Projeto: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/backends.php' => null, 'config/mime_drivers.php' => null, 'config/prefs.php' => null);
 }
Exemplo n.º 2
0
Arquivo: Test.php Projeto: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/prefs.php' => null);
 }