Pop\Form\Fields::__unset PHP Method

__unset() public method

Unset fields[$name].
public __unset ( string $name ) : void
$name string
return void
    public function __unset($name)
    {
        unset($this->fields[$name]);
    }