Example #1
0
 /**
  * Konstruktor
  * @param int $init
  */
 public function __construct()
 {
     parent::__construct();
     $this->canConnect = \fpcm\classes\baseconfig::canConnect();
 }
Example #2
0
 /**
  * Konstruktor
  */
 public function __construct()
 {
     parent::__construct();
     $this->fileList = new \fpcm\model\files\imagelist();
     $this->fileLib = new \fpcm\model\system\fileLib();
 }