Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
tests
fixtures
gportal_personalisation_attributes.php
1
<?php
2
/**
3
*
4
*/
5
return
array(
6
array(
'id'
=>
'1'
,
'parent_id'
=>
''
,
'name'
=>
'Personal'
,
'title'
=>
'Personal'
,
'path'
=>
''
),
7
array(
'id'
=>
'2'
,
'parent_id'
=>
'1'
,
'name'
=>
'Programmer'
,
'title'
=>
'Programmer'
,
'path'
=>
'.1.'
),
8
array(
'id'
=>
'3'
,
'parent_id'
=>
'1'
,
'name'
=>
'Manager'
,
'title'
=>
'Manager'
,
'path'
=>
'.1.'
),
9
array(
'id'
=>
'4'
,
'parent_id'
=>
'1'
,
'name'
=>
'Cleaner'
,
'title'
=>
'Cleaner'
,
'path'
=>
'.1.'
),
10
array(
'id'
=>
'5'
,
'parent_id'
=>
'3'
,
'name'
=>
'Sub_manager'
,
'title'
=>
'Sub_manager'
,
'path'
=>
'.1.3'
),
11
array(
'id'
=>
'6'
,
'parent_id'
=>
''
,
'name'
=>
'CEO'
,
'title'
=>
'CEO'
,
'path'
=>
''
),
12
array(
'id'
=>
'7'
,
'parent_id'
=>
''
,
'name'
=>
'marketing'
,
'title'
=>
'marketing'
,
'path'
=>
''
),
13
array(
'id'
=>
'8'
,
'parent_id'
=>
''
,
'name'
=>
'development'
,
'title'
=>
'development'
,
'path'
=>
''
),
14
);
Generated on Thu Feb 6 2014 15:47:55 for Gentics Portal.Node PHP API by
1.8.1.2