PHP 클래스 Model\Card

저자: Thomas Oster ([email protected])
파일 보기 프로젝트 열기: sendya/shadowsocks-panel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$add_time 卡号 不重复
$card 主键
$expireTime
$id
$info 1. 为套餐卡时,此字段为套餐类型(单位A/B/C/D/VIP) 2. 为流量卡时,此字段为流量大小(单位GB) 3. 为测试卡时,此字段为测试时长(单位天)
$status 套餐有效期
$type

공개 메소드들

메소드 설명
destroy ( )
queryAll ( $type ) 卡状态 0-失效 1-可用
queryCard ( $card )
queryCardById ( $id )

메소드 상세

destroy() 공개 메소드

public destroy ( )

queryAll() 공개 정적인 메소드

卡状态 0-失效 1-可用
public static queryAll ( $type )

queryCard() 공개 정적인 메소드

public static queryCard ( $card )

queryCardById() 공개 정적인 메소드

public static queryCardById ( $id )

프로퍼티 상세

$add_time 공개적으로 프로퍼티

卡号 不重复
public $add_time

$card 공개적으로 프로퍼티

主键
public $card

$expireTime 공개적으로 프로퍼티

public $expireTime

$id 공개적으로 프로퍼티

public $id

$info 공개적으로 프로퍼티

1. 为套餐卡时,此字段为套餐类型(单位A/B/C/D/VIP) 2. 为流量卡时,此字段为流量大小(单位GB) 3. 为测试卡时,此字段为测试时长(单位天)
public $info

$status 공개적으로 프로퍼티

套餐有效期
public $status

$type 공개적으로 프로퍼티

public $type