AdamWathan\Form\Elements\FormControl::enable PHP 메소드

enable() 공개 메소드

public enable ( )
    public function enable()
    {
        $this->removeAttribute('disabled');
        $this->removeAttribute('readonly');
        return $this;
    }