PHP Class common\models\Order

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

Public Methods

Method Description
afterCancel ( )
afterComplete ( )
afterDiscard ( )
afterPayment ( )
afterShip ( )
attributeLabels ( )
beforeCancel ( )
beforeComplete ( )
beforeDiscard ( )
beforePayment ( )
beforeShip ( )
behaviors ( )
cancel ( $msg = null )
clearCancelledMsg ( )
complete ( )
discard ( )
findByOrderSn ( $orderSn )
generateOrderSn ( )
getAddress ( ) : ActiveQuery
getBookTimeMsg ( )
getCost ( )
getCountByStoreId ( $id )
getCountByUserId ( $id )
getDescription ( )
getDownMsg ( )
getGiftMsg ( )
getGoods ( ) : ActiveQuery
getHasPreferential ( )
getNewDownMsg ( )
getPaymentList ( )
getPaymentMsg ( )
getPreferentialList ( )
getPreferentialMsg ( )
getPreferentialPrettyMsg ( )
getSchool ( ) : ActiveQuery
getStatusList ( )
getStatusMsg ( )
getStore ( ) : ActiveQuery
getTimeout ( )
getUser ( ) : ActiveQuery
pay ( )
ship ( )
tableName ( )

Method Details

afterCancel() public method

public afterCancel ( )

afterComplete() public method

public afterComplete ( )

afterDiscard() public method

public afterDiscard ( )

afterPayment() public method

public afterPayment ( )

afterShip() public method

public afterShip ( )

attributeLabels() public method

public attributeLabels ( )

beforeCancel() public method

public beforeCancel ( )

beforeComplete() public method

public beforeComplete ( )

beforeDiscard() public method

public beforeDiscard ( )

beforePayment() public method

public beforePayment ( )

beforeShip() public method

public beforeShip ( )

behaviors() public method

public behaviors ( )

cancel() public method

public cancel ( $msg = null )

clearCancelledMsg() public method

public clearCancelledMsg ( )

complete() public method

public complete ( )

discard() public method

public discard ( )

findByOrderSn() public static method

public static findByOrderSn ( $orderSn )

generateOrderSn() public method

public generateOrderSn ( )

getAddress() public method

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

getBookTimeMsg() public method

public getBookTimeMsg ( )

getCost() public method

public getCost ( )

getCountByStoreId() public static method

public static getCountByStoreId ( $id )

getCountByUserId() public static method

public static getCountByUserId ( $id )

getDescription() public method

public getDescription ( )

getDownMsg() public method

public getDownMsg ( )

getGiftMsg() public method

public getGiftMsg ( )

getGoods() public method

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

getHasPreferential() public method

public getHasPreferential ( )

getNewDownMsg() public method

public getNewDownMsg ( )

getPaymentList() public static method

public static getPaymentList ( )

getPaymentMsg() public method

public getPaymentMsg ( )

getPreferentialList() public static method

public static getPreferentialList ( )

getPreferentialMsg() public method

public getPreferentialMsg ( )

getPreferentialPrettyMsg() public method

getSchool() public method

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

getStatusList() public static method

public static getStatusList ( )

getStatusMsg() public method

public getStatusMsg ( )

getStore() public method

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

getTimeout() public method

public getTimeout ( )

getUser() public method

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

pay() public method

public pay ( )

ship() public method

public ship ( )

tableName() public static method

public static tableName ( )