Nette\Forms\Controls\RadioList::getContainerPrototype PHP Method

getContainerPrototype() public method

Returns container HTML element template.
public getContainerPrototype ( ) : Nette\Utils\Html
return Nette\Utils\Html
    public function getContainerPrototype()
    {
        return $this->container;
    }