Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
AuthItem.php
1 <?php
2 /**
3  * Created by JetBrains PhpStorm.
4  * User: andrew
5  * Date: 7/13/12
6  * Time: 2:24 PM
7  * To change this template use File | Settings | File Templates.
8  */
9 return array(
10  array(
11  'name' => 'Admin',
12  'type' => 2,
13  'description' => 'Administrator',
14  'data' => 'N;'
15  ),
16  array(
17  'name' => 'manageComments',
18  'type' => 1,
19  'description' => 'Manage comments',
20  'data' => 'N;'
21  )
22 );