PHP Class App\Models\Store\Product

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: ppy/osu-web Class Usage Examples

Protected Properties

Свойство Type Description
$casts
$connection
$primaryKey
$table

Méthodes publiques

Méthode Description
category ( )
getDescriptionAttribute ( $value )
getHeaderDescriptionAttribute ( $value )
getHeaderImageAttribute ( $value )
images ( )
inStock ( $quantity = 1, $includeVariations = false )
masterProduct ( )
notificationRequests ( )
productsInRange ( )
scopeLatest ( $query )
typeMappings ( )
types ( )
variations ( )

Method Details

category() public méthode

public category ( )

getDescriptionAttribute() public méthode

public getDescriptionAttribute ( $value )

getHeaderDescriptionAttribute() public méthode

public getHeaderDescriptionAttribute ( $value )

getHeaderImageAttribute() public méthode

public getHeaderImageAttribute ( $value )

images() public méthode

public images ( )

inStock() public méthode

public inStock ( $quantity = 1, $includeVariations = false )

masterProduct() public méthode

public masterProduct ( )

notificationRequests() public méthode

productsInRange() public méthode

public productsInRange ( )

scopeLatest() public méthode

public scopeLatest ( $query )

typeMappings() public méthode

public typeMappings ( )

types() public méthode

public types ( )

variations() public méthode

public variations ( )

Property Details

$casts protected_oe property

protected $casts

$connection protected_oe property

protected $connection

$primaryKey protected_oe property

protected $primaryKey

$table protected_oe property

protected $table