Class ProfileDashboardManager
Class to handle the main profile page
- CComponent
- CBaseController
- CWidget
- ProfileDashboardManager
Package: application\components
Author: Alex Rowe <alex@x2engine.com>
Located at x2engine/protected/components/ProfileDashboardManager.php
Author: Alex Rowe <alex@x2engine.com>
Located at x2engine/protected/components/ProfileDashboardManager.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
displayWidgets( containerNumber $containerNumber )
Instantiates widgets in a contiainer, echoing them out. |
public
|
|
public
array(string,
|
|
public
|
__construct(),
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
|
$model |
|
#
Profile to be rendered |
public
string
|
$viewFile | 'profileDashboard' |
#
The view file to be rendered |
public
float
|
$columnWidth | 52 |
#
The default width of the first column (%percent) |
public
float
|
$columnMargin | 0.0 |
#
the margin on each percentage. 50% column width with 1% margin would result in 49% / 49% columns |
$actionPrefix,
$skin
|
$controller,
$id,
$owner,
$viewPath
|