Class CTheme
CTheme represents an application theme.
- CComponent
- CTheme
Package: system\web
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/CTheme.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/CTheme.php
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getViewFile(
Finds the view file for the specified controller's view. |
public
string
|
#
getLayoutFile(
Finds the layout file for the specified controller's layout. |
public
string
|
$name |
#
Theme name. |
public
string
|
$baseUrl |
#
The relative URL to the theme folder (without ending slash). |
public
string
|
$basePath |
#
The file path to the theme folder. |
public
string
|
$viewPath |
#
The path for controller views. Defaults to 'ThemeRoot/views'. |
public
string
|
$systemViewPath |
#
The path for system views. Defaults to 'ThemeRoot/views/system'. |
public
string
|
$skinPath |
#
The path for widget skins. Defaults to 'ThemeRoot/views/skins'. |