fewbricks\acf\layout::add_repeater PHP Method

add_repeater() public method

public add_repeater ( repeater $repeater )
$repeater fewbricks\acf\fields\repeater
    public function add_repeater($repeater)
    {
        $this->add_sub_field($repeater);
    }