Core::View::arbitViewUserModel
Class arbitViewUserModel
Base model struct for all project module views Base model struct for all project module views
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewUserModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'id' => null, 'login' => null, 'email' => null, 'name' => null, 'valid' => null, 'auth_type' => null, 'privileges' => array(),'settings'=>null,)
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $user
= null] )
Construct project module view model from common values |
|
public string |
__toString(
)
To string method for user view model
Return the user name as a string, if somebody tries to convert the user model into a string. |
Inherited Methods
Methods
__construct
Construct project module view model from common values Construct project module view model from common values
Parameters:
__toString
string
__toString(
)
To string method for user view model
Return the user name as a string, if somebody tries to convert the user model into a string. To string method for user view model
Return the user name as a string, if somebody tries to convert the user model into a string.
|