Class MobileTopicsViewAction
CAction is the base class for all controller action classes.
CAction provides a way to divide a complex controller into smaller actions in
separate class files.
Derived classes must implement MobileTopicsViewAction::run()
which is invoked by controller
when the action is requested.
An action instance can access its controller via getController
controller property.
-
CComponent
-
CAction
implements
IAction
-
MobileAction
-
MobileViewAction
-
MobileTopicsViewAction
Methods inherited from CAction
__construct(),
getController(),
getId(),
runWithParams(),
runWithParamsInternal()
|
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 inherited from CAction
run()
|
Properties summary
public
string
|
$pageClass
|
'mobile-view mobile-topics-view' |
|
Magic properties inherited from CAction
$controller,
$id
|