sslRequired()
sslRequired( $request) : mixed
Requires SSL to access the view.
It will redirect the user to the same URL but over SSL if the user is not using SSL, if POST request, the data are lost, so handle it with care.
Parameters
$request |