Prado\Web\UI\WebControls\TRadioButtonList::createRepeatedControl PHP Méthode

createRepeatedControl() protected méthode

Creates a control used for repetition (used as a template).
protected createRepeatedControl ( ) : TControl
Résultat TControl the control to be repeated
    protected function createRepeatedControl()
    {
        return new TRadioButtonItem();
    }