Class P3PageTranslationController
Controller is the customized base controller class. All controller classes for this application should extend from this base class.
- CComponent
-
CBaseController
-
CController
-
Controller
-
P3PageTranslationController
Methods summary
public
array
|
|
public
array
|
#
accessRules( )
Returns the access rules for this controller. Override this method if you use the filterAccessControl accessControl filter. |
public
boolean
|
#
beforeAction( CAction $action )
This method is invoked right before an action is to be executed (after all possible filters.) You may override this method to do last-minute preparation for the action. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
Methods inherited from CController
__construct(),
actions(),
afterAction(),
afterRender(),
beforeRender(),
behaviors(),
clearPageStates(),
createAbsoluteUrl(),
createAction(),
createActionFromMap(),
createUrl(),
filterAccessControl(),
filterAjaxOnly(),
filterPostOnly(),
forward(),
getAction(),
getActionParams(),
getCachingStack(),
getClips(),
getId(),
getLayoutFile(),
getModule(),
getPageState(),
getPageTitle(),
getRoute(),
getUniqueId(),
getViewFile(),
getViewPath(),
init(),
invalidActionParams(),
isCachingStackEmpty(),
loadPageStates(),
missingAction(),
processDynamicOutput(),
processOutput(),
recordCachingAction(),
redirect(),
refresh(),
render(),
renderClip(),
renderDynamic(),
renderDynamicInternal(),
renderPartial(),
renderText(),
replaceDynamicOutput(),
resolveViewFile(),
run(),
runAction(),
runActionWithFilters(),
savePageStates(),
setAction(),
setPageState(),
setPageTitle()
Methods inherited from CBaseController
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
Methods inherited from CComponent
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
Magic methods summary
Constants summary
Constants inherited from CController
STATE_INPUT_NAME
Properties summary
public
string
|
$defaultAction |
#
the name of the default action. Defaults to 'index'. |
public
string
|
$scenario |
Properties inherited from Controller
$breadcrumbs,
$layout,
$menu
Magic properties inherited from CController
$action,
$actionParams,
$cachingStack,
$clips,
$id,
$module,
$pageTitle,
$route,
$uniqueId,
$viewPath