Nette\Forms\Controls\CheckboxList::getContainerPrototype PHP Метод

getContainerPrototype() публичный Метод

Returns container HTML element template.
public getContainerPrototype ( ) : Nette\Utils\Html
Результат Nette\Utils\Html
    public function getContainerPrototype()
    {
        return $this->container;
    }