Class MobilePublisherAction
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 MobilePublisherAction::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
- MobilePublisherAction
Package: system\web\actions
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/modules/mobile/components/actions/MobilePublisherAction.php
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/modules/mobile/components/actions/MobilePublisherAction.php
public
|
beforeRun()
|
__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()
|
$pathAliasBase
|
$controller,
$id
|