9 $this->viewBase=
"@framework/auth";
18 return $this->viewBase.
"/index.html";
27 return $this->viewBase.
"/info.html";
35 return $this->viewBase.
"/noAccess.html";
43 return $this->viewBase.
"/baseTemplate.html";
51 return $this->viewBase.
"/disconnected.html";
59 return $this->viewBase.
"/message.html";
getViewNoAccess()
To override.
getViewIndex()
To override The login view.
getViewBaseTemplate()
Returns the base template for all Auth actions if getBaseTemplate return a base template filename...
getBaseTemplate()
To override Returns the base template filename, default : null.
getViewInfo()
To override The info view, displays the connected user and a logout button.
getViewDisconnected()
To override.