예제 #1
0
 /**
  * Initializes the class
  * 
  * @param  string $template_base_path
  * @return void
  */
 public static function init($template_base_path)
 {
     self::$template_base_path = $template_base_path . self::$field_template_path;
 }