예제 #1
0
 public static function init($module, $contentType, $key)
 {
     self::$currentModule = $module;
     self::$currentContentType = $contentType;
     self::$currentKey = $key;
 }