PHP Trait Psr7Middlewares\Utils\FormTrait

Show file Open project: oscarotero/psr7-middlewares

Public Methods

Method Description
autoInsert ( boolean $autoInsert = true ) : self Configure if autoinsert or not the inputs automatically.

Private Methods

Method Description
insertIntoPostForms ( Psr\Http\Message\ResponseInterface $response, callable $replace ) : Psr\Http\Message\ResponseInterface Insert content into all POST forms.

Method Details

autoInsert() public method

Configure if autoinsert or not the inputs automatically.
public autoInsert ( boolean $autoInsert = true ) : self
$autoInsert boolean
return self