コード例 #1
0
 /**
  * Setup the class.
  *
  * @access public
  * @since 0.7.8
  * @return (void)
  */
 public static function init()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
         self::$templates = new stdClass();
     }
 }