Beispiel #1
0
 /**
  * Constructor.
  */
 private function __construct()
 {
     $this->themeDao = BOL_ThemeDao::getInstance();
     $this->themeContentDao = BOL_ThemeContentDao::getInstance();
     $this->themeMasterPageDao = BOL_ThemeMasterPageDao::getInstance();
     $this->themeControlDao = BOL_ThemeControlDao::getInstance();
     $this->themeControlValueDao = BOL_ThemeControlValueDao::getInstance();
     $this->themeImageDao = BOL_ThemeImageDao::getInstance();
     $this->userfileImagesDir = OW_DIR_USERFILES . 'themes' . DS;
     $this->userfileImagesUrl = OW_URL_USERFILES . 'themes/';
 }
Beispiel #2
0
 /**
  * Constructor.
  */
 private function __construct()
 {
     $this->themeDao = BOL_ThemeDao::getInstance();
     $this->themeContentDao = BOL_ThemeContentDao::getInstance();
     $this->themeMasterPageDao = BOL_ThemeMasterPageDao::getInstance();
     $this->themeControlDao = BOL_ThemeControlDao::getInstance();
     $this->themeControlValueDao = BOL_ThemeControlValueDao::getInstance();
     $this->themeImageDao = BOL_ThemeImageDao::getInstance();
 }