Class Form
- MvcCore\Ext\Form\Core\Base
-
MvcCore\Ext\Form\Core\Configuration
-
MvcCore\Ext\Form
-
MvcCore\Ext\Auth\Virtual\Form
public
|
|
public
array
|
#
Submit( array $rawParams = array() )
For sign in form: - if there is any user with the same password imprint store user in session for next requests, if there is not - wait for three seconds and then go to error page. For sign out form: - sign out submit - if everything is ok, unser user unique name from session for next requests to hanve not authenticated user anymore. |
protected
|
#
addSuccessAndErrorUrlHiddens( string $successUrl = '', string $errorUrl = '' )
Add success and error url which are used to redirect user to success url or error url after form is submitted. |
VERSION
|
public
string
|
$Id
Unique form id. |
#
'authentication'
|
public
string
|
$Method
Form http method. |
#
\MvcCore\Ext\Form::METHOD_POST
|
$Action,
$Attributes,
$Controller,
$Css,
$CssClass,
$CssRenderer,
$Data,
$DefaultMessages,
$Enctype,
$ErrorUrl,
$Errors,
$ErrorsRenderMode,
$Fields,
$FieldsDefaultRenderMode,
$Js,
$JsBaseFile,
$JsRenderer,
$Lang,
$Locale,
$NextStepUrl,
$Required,
$Result,
$SuccessUrl,
$TemplatePath,
$TemplateTypePath,
$Translate,
$Translator,
$View
|
$csrfErrorHandlers,
$css,
$cssAssetsRootDir,
$initialized,
$js,
$jsAssetsRootDir
|