PHP Class common\models\ApplyGoods

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

Méthodes publiques

Méthode Description
attributeLabels ( )
createDuplicate ( string $goodsId ) : ApplyGoods 从某个商品创建副本
getApply ( ) : ActiveQuery
getFee ( ) : string 获取总价
getGoods ( ) : ActiveQuery
rules ( )
tableName ( )

Method Details

attributeLabels() public méthode

public attributeLabels ( )

createDuplicate() public static méthode

从某个商品创建副本
public static createDuplicate ( string $goodsId ) : ApplyGoods
$goodsId string
Résultat ApplyGoods

getApply() public méthode

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

getFee() public méthode

获取总价
public getFee ( ) : string
Résultat string

getGoods() public méthode

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

rules() public méthode

public rules ( )

tableName() public static méthode

public static tableName ( )