Psr7Middlewares\Utils\FormTrait::autoInsert PHP Method

autoInsert() public method

Configure if autoinsert or not the inputs automatically.
public autoInsert ( boolean $autoInsert = true ) : self
$autoInsert boolean
return self
    public function autoInsert($autoInsert = true)
    {
        $this->autoInsert = $autoInsert;
        return $this;
    }