Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
common
modules
user
components
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
*/
9
class
Controller
extends
BaseController
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
}
Generated on Thu Jun 20 2013 14:45:15 for Gentics Portal.Node PHP API by
1.8.1.2