/**
  * Constructor.
  *
  */
 protected function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 /**
  * Class constructor
  *
  */
 protected function __construct()
 {
     parent::__construct();
     $this->userDao = BOL_UserDao::getInstance();
 }
Beispiel #3
0
 protected function __construct()
 {
     parent::__construct();
     $this->typeToPrefix = array(PHOTO_BOL_PhotoService::TYPE_ORIGINAL => self::PHOTO_ORIGINAL_PREFIX, PHOTO_BOL_PhotoService::TYPE_FULLSCREEN => self::PHOTO_FULLSCREEN_PREFIX, PHOTO_BOL_PhotoService::TYPE_MAIN => self::PHOTO_PREFIX, PHOTO_BOL_PhotoService::TYPE_PREVIEW => self::PHOTO_PREVIEW_PREFIX, PHOTO_BOL_PhotoService::TYPE_SMALL => self::PHOTO_SMALL_PREFIX);
 }
Beispiel #4
0
 /**
  * Constructor.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->documentDao = BOL_DocumentDao::getInstance();
 }