PHP Class common\models\OrderGoods

Inheritance: extends yii\db\ActiveRecord
Show file Open project: daixianceng/xiaoego.com Class Usage Examples

Public Methods

Method Description
attributeLabels ( )
createDuplicate ( $goodsId )
getFee ( ) : string 获取总价
getGoods ( ) : ActiveQuery
getImages ( ) : ActiveQuery
getOrder ( ) : ActiveQuery
tableName ( )

Method Details

attributeLabels() public method

public attributeLabels ( )

createDuplicate() public static method

public static createDuplicate ( $goodsId )

getFee() public method

获取总价
public getFee ( ) : string
return string

getGoods() public method

public getGoods ( ) : ActiveQuery
return yii\db\ActiveQuery

getImages() public method

public getImages ( ) : ActiveQuery
return yii\db\ActiveQuery

getOrder() public method

public getOrder ( ) : ActiveQuery
return yii\db\ActiveQuery

tableName() public static method

public static tableName ( )