コード例 #1
0
 /**
  * Create CEventDescription object and store in static variable.
  *
  * @static
  */
 private static function init()
 {
     if (self::$eDescription === null) {
         self::$eDescription = new CEventDescription();
     }
 }