PHP 클래스 Model\User

파일 보기 프로젝트 열기: sendya/shadowsocks-panel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$email (主键)
$enable 账户类型
$expireTime 上次支付时间
$flow_down 上传流量
$flow_up ss端口
$forgePwdCode 找回密码次数
$invite 狗屁用都没的 $
$invite_num 注册所用的邀请码
$lastActive
$lastCheckinTime 上次使用时间
$lastConnTime 注册时间
$lastFindPasswdCount 上次找回密码时间 (找回密码时间和次数仅用作限制3次或?次后禁止找回)
$lastFindPasswdTime 上次签到时间
$method 到期时间
$money 是否启用SS 0不启用 1启用
$nickname 电子邮件
$payTime 找回密码次数
$plan 总流量
$port ss连接密码
$regDateLine 用户拥有的邀请码
$sspwd Fuck password
$transfer 下载流量
$uid 定义主键

보호된 프로퍼티들

프로퍼티 타입 설명
$password 昵称,没卵用

공개 메소드들

메소드 설명
checkUserPortIsAvailable ( $port, $uid )
enableUsersByExpireTime ( )
getCount ( )
getCurrent ( ) : User Get current user object
getPlan ( )
getUseTransfer ( )
getUserArrayByExpire ( )
getUserByEmail ( $email ) : User
getUserByUserId ( $userId ) : User
getUserList ( )
isAdmin ( )
setAdmin ( $val ) Set administrator
setPassword ( $password )
stop ( ) 停止用户
verifyPassword ( $password )

메소드 상세

checkUserPortIsAvailable() 공개 정적인 메소드

public static checkUserPortIsAvailable ( $port, $uid )

enableUsersByExpireTime() 공개 정적인 메소드

public static enableUsersByExpireTime ( )

getCount() 공개 정적인 메소드

public static getCount ( )

getCurrent() 공개 정적인 메소드

Get current user object
public static getCurrent ( ) : User
리턴 User

getPlan() 공개 메소드

public getPlan ( )

getUseTransfer() 공개 메소드

public getUseTransfer ( )

getUserArrayByExpire() 공개 정적인 메소드

public static getUserArrayByExpire ( )

getUserByEmail() 공개 정적인 메소드

public static getUserByEmail ( $email ) : User
$email
리턴 User

getUserByUserId() 공개 정적인 메소드

public static getUserByUserId ( $userId ) : User
$userId
리턴 User

getUserList() 공개 정적인 메소드

public static getUserList ( )

isAdmin() 공개 메소드

public isAdmin ( )

setAdmin() 공개 메소드

Set administrator
public setAdmin ( $val )

setPassword() 공개 메소드

public setPassword ( $password )

stop() 공개 메소드

停止用户
public stop ( )

verifyPassword() 공개 메소드

public verifyPassword ( $password )

프로퍼티 상세

$email 공개적으로 프로퍼티

(主键)
public $email

$enable 공개적으로 프로퍼티

账户类型
public $enable

$expireTime 공개적으로 프로퍼티

上次支付时间
public $expireTime

$flow_down 공개적으로 프로퍼티

上传流量
public $flow_down

$flow_up 공개적으로 프로퍼티

ss端口
public $flow_up

$forgePwdCode 공개적으로 프로퍼티

找回密码次数
public $forgePwdCode

$invite 공개적으로 프로퍼티

狗屁用都没的 $
public $invite

$invite_num 공개적으로 프로퍼티

注册所用的邀请码
public $invite_num

$lastActive 공개적으로 프로퍼티

public $lastActive

$lastCheckinTime 공개적으로 프로퍼티

上次使用时间
public $lastCheckinTime

$lastConnTime 공개적으로 프로퍼티

注册时间
public $lastConnTime

$lastFindPasswdCount 공개적으로 프로퍼티

上次找回密码时间 (找回密码时间和次数仅用作限制3次或?次后禁止找回)
public $lastFindPasswdCount

$lastFindPasswdTime 공개적으로 프로퍼티

上次签到时间
public $lastFindPasswdTime

$method 공개적으로 프로퍼티

到期时间
public $method

$money 공개적으로 프로퍼티

是否启用SS 0不启用 1启用
public $money

$nickname 공개적으로 프로퍼티

电子邮件
public $nickname

$password 보호되어 있는 프로퍼티

昵称,没卵用
protected $password

$payTime 공개적으로 프로퍼티

找回密码次数
public $payTime

$plan 공개적으로 프로퍼티

总流量
public $plan

$port 공개적으로 프로퍼티

ss连接密码
public $port

$regDateLine 공개적으로 프로퍼티

用户拥有的邀请码
public $regDateLine

$sspwd 공개적으로 프로퍼티

Fuck password
public $sspwd

$transfer 공개적으로 프로퍼티

下载流量
public $transfer

$uid 공개적으로 프로퍼티

定义主键
public $uid