PHP 클래스 CategoryForm

저자: Raffaele Bolliger
상속: extends BaseCategoryForm
파일 보기 프로젝트 열기: damnpoet/yiicart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$columns
$description
$filters
$id
$image
$metaTagDescription
$metaTagKeywords
$name
$parent
$seoKeyword
$sortOrder
$status
$stores
$top

공개 메소드들

메소드 설명
attributeLabels ( ) Declares customized attribute labels.
getCategory ( )
loadDataFromCategory ( $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 ( )

getCategory() 공개 메소드

public getCategory ( )

loadDataFromCategory() 공개 메소드

public loadDataFromCategory ( $id )

rules() 공개 메소드

Declares the validation rules.
public rules ( )

save() 공개 메소드

public save ( )

프로퍼티 상세

$columns 공개적으로 프로퍼티

public $columns

$description 공개적으로 프로퍼티

public $description

$filters 공개적으로 프로퍼티

public $filters

$id 공개적으로 프로퍼티

public $id

$image 공개적으로 프로퍼티

public $image

$metaTagDescription 공개적으로 프로퍼티

public $metaTagDescription

$metaTagKeywords 공개적으로 프로퍼티

public $metaTagKeywords

$name 공개적으로 프로퍼티

public $name

$parent 공개적으로 프로퍼티

public $parent

$seoKeyword 공개적으로 프로퍼티

public $seoKeyword

$sortOrder 공개적으로 프로퍼티

public $sortOrder

$status 공개적으로 프로퍼티

public $status

$stores 공개적으로 프로퍼티

public $stores

$top 공개적으로 프로퍼티

public $top