Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitViewCoreModel

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

Child Class Description
arbitViewCoreProjectModel Base model struct for all project views
arbitViewCoreUserAccountModel Base model struct for all project module views
arbitViewCoreUserAcceptModel Base model struct for all project views
arbitViewCorePermissionsModel Base model struct for all project views
arbitViewCoreUserModel Base model struct for all project views
arbitViewCoreDummyModel Base model struct for all project views
arbitViewCoreCacheListModel Base model struct for all project views
arbitViewCoreAboutModel Base model struct for all project views

Inherited Member Variables

From arbitBaseStruct
protected arbitBaseStruct::$properties

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

From arbitViewModel
public array arbitViewModel::getProperties()
Return an array with the available properties Returns an array containing the keys of all properties which are set in the view model.
From arbitBaseStruct
protected void arbitBaseStruct::deepClone()
Deep clone array structures
public array arbitBaseStruct::getProperties()
Get property names Returns an arary with all properties defined in this struct.
public void arbitBaseStruct::__clone()
Method called, when struct ist cloned

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
Documentation generated on Mon, 05 Apr 2010 14:01:38 +0200 by phpDocumentor 1.4.3