PHP Класс Overtrue\LaravelShoppingCart\Item

Наследование: extends Illuminate\Support\Collection
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$model string The Eloquent model a cart is associated with.

Открытые методы

Метод Описание
__get ( string $property ) : mixed Magic accessor.
rawId ( ) : string Return the raw ID of item.

Описание методов

__get() публичный Метод

Magic accessor.
public __get ( string $property ) : mixed
$property string Property name.
Результат mixed

rawId() публичный Метод

Return the raw ID of item.
public rawId ( ) : string
Результат string

Описание свойств

$model защищенное свойство

The Eloquent model a cart is associated with.
protected string $model
Результат string