Prado\Web\UI\WebControls\TRadioButtonList::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()
    {
        return new TRadioButtonItem();
    }