PHP 트레잇 Psr7Middlewares\Utils\FormTrait

파일 보기 프로젝트 열기: oscarotero/psr7-middlewares

공개 메소드들

메소드 설명
autoInsert ( boolean $autoInsert = true ) : self Configure if autoinsert or not the inputs automatically.

비공개 메소드들

메소드 설명
insertIntoPostForms ( Psr\Http\Message\ResponseInterface $response, callable $replace ) : Psr\Http\Message\ResponseInterface Insert content into all POST forms.

메소드 상세

autoInsert() 공개 메소드

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