PHP Class frontend\models\CreateOrderForm

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

Méthodes publiques

Свойство Type Description
$addressId
$bookTime
$newDown
$payment
$preferential
$remark

Méthodes publiques

Méthode Description
__construct ( $id, $config = [] )
attributeLabels ( )
create ( string $runValidation = true ) : boolean 创建订单
getAddressList ( )
getBookTimeItems ( )
getCartGoodsList ( )
getOrder ( )
getPreferentialItems ( )
getStore ( )
init ( )
rules ( )

Method Details

__construct() public méthode

public __construct ( $id, $config = [] )

attributeLabels() public méthode

public attributeLabels ( )

create() public méthode

创建订单
public create ( string $runValidation = true ) : boolean
$runValidation string
Résultat boolean

getAddressList() public méthode

public getAddressList ( )

getBookTimeItems() public méthode

public getBookTimeItems ( )

getCartGoodsList() public méthode

public getCartGoodsList ( )

getOrder() public méthode

public getOrder ( )

getPreferentialItems() public méthode

getStore() public méthode

public getStore ( )

init() public méthode

public init ( )

rules() public méthode

public rules ( )

Property Details

$addressId public_oe property

public $addressId

$bookTime public_oe property

public $bookTime

$newDown public_oe property

public $newDown

$payment public_oe property

public $payment

$preferential public_oe property

public $preferential

$remark public_oe property

public $remark