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