PHP Class ARGroupon

Author: Administrator
Inheritance: extends DBGroupon
Show file Open project: yinhe/yincart Class Usage Examples

Public Properties

Property Type Description
$states 审核通过
$status 在线状态

Public Methods

Method Description
attributeLabels ( ) : array
behaviors ( )
model ( $className = __CLASS__ ) 审核状态
rules ( )

Method Details

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

behaviors() public method

public behaviors ( )

model() public static method

审核状态
public static model ( $className = __CLASS__ )

rules() public method

public rules ( )

Property Details

$states public static property

审核通过
public static $states

$status public static property

在线状态
public static $status