Nette\Forms\Controls\RadioList::getContainerPrototype PHP 메소드

getContainerPrototype() 공개 메소드

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