PHP 클래스 frontend\models\CreateOrderForm

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

공개 프로퍼티들

프로퍼티 타입 설명
$addressId
$bookTime
$newDown
$payment
$preferential
$remark

공개 메소드들

메소드 설명
__construct ( $id, $config = [] )
attributeLabels ( )
create ( string $runValidation = true ) : boolean 创建订单
getAddressList ( )
getBookTimeItems ( )
getCartGoodsList ( )
getOrder ( )
getPreferentialItems ( )
getStore ( )
init ( )
rules ( )

메소드 상세

__construct() 공개 메소드

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

attributeLabels() 공개 메소드

public attributeLabels ( )

create() 공개 메소드

创建订单
public create ( string $runValidation = true ) : boolean
$runValidation string
리턴 boolean

getAddressList() 공개 메소드

public getAddressList ( )

getBookTimeItems() 공개 메소드

public getBookTimeItems ( )

getCartGoodsList() 공개 메소드

public getCartGoodsList ( )

getOrder() 공개 메소드

public getOrder ( )

getPreferentialItems() 공개 메소드

getStore() 공개 메소드

public getStore ( )

init() 공개 메소드

public init ( )

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$addressId 공개적으로 프로퍼티

public $addressId

$bookTime 공개적으로 프로퍼티

public $bookTime

$newDown 공개적으로 프로퍼티

public $newDown

$payment 공개적으로 프로퍼티

public $payment

$preferential 공개적으로 프로퍼티

public $preferential

$remark 공개적으로 프로퍼티

public $remark