Formal\Element::renderWitness PHP Method

renderWitness() public method

public renderWitness ( )
    function renderWitness()
    {
        return '<input type="hidden" name="witness[' . $this->option("prop") . ']" value="1" />';
    }