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

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

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