Core::View::arbitViewProjectContextModel
Class arbitViewProjectContextModel
Base model struct for all project views Base model struct for all project views
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewProjectContextModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'project' => null, 'name' => null, 'description' => null, 'menu' => array(),'module'=>null,'language'=>null,)
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $project
= null] , [ $name
= null] , [ $description
= null] , [ $menu
= array()] , [ $module
= null] , [ $language
= 'en'] )
Construct project view model from common values |
Inherited Methods
Methods
__construct
void
__construct(
[string
$project
= null] , [string
$name
= null] , [string
$description
= null] , [
$menu
= array()] , [ arbitViewModuleModel
$module
= null] , [string
$language
= 'en'] )
Construct project view model from common values Construct project view model from common values
Parameters:
| Name |
Type |
Description |
$project |
string |
|
$name |
string |
|
$description |
string |
|
$menu |
array |
|
$module |
arbitViewModuleModel |
|
$language |
string |
|
|