PHP Class LukePOLO\LaraCart\CartSubItem

Afficher le fichier Open project: lukepolo/laracart Class Usage Examples

Méthodes publiques

Свойство Type Description
$internationalFormat
$locale

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

public __construct ( $options )
$options

find() public méthode

Search for matching options on the item.
public find ( $data ) : mixed
Résultat mixed

getHash() public méthode

Gets the hash for the item.
public getHash ( ) : mixed
Résultat mixed

price() public méthode

Gets the formatted price.
public price ( boolean | true $format = true, boolean $taxedItemsOnly = true ) : string
$format boolean | true
$taxedItemsOnly boolean
Résultat string

Property Details

$internationalFormat public_oe property

public $internationalFormat

$locale public_oe property

public $locale