PHP 클래스 LukePOLO\LaraCart\CartSubItem

파일 보기 프로젝트 열기: lukepolo/laracart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$internationalFormat
$locale

공개 메소드들

메소드 설명
__construct ( $options )
find ( $data ) : mixed Search for matching options on the item.
getHash ( ) : mixed Gets the hash for the item.
price ( boolean | true $format = true, boolean $taxedItemsOnly = true ) : string Gets the formatted price.

메소드 상세

__construct() 공개 메소드

public __construct ( $options )
$options

find() 공개 메소드

Search for matching options on the item.
public find ( $data ) : mixed
리턴 mixed

getHash() 공개 메소드

Gets the hash for the item.
public getHash ( ) : mixed
리턴 mixed

price() 공개 메소드

Gets the formatted price.
public price ( boolean | true $format = true, boolean $taxedItemsOnly = true ) : string
$format boolean | true
$taxedItemsOnly boolean
리턴 string

프로퍼티 상세

$internationalFormat 공개적으로 프로퍼티

public $internationalFormat

$locale 공개적으로 프로퍼티

public $locale