PHP 클래스 App\Models\Store\Product

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
category ( )
getDescriptionAttribute ( $value )
getHeaderDescriptionAttribute ( $value )
getHeaderImageAttribute ( $value )
images ( )
inStock ( $quantity = 1, $includeVariations = false )
masterProduct ( )
notificationRequests ( )
productsInRange ( )
scopeLatest ( $query )
typeMappings ( )
types ( )
variations ( )

메소드 상세

category() 공개 메소드

public category ( )

getDescriptionAttribute() 공개 메소드

public getDescriptionAttribute ( $value )

getHeaderDescriptionAttribute() 공개 메소드

public getHeaderDescriptionAttribute ( $value )

getHeaderImageAttribute() 공개 메소드

public getHeaderImageAttribute ( $value )

images() 공개 메소드

public images ( )

inStock() 공개 메소드

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

masterProduct() 공개 메소드

public masterProduct ( )

notificationRequests() 공개 메소드

productsInRange() 공개 메소드

public productsInRange ( )

scopeLatest() 공개 메소드

public scopeLatest ( $query )

typeMappings() 공개 메소드

public typeMappings ( )

types() 공개 메소드

public types ( )

variations() 공개 메소드

public variations ( )

프로퍼티 상세

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

protected $casts

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

protected $connection

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

protected $primaryKey

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

protected $table