PHP 클래스 App\Models\Store\Order

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$connection
$dates
$primaryKey

공개 메소드들

메소드 설명
address ( )
cart ( $user )
checkout ( )
getItemCount ( )
getShipping ( )
getSubtotal ( )
getTotal ( )
items ( )
itemsQuantities ( $orders )
refreshCost ( $save = false )
requiresShipping ( )
trackingCodes ( )
updateItem ( $item_form, $add_new = false )
user ( )

메소드 상세

address() 공개 메소드

public address ( )

cart() 공개 정적인 메소드

public static cart ( $user )

checkout() 공개 메소드

public checkout ( )

getItemCount() 공개 메소드

public getItemCount ( )

getShipping() 공개 메소드

public getShipping ( )

getSubtotal() 공개 메소드

public getSubtotal ( )

getTotal() 공개 메소드

public getTotal ( )

items() 공개 메소드

public items ( )

itemsQuantities() 공개 정적인 메소드

public static itemsQuantities ( $orders )

refreshCost() 공개 메소드

public refreshCost ( $save = false )

requiresShipping() 공개 메소드

public requiresShipping ( )

trackingCodes() 공개 메소드

public trackingCodes ( )

updateItem() 공개 메소드

public updateItem ( $item_form, $add_new = false )

user() 공개 메소드

public user ( )

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected $connection

$dates 보호되어 있는 프로퍼티

protected $dates

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey