Core::View::arbitViewCoreModel
Class arbitViewCoreModel
Base model struct for all project views Base model struct for all project views
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewCoreModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
Inherited Member Variables
Method Summary
|
public void |
__set(
$property
, $value
)
Set property in model
Check for property values on setting in view model. automatic conversion of arbitModelGroup objects to arbitViewGroupModel for the groups property and arbitModelUser objects to arbitViewUserModel for the users property. |
Inherited Methods
Methods
__set
void
__set(
string
$property
, mixed
$value
)
Set property in model
Check for property values on setting in view model. automatic conversion of arbitModelGroup objects to arbitViewGroupModel for the groups property and arbitModelUser objects to arbitViewUserModel for the users property. Set property in model
Check for property values on setting in view model. Performs an automatic conversion of arbitModelGroup objects to arbitViewGroupModel for the groups property and arbitModelUser objects to arbitViewUserModel for the users property.
Parameters:
| Name |
Type |
Description |
$property |
string |
|
$value |
mixed |
|
|