PHP Class App\Models\Store\OrderItem

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: ppy/osu-web Class Usage Examples

Protected Properties

Property Type Description
$connection
$primaryKey
$table

Public Methods

Method Description
getDisplayName ( )
order ( )
product ( )
refreshCost ( )
subtotal ( )

Method Details

getDisplayName() public method

public getDisplayName ( )

order() public method

public order ( )

product() public method

public product ( )

refreshCost() public method

public refreshCost ( )

subtotal() public method

public subtotal ( )

Property Details

$connection protected property

protected $connection

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table