PHP 클래스 UserModule

저자: Mikhail Mangushev ([email protected])
상속: extends CWebModule
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accountActivationFailure string
$accountActivationSuccess string
$autoRecoveryPassword integer
$avatarExtensions string
$avatarMaxSize integer
$avatarsDir string
$badLoginCount integer
$defaultAvatarPath string
$documentRoot
$emailAccountVerification integer
$generateNickName integer
$logCategory string
$loginAdminSuccess string
$loginSuccess string
$logoutSuccess string
$maxCaptchaLength integer
$minCaptchaLength integer
$minPasswordLength integer
$notifyEmailFrom
$phoneMask string
$phonePattern string
$profiles array
$recoveryDisabled integer
$registrationDisabled integer
$registrationSuccess string
$sessionLifeTime integer
$showCaptcha integer
$usersPerPage integer

공개 메소드들

메소드 설명
checkSelf ( ) : array | boolean
getAdminPageLink ( ) : string
getAuthItems ( ) : array
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getConditions ( ) : array
getDefaultAvatar ( ) : string Возвращает аватар по умолчанию из текущей темы (/web/images/avatar.png)
getDescription ( ) : string
getEditableParams ( ) : array
getEditableParamsGroups ( ) : array
getIcon ( ) : string
getInstall ( ) : boolean
getIsInstallDefault ( ) : boolean
getIsNoDisable ( ) : boolean
getName ( ) : string
getNavigation ( ) : array
getParamsLabels ( ) : array
getUploadPath ( ) : string
getUrl ( ) : string
getVersion ( ) : string
init ( )

메소드 상세

checkSelf() 공개 메소드

public checkSelf ( ) : array | boolean
리턴 array | boolean

getAuthItems() 공개 메소드

public getAuthItems ( ) : array
리턴 array

getAuthor() 공개 메소드

public getAuthor ( ) : string
리턴 string

getAuthorEmail() 공개 메소드

public getAuthorEmail ( ) : string
리턴 string

getCategory() 공개 메소드

public getCategory ( ) : string
리턴 string

getConditions() 공개 메소드

public getConditions ( ) : array
리턴 array

getDefaultAvatar() 공개 메소드

Возвращает аватар по умолчанию из текущей темы (/web/images/avatar.png)
부터: 0.8
public getDefaultAvatar ( ) : string
리턴 string

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getEditableParams() 공개 메소드

public getEditableParams ( ) : array
리턴 array

getEditableParamsGroups() 공개 메소드

public getEditableParamsGroups ( ) : array
리턴 array

getIcon() 공개 메소드

public getIcon ( ) : string
리턴 string

getInstall() 공개 메소드

public getInstall ( ) : boolean
리턴 boolean

getIsInstallDefault() 공개 메소드

public getIsInstallDefault ( ) : boolean
리턴 boolean

getIsNoDisable() 공개 메소드

public getIsNoDisable ( ) : boolean
리턴 boolean

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNavigation() 공개 메소드

public getNavigation ( ) : array
리턴 array

getParamsLabels() 공개 메소드

public getParamsLabels ( ) : array
리턴 array

getUploadPath() 공개 메소드

public getUploadPath ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

init() 공개 메소드

public init ( )

프로퍼티 상세

$accountActivationFailure 공개적으로 프로퍼티

public string $accountActivationFailure
리턴 string

$accountActivationSuccess 공개적으로 프로퍼티

public string $accountActivationSuccess
리턴 string

$autoRecoveryPassword 공개적으로 프로퍼티

public int $autoRecoveryPassword
리턴 integer

$avatarExtensions 공개적으로 프로퍼티

public string $avatarExtensions
리턴 string

$avatarMaxSize 공개적으로 프로퍼티

public int $avatarMaxSize
리턴 integer

$avatarsDir 공개적으로 프로퍼티

public string $avatarsDir
리턴 string

$badLoginCount 공개적으로 프로퍼티

public int $badLoginCount
리턴 integer

$defaultAvatarPath 공개적으로 프로퍼티

public string $defaultAvatarPath
리턴 string

$documentRoot 공개적으로 프로퍼티

public $documentRoot

$emailAccountVerification 공개적으로 프로퍼티

public int $emailAccountVerification
리턴 integer

$generateNickName 공개적으로 프로퍼티

public int $generateNickName
리턴 integer

$logCategory 공개적으로 정적으로 프로퍼티

public static string $logCategory
리턴 string

$loginAdminSuccess 공개적으로 프로퍼티

public string $loginAdminSuccess
리턴 string

$loginSuccess 공개적으로 프로퍼티

public string $loginSuccess
리턴 string

$logoutSuccess 공개적으로 프로퍼티

public string $logoutSuccess
리턴 string

$maxCaptchaLength 공개적으로 프로퍼티

public int $maxCaptchaLength
리턴 integer

$minCaptchaLength 공개적으로 프로퍼티

public int $minCaptchaLength
리턴 integer

$minPasswordLength 공개적으로 프로퍼티

public int $minPasswordLength
리턴 integer

$notifyEmailFrom 공개적으로 프로퍼티

public $notifyEmailFrom

$phoneMask 공개적으로 프로퍼티

public string $phoneMask
리턴 string

$phonePattern 공개적으로 프로퍼티

public string $phonePattern
리턴 string

$profiles 공개적으로 프로퍼티

public array $profiles
리턴 array

$recoveryDisabled 공개적으로 프로퍼티

public int $recoveryDisabled
리턴 integer

$registrationDisabled 공개적으로 프로퍼티

public int $registrationDisabled
리턴 integer

$registrationSuccess 공개적으로 프로퍼티

public string $registrationSuccess
리턴 string

$sessionLifeTime 공개적으로 프로퍼티

public int $sessionLifeTime
리턴 integer

$showCaptcha 공개적으로 프로퍼티

public int $showCaptcha
리턴 integer

$usersPerPage 공개적으로 프로퍼티

public int $usersPerPage
리턴 integer