Class UserModule
Yii-User module
- CComponent
- CModule
- CWebModule
- UserModule
Author: Mikhail Mangushev <mishamx@gmail.com>
Version: $Id: UserModule.php 132 2011-10-30 10:45:01Z mishamx $
Link: http://yii-user.2mx.org/
Located at mishamx/yii-user/UserModule.php
Methods summary
public
|
|
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 static
string
|
|
public static
|
|
public static
boolean
|
|
public static
boolean
|
|
public static
array
|
|
public static
|
|
public
|
#
sendMailToUser( mixed $user_id, mixed $subject, mixed $message, mixed $from = '' )
Send to user mail |
public static
|
|
public static
|
|
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
integer
|
$user_page_size | |
public
integer
|
$fields_page_size | |
public
string
|
$hash | |
public
boolean
|
$sendActivationMail | |
public
boolean
|
$loginNotActiv | |
public
boolean
|
$activeAfterRegister | |
public
boolean
|
$autoLogin | |
public
array
|
$registrationUrl | |
public
array
|
$recoveryUrl | |
public
array
|
$loginUrl | |
public
array
|
$logoutUrl | |
public
array
|
$profileUrl | |
public
array
|
$returnUrl | |
public
array
|
$returnLogoutUrl | |
public
integer
|
$rememberMeTime | |
public
string
|
$fieldsMessage | |
public
array
|
$relations | |
public
array
|
$profileRelations | |
public
boolean
|
$captcha | |
public
string
|
$tableUsers | |
public
string
|
$tableProfiles | |
public
string
|
$tableProfileFields | |
public
array
|
$defaultScope | |
public
array
|
$componentBehaviors |
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