PHP 클래스 App\Models\Store\OrderItem

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$connection
$primaryKey
$table

공개 메소드들

메소드 설명
getDisplayName ( )
order ( )
product ( )
refreshCost ( )
subtotal ( )

메소드 상세

getDisplayName() 공개 메소드

public getDisplayName ( )

order() 공개 메소드

public order ( )

product() 공개 메소드

public product ( )

refreshCost() 공개 메소드

public refreshCost ( )

subtotal() 공개 메소드

public subtotal ( )

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected $connection

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey

$table 보호되어 있는 프로퍼티

protected $table