Source::View::arbitSourceDirectoryViewModel
Class arbitSourceDirectoryViewModel
Base model struct for the Source overview Base model struct for the Source overview
arbitBaseStruct
|
--arbitViewModel
|
--arbitSourceViewModel
|
--arbitSourceDirectoryViewModel
Author(s):
|
Version:
|
$Revision: 1391 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
protected array |
$properties
= array( 'base' => null, 'path' => null, 'children' => array(),'mimetype'=>false,'annotations'=>array(),)
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $basePath
= null] , [ $dir
= null] , [ $includeChildren
= true] )
Construct project view model from common values |
Inherited Methods
Methods
__construct
void
__construct(
[string
$basePath
= null] , [
$dir
= null] , [bool
$includeChildren
= true] )
Construct project view model from common values Construct project view model from common values
Parameters:
| Name |
Type |
Description |
$basePath |
string |
|
$dir |
vcsDirectory |
|
$includeChildren |
bool |
|
|