PHP 클래스 ProductForm

저자: Your name here
상속: extends BaseProductForm
파일 보기 프로젝트 열기: damnpoet/yiicart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$categories
$dateAvailable
$description
$dimensionH
$dimensionL
$dimensionW
$downloads
$ean
$filters
$id
$image
$isbn
$jan
$lengthClass
$location
$manufacturer
$metaTagDescription
$metaTagKeywords
$minimumQuantity
$model
$mpn
$name
$outOfStockStatus
$price
$productTags
$quantity
$relatedProducts
$requiresShipping
$seoKeyword
$sku
$sortOrder
$status
$stores
$subtractStock
$taxClass
$upc
$weight
$weightClass

공개 메소드들

메소드 설명
attributeLabels ( ) Declares customized attribute labels.
getProduct ( )
loadDataFromProduct ( $id )
rules ( ) Declares the validation rules.
save ( )

메소드 상세

attributeLabels() 공개 메소드

If not declared here, an attribute would have a label that is the same as its name with the first letter in upper case.
public attributeLabels ( )

getProduct() 공개 메소드

public getProduct ( )

loadDataFromProduct() 공개 메소드

public loadDataFromProduct ( $id )

rules() 공개 메소드

Declares the validation rules.
public rules ( )

save() 공개 메소드

public save ( )

프로퍼티 상세

$categories 공개적으로 프로퍼티

public $categories

$dateAvailable 공개적으로 프로퍼티

public $dateAvailable

$description 공개적으로 프로퍼티

public $description

$dimensionH 공개적으로 프로퍼티

public $dimensionH

$dimensionL 공개적으로 프로퍼티

public $dimensionL

$dimensionW 공개적으로 프로퍼티

public $dimensionW

$downloads 공개적으로 프로퍼티

public $downloads

$ean 공개적으로 프로퍼티

public $ean

$filters 공개적으로 프로퍼티

public $filters

$id 공개적으로 프로퍼티

public $id

$image 공개적으로 프로퍼티

public $image

$isbn 공개적으로 프로퍼티

public $isbn

$jan 공개적으로 프로퍼티

public $jan

$lengthClass 공개적으로 프로퍼티

public $lengthClass

$location 공개적으로 프로퍼티

public $location

$manufacturer 공개적으로 프로퍼티

public $manufacturer

$metaTagDescription 공개적으로 프로퍼티

public $metaTagDescription

$metaTagKeywords 공개적으로 프로퍼티

public $metaTagKeywords

$minimumQuantity 공개적으로 프로퍼티

public $minimumQuantity

$model 공개적으로 프로퍼티

public $model

$mpn 공개적으로 프로퍼티

public $mpn

$name 공개적으로 프로퍼티

public $name

$outOfStockStatus 공개적으로 프로퍼티

public $outOfStockStatus

$price 공개적으로 프로퍼티

public $price

$productTags 공개적으로 프로퍼티

public $productTags

$quantity 공개적으로 프로퍼티

public $quantity

$relatedProducts 공개적으로 프로퍼티

public $relatedProducts

$requiresShipping 공개적으로 프로퍼티

public $requiresShipping

$seoKeyword 공개적으로 프로퍼티

public $seoKeyword

$sku 공개적으로 프로퍼티

public $sku

$sortOrder 공개적으로 프로퍼티

public $sortOrder

$status 공개적으로 프로퍼티

public $status

$stores 공개적으로 프로퍼티

public $stores

$subtractStock 공개적으로 프로퍼티

public $subtractStock

$taxClass 공개적으로 프로퍼티

public $taxClass

$upc 공개적으로 프로퍼티

public $upc

$weight 공개적으로 프로퍼티

public $weight

$weightClass 공개적으로 프로퍼티

public $weightClass