AdamWathan\Form\Elements\FormControl::setName PHP Method

setName() protected method

protected setName ( $name )
    protected function setName($name)
    {
        $this->setAttribute('name', $name);
    }