PHP Class FluxBB\Web\RedirectResponse

Inheritance: extends Symfony\Component\HttpFoundation\RedirectResponse
Show file Open project: fluxbb/core Class Usage Examples

Protected Properties

Property Type Description
$input array An array of previous input data that may be flashed to the session.
$session Illuminate\Session\Store The session handler instance.

Public Methods

Method Description
setInput ( array $input )
setSession ( Illuminate\Session\Store $session )
withErrors ( Illuminate\Contracts\Support\MessageProvider $errors )
withInput ( )
withMessage ( $message )

Method Details

setInput() public method

public setInput ( array $input )
$input array

setSession() public method

public setSession ( Illuminate\Session\Store $session )
$session Illuminate\Session\Store

withErrors() public method

public withErrors ( Illuminate\Contracts\Support\MessageProvider $errors )
$errors Illuminate\Contracts\Support\MessageProvider

withInput() public method

public withInput ( )

withMessage() public method

public withMessage ( $message )

Property Details

$input protected property

An array of previous input data that may be flashed to the session.
protected array $input
return array

$session protected property

The session handler instance.
protected Store,Illuminate\Session $session
return Illuminate\Session\Store