PHP Class LukePOLO\LaraCart\Tests\Models\TestItem

Afficher le fichier Open project: lukepolo/laracart

Méthodes publiques

Свойство Type Description
$id
$name
$price
$tax
$taxable

Protected Properties

Свойство Type Description
$guarded

Méthodes publiques

Méthode 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 méthode

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

with() public static méthode

Begin querying a model with eager loading.
public static with ( array | string $relations ) : Builder | static
$relations array | string
Résultat 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