PHP Class common\models\CartGoods

Inheritance: extends yii\db\ActiveRecord
Afficher le fichier Open project: daixianceng/xiaoego.com Class Usage Examples

Méthodes publiques

Méthode Description
attributeLabels ( )
behaviors ( )
getGoods ( ) : ActiveQuery
getImages ( ) : ActiveQuery
getIsExpired ( ) : boolean 获取该商品是否失效
getIsTooMuch ( ) : boolean 获取该商品数量是否超出范围
getUser ( ) : ActiveQuery
rules ( )
tableName ( )

Method Details

attributeLabels() public méthode

public attributeLabels ( )

behaviors() public méthode

public behaviors ( )

getGoods() public méthode

public getGoods ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getImages() public méthode

public getImages ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

getIsExpired() public méthode

获取该商品是否失效
public getIsExpired ( ) : boolean
Résultat boolean

getIsTooMuch() public méthode

获取该商品数量是否超出范围
public getIsTooMuch ( ) : boolean
Résultat boolean

getUser() public méthode

public getUser ( ) : ActiveQuery
Résultat yii\db\ActiveQuery

rules() public méthode

public rules ( )

tableName() public static méthode

public static tableName ( )