PHP 클래스 AttributeGroupForm

AttributeGroupForm is the data structure for keeping attribute group form data. It is used by the 'create' and 'update' action of 'AttributeGroupsController'.
상속: extends CFormModel
파일 보기 프로젝트 열기: damnpoet/yiicart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id
$name
$sortOrder

공개 메소드들

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

loadDataFromAttributeGroup() 공개 메소드

rules() 공개 메소드

Declares the validation rules.
public rules ( )

save() 공개 메소드

public save ( )

프로퍼티 상세

$id 공개적으로 프로퍼티

public $id

$name 공개적으로 프로퍼티

public $name

$sortOrder 공개적으로 프로퍼티

public $sortOrder