PHP 클래스 Overtrue\LaravelShoppingCart\Item

상속: extends Illuminate\Support\Collection
파일 보기 프로젝트 열기: overtrue/laravel-shopping-cart

보호된 프로퍼티들

프로퍼티 타입 설명
$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