Nette\Forms\Controls\Checkbox::getSeparatorPrototype PHP Méthode

getSeparatorPrototype() public méthode

Returns wrapper HTML element template.
public getSeparatorPrototype ( ) : Nette\Utils\Html
Résultat Nette\Utils\Html
    public function getSeparatorPrototype()
    {
        return $this->wrapper;
    }