__construct() публичный Метод

Constructor.
public __construct ( )
Пример #1
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/backends.php' => null, 'config/mime_drivers.php' => null, 'config/prefs.php' => null);
 }
Пример #2
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->_fileList += array('config/prefs.php' => null);
 }