示例#1
0
 /**
  * @param repeater $repeater
  * @return repeater $this
  */
 public function add_repeater($repeater)
 {
     $this->settings['sub_fields'][] = $repeater->get_settings($this);
     return $this;
 }