PHP Class LukePOLO\LaraCart\Tests\Models\TestItem

Datei anzeigen Open project: lukepolo/laracart

Public Properties

Property Type Description
$id
$name
$price
$tax
$taxable

Protected Properties

Property Type Description
$guarded

Public Methods

Method Description
find ( $id ) Finds the id of this model.
with ( array | string $relations ) : Builder | static Begin querying a model with eager loading.

Method Details

find() public method

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

with() public static method

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

Property Details

$guarded protected_oe property

protected $guarded

$id public_oe property

public $id

$name public_oe property

public $name

$price public_oe property

public $price

$tax public_oe property

public $tax

$taxable public_oe property

public $taxable