Class MobileAction
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 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
Direct known subclasses
MobileActivityAction, MobileCreateAction, MobileDeleteAction, MobileIndexAction, MobilePublisherAction, MobileResetPasswordAction, MobileTopicsDeleteReplyAction, MobileUpdateAction, MobileViewAction, MobileViewEventActionIndirect known subclasses
MobileProfileViewAction, MobileTopicsCreateAction, MobileTopicsIndexAction, MobileTopicsUpdateAction, MobileTopicsUpdateReplyAction, MobileTopicsViewAction
Abstract
Package: system\web\actions
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/modules/mobile/components/actions/MobileAction.php
Package: system\web\actions
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/modules/mobile/components/actions/MobileAction.php
protected
|
__construct(),
getController(),
getId(),
runWithParams(),
runWithParamsInternal()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
run()
|
public
string
|
$pathAliasBase | 'application.modules.mobile.' |
$controller,
$id
|