Example #1
0
 /**
  * initializing method that will be called as soon as it is needed
  */
 protected static function init()
 {
     if (is_null(self::$data)) {
         self::$data = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['cz_simple_cal']);
     }
 }