Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Controller.php
1 <?php
2 /**
3  * Created by JetBrains PhpStorm.
4  * User: andrew
5  * Date: 4/25/12
6  * Time: 2:09 PM
7  * To change this template use File | Settings | File Templates.
8  */
10 {
11  /**
12  * @var array context menu items. This property will be assigned to {@link CMenu::items}.
13  */
14  public $menu = array();
15  /**
16  * @var array the breadcrumbs of the current page. The value of this property will
17  * be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links}
18  * for more details on how to specify this property.
19  */
20  public $breadcrumbs = array();
21 
22 }