예제 #1
0
 /**
  */
 function initialize()
 {
     if (!$this->_initialized) {
         if (!$this->has_fields()) {
             $this->plugin->initialize_form($this);
         }
         $this->_initialized = true;
     }
 }