previousAuth::setSessionName() (Previous) (Next) Auth::sessionValidThru()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth::setShowLogin()

Auth::setShowLogin() – contrôle si le formulaire d'identification doit être affiché. Activé par défaut

Synopsis

void Auth::setShowLogin ( bool $showLogin = true )

Description

Contrôle si le formulaire d'identification doit être affiché à l'utilisateur. Normalement, vous devriez avoir besoin d'afficher le formulaire d'identification uniquement sur certaines pages de votre application web.

Parameter

boolean $showLogin

TRUE si vous voulez afficher le formulaire d'identification, FALSE si vous voulez le cacher.

Note

This function can not be called statically.

Ceci est l'équivalent du 4ème paramètre de Auth::Auth().

previousAuth::setSessionName() (Previous) (Next) Auth::sessionValidThru()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.