コード例 #1
0
ファイル: theme_service.php プロジェクト: hardikamutech/loov
 /**
  * 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/';
 }
コード例 #2
0
ファイル: theme_service.php プロジェクト: ZyXelP/oxwall
 /**
  * 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();
 }