PHP 클래스 common\models\ApplyGoods

상속: extends yii\db\ActiveRecord
파일 보기 프로젝트 열기: daixianceng/xiaoego.com 1 사용 예제들

공개 메소드들

메소드 설명
attributeLabels ( )
createDuplicate ( string $goodsId ) : ApplyGoods 从某个商品创建副本
getApply ( ) : ActiveQuery
getFee ( ) : string 获取总价
getGoods ( ) : ActiveQuery
rules ( )
tableName ( )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

createDuplicate() 공개 정적인 메소드

从某个商品创建副本
public static createDuplicate ( string $goodsId ) : ApplyGoods
$goodsId string
리턴 ApplyGoods

getApply() 공개 메소드

public getApply ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getFee() 공개 메소드

获取总价
public getFee ( ) : string
리턴 string

getGoods() 공개 메소드

public getGoods ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

rules() 공개 메소드

public rules ( )

tableName() 공개 정적인 메소드

public static tableName ( )