Prado\Web\UI\ActiveControls\TActiveRadioButtonList::createRepeatedControl PHP Method

createRepeatedControl() protected method

Creates a control used for repetition (used as a template).
protected createRepeatedControl ( ) : TControl
return TControl the control to be repeated
    protected function createRepeatedControl()
    {
        $control = new TActiveRadioButtonItem();
        $control->getAdapter()->setBaseActiveControl($this->getActiveControl());
        return $control;
    }