PHP 클래스 Mage2\Catalog\Models\ProductAttribute

상속: extends Mage2\Framework\System\Models\BaseModel
파일 보기 프로젝트 열기: mage2/laravel-ecommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable

공개 메소드들

메소드 설명
attributeDropdownOptions ( ) : AttributeDropdownOption Product Attribute has many Attribute Dropdown Options.
getInStockOptions ( )
getIsFeaturedOptions ( )
getIsTaxableOptions ( )
getStatusOptions ( )
getTrackStockOptions ( )
productDatetimeValues ( ) : ProductDatetimeValue Product Attribute has many Product Date Time Value.
productFloatValues ( ) : ProductFloatValue Product Attribute has many Product Float Value.
productIntegerValues ( ) : ProductIntegerValue Product Attribute has many Product Integer Value.
productTextValues ( ) : ProductTextValue Product Attribute has many Product Text Value.
productVarcharValues ( ) : ProductVarcharValue Product Attribute has many Product Varchar Value.

메소드 상세

attributeDropdownOptions() 공개 메소드

Product Attribute has many Attribute Dropdown Options.
public attributeDropdownOptions ( ) : AttributeDropdownOption
리턴 AttributeDropdownOption

getInStockOptions() 공개 메소드

public getInStockOptions ( )

getIsFeaturedOptions() 공개 메소드

getIsTaxableOptions() 공개 메소드

public getIsTaxableOptions ( )

getStatusOptions() 공개 메소드

public getStatusOptions ( )

getTrackStockOptions() 공개 메소드

productDatetimeValues() 공개 메소드

Product Attribute has many Product Date Time Value.
public productDatetimeValues ( ) : ProductDatetimeValue
리턴 ProductDatetimeValue

productFloatValues() 공개 메소드

Product Attribute has many Product Float Value.
public productFloatValues ( ) : ProductFloatValue
리턴 ProductFloatValue

productIntegerValues() 공개 메소드

Product Attribute has many Product Integer Value.
public productIntegerValues ( ) : ProductIntegerValue
리턴 ProductIntegerValue

productTextValues() 공개 메소드

Product Attribute has many Product Text Value.
public productTextValues ( ) : ProductTextValue
리턴 ProductTextValue

productVarcharValues() 공개 메소드

Product Attribute has many Product Varchar Value.
public productVarcharValues ( ) : ProductVarcharValue
리턴 ProductVarcharValue

프로퍼티 상세

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

protected $fillable