PHP Class App\Models\Store\OrderItem

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

Protected Properties

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

Méthodes publiques

Méthode Description
getDisplayName ( )
order ( )
product ( )
refreshCost ( )
subtotal ( )

Method Details

getDisplayName() public méthode

public getDisplayName ( )

order() public méthode

public order ( )

product() public méthode

public product ( )

refreshCost() public méthode

public refreshCost ( )

subtotal() public méthode

public subtotal ( )

Property Details

$connection protected_oe property

protected $connection

$primaryKey protected_oe property

protected $primaryKey

$table protected_oe property

protected $table