コード例 #1
0
 private static function getInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new FormItem();
     }
     return self::$instance;
 }