PHP Class common\models\Order

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

Méthodes publiques

Méthode 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 méthode

public afterCancel ( )

afterComplete() public méthode

public afterComplete ( )

afterDiscard() public méthode

public afterDiscard ( )

afterPayment() public méthode

public afterPayment ( )

afterShip() public méthode

public afterShip ( )

attributeLabels() public méthode

public attributeLabels ( )

beforeCancel() public méthode

public beforeCancel ( )

beforeComplete() public méthode

public beforeComplete ( )

beforeDiscard() public méthode

public beforeDiscard ( )

beforePayment() public méthode

public beforePayment ( )

beforeShip() public méthode

public beforeShip ( )

behaviors() public méthode

public behaviors ( )

cancel() public méthode

public cancel ( $msg = null )

clearCancelledMsg() public méthode

public clearCancelledMsg ( )

complete() public méthode

public complete ( )

discard() public méthode

public discard ( )

findByOrderSn() public static méthode

public static findByOrderSn ( $orderSn )

generateOrderSn() public méthode

public generateOrderSn ( )

getAddress() public méthode

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

getBookTimeMsg() public méthode

public getBookTimeMsg ( )

getCost() public méthode

public getCost ( )

getCountByStoreId() public static méthode

public static getCountByStoreId ( $id )

getCountByUserId() public static méthode

public static getCountByUserId ( $id )

getDescription() public méthode

public getDescription ( )

getDownMsg() public méthode

public getDownMsg ( )

getGiftMsg() public méthode

public getGiftMsg ( )

getGoods() public méthode

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

getHasPreferential() public méthode

public getHasPreferential ( )

getNewDownMsg() public méthode

public getNewDownMsg ( )

getPaymentList() public static méthode

public static getPaymentList ( )

getPaymentMsg() public méthode

public getPaymentMsg ( )

getPreferentialList() public static méthode

public static getPreferentialList ( )

getPreferentialMsg() public méthode

public getPreferentialMsg ( )

getPreferentialPrettyMsg() public méthode

getSchool() public méthode

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

getStatusList() public static méthode

public static getStatusList ( )

getStatusMsg() public méthode

public getStatusMsg ( )

getStore() public méthode

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

getTimeout() public méthode

public getTimeout ( )

getUser() public méthode

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

pay() public méthode

public pay ( )

ship() public méthode

public ship ( )

tableName() public static méthode

public static tableName ( )