Core::View::arbitViewCoreUserRegistrationModel
Class arbitViewCoreUserRegistrationModel
Base model struct for the user registration view Base model struct for the user registration view
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewCoreUserRegistrationModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
protected array |
$properties
= array( 'selected' => null, 'mechanisms' => null, 'errors' => null, )
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $mechanisms
= array()] , [ $selected
= 'password'] )
Create view data struct available auth mechanisms and currently selected auth mechanisms. |
Inherited Methods
Methods
__construct
void
__construct(
[
$mechanisms
= array()] , [string
$selected
= 'password'] )
Create view data struct available auth mechanisms and currently selected auth mechanisms. Create view data struct available auth mechanisms and currently selected auth mechanisms.
Parameters:
| Name |
Type |
Description |
$mechanisms |
array |
|
$selected |
string |
|
|