PHP 클래스 LukePOLO\LaraCart\Tests\Models\TestItem

파일 보기 프로젝트 열기: lukepolo/laracart

공개 프로퍼티들

프로퍼티 타입 설명
$id
$name
$price
$tax
$taxable

보호된 프로퍼티들

프로퍼티 타입 설명
$guarded

공개 메소드들

메소드 설명
find ( $id ) Finds the id of this model.
with ( array | string $relations ) : Builder | static Begin querying a model with eager loading.

메소드 상세

find() 공개 메소드

Finds the id of this model.
public find ( $id )
$id

with() 공개 정적인 메소드

Begin querying a model with eager loading.
public static with ( array | string $relations ) : Builder | static
$relations array | string
리턴 Illuminate\Database\Eloquent\Builder | static

프로퍼티 상세

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

protected $guarded

$id 공개적으로 프로퍼티

public $id

$name 공개적으로 프로퍼티

public $name

$price 공개적으로 프로퍼티

public $price

$tax 공개적으로 프로퍼티

public $tax

$taxable 공개적으로 프로퍼티

public $taxable