Class P3WidgetsModule
Description ...
Detailed info
<?php
$this->widget(
'p3widgets.components.P3WidgetContainer',
array(
'id'=>'main',
#'checkAccess'=>false //disables checkAccess feature
)
);
?>
- CComponent
-
CModule
-
CWebModule
-
P3WidgetsModule
Copyright: Copyright © 2005-2010 diemeisterei GmbH
License: http://www.phundament.com/license/
Author: Tobias Munk <schmunk@usrbin.de>
Version: $Id$
Since: 3.0
Located at phundament/p3widgets/P3WidgetsModule.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;
|
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
|
$adminRole |
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