PHP Class ManufacturerForm

ManufacturerForm is the data structure for keeping manufacturer form data. It is used by the 'create' and 'update' action of 'ManufacturersController'.
Inheritance: extends CFormModel
Datei anzeigen Open project: damnpoet/yiicart Class Usage Examples

Public Properties

Property Type Description
$id
$image
$name
$seoKeyword
$sortOrder
$stores

Public Methods

Method Description
attributeLabels ( ) Declares customized attribute labels.
getManufacturer ( )
loadDataFromManufacturer ( $id )
rules ( ) Declares the validation rules.
save ( )

Method Details

attributeLabels() public method

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 ( )

getManufacturer() public method

public getManufacturer ( )

loadDataFromManufacturer() public method

public loadDataFromManufacturer ( $id )

rules() public method

Declares the validation rules.
public rules ( )

save() public method

public save ( )

Property Details

$id public_oe property

public $id

$image public_oe property

public $image

$name public_oe property

public $name

$seoKeyword public_oe property

public $seoKeyword

$sortOrder public_oe property

public $sortOrder

$stores public_oe property

public $stores