Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
gportal_question.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 return array(
12  'sample1' => array(
13  'id' => 'crf22',
14  'author_id' => 1,
15  'text' => 'Do you like...?',
16  'created' => '2013-03-29 11:28:25',
17  ),
18 );