Auth::setShowLogin()
Описание
Controls if the login page will be displayed to the user. Normally you might need to display the login form only on a certain page of your web application.
Параметр
- boolean $showLogin
true if you want to display the login form and false if you want to hide it.
Заметка
Эта функция не должна вызываться статически.
This is equivalent to the 4th paramether of Auth::Auth()
Пред. | Начало | След. |
Auth::setSessionName() | Уровень выше | Auth::sessionValidThru() |