Class P3MediaModule
Module class
- CComponent
-
CModule
-
CWebModule
-
P3MediaModule
Copyright: Copyright © 2005-2011 diemeisterei GmbH
License: http://www.phundament.com/license/
Author: Tobias Munk <schmunk@usrbin.de>
Since: 3.0.1
Located at phundament/p3media/P3MediaModule.php
Methods summary
public
|
|
public
boolean
|
#
beforeControllerAction( CController $controller, CAction $action )
The pre-filter for controller actions. This method is invoked before the currently requested controller action and all its filters are executed. You may override this method in the following way: if(parent::beforeControllerAction($controller,$action)) { // your code return true; } else return false; |
public
|
|
public
|
Methods inherited from CWebModule
afterControllerAction()
,
getControllerPath()
,
getDescription()
,
getLayoutPath()
,
getName()
,
getVersion()
,
getViewPath()
,
setControllerPath()
,
setLayoutPath()
,
setViewPath()
Methods inherited from CModule
__construct()
,
__get()
,
__isset()
,
configure()
,
getBasePath()
,
getComponent()
,
getComponents()
,
getId()
,
getModule()
,
getModulePath()
,
getModules()
,
getParams()
,
getParentModule()
,
hasComponent()
,
hasModule()
,
preinit()
,
preloadComponents()
,
setAliases()
,
setBasePath()
,
setComponent()
,
setComponents()
,
setId()
,
setImport()
,
setModulePath()
,
setModules()
,
setParams()
Methods inherited from CComponent
__call()
,
__set()
,
__unset()
,
asa()
,
attachBehavior()
,
attachBehaviors()
,
attachEventHandler()
,
canGetProperty()
,
canSetProperty()
,
detachBehavior()
,
detachBehaviors()
,
detachEventHandler()
,
disableBehavior()
,
disableBehaviors()
,
enableBehavior()
,
enableBehaviors()
,
evaluateExpression()
,
getEventHandlers()
,
hasEvent()
,
hasEventHandler()
,
hasProperty()
,
raiseEvent()
Magic methods summary
Properties summary
public
string
|
$dataAlias | |
public
string
|
$importAlias |
Properties inherited from CWebModule
$controllerMap
,
$controllerNamespace
,
$defaultController
,
$layout
Properties inherited from CModule
$behaviors
,
$preload
Magic properties inherited from CWebModule
$controllerPath
,
$description
,
$layoutPath
,
$name
,
$version
,
$viewPath
Magic properties inherited from CModule
$aliases
,
$basePath
,
$components
,
$id
,
$import
,
$modulePath
,
$modules
,
$params
,
$parentModule