PHP Class Manufacturer

Inheritance: extends MX_Controller
Afficher le fichier Open project: damnpoet/yiicart Class Usage Examples

Méthodes publiques

Méthode Description
__get ( $name )
addToStore ( $storeId )
afterDelete ( )
attributeLabels ( ) : array
beforeDelete ( )
clearAllStoresRelations ( )
getImageWithSize ( $width, $height )
getSEOKeyword ( )
getUrlAlias ( )
model ( string $className = __CLASS__ ) : Manufacturer Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string
updateSEOKeyword ( $keyword )

Method Details

__get() public méthode

public __get ( $name )

addToStore() public méthode

public addToStore ( $storeId )

afterDelete() public méthode

public afterDelete ( )

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

beforeDelete() public méthode

public beforeDelete ( )

clearAllStoresRelations() public méthode

getImageWithSize() public méthode

public getImageWithSize ( $width, $height )

getSEOKeyword() public méthode

public getSEOKeyword ( )

getUrlAlias() public méthode

public getUrlAlias ( )

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Manufacturer
$className string active record class name.
Résultat Manufacturer the static model class

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name

updateSEOKeyword() public méthode

public updateSEOKeyword ( $keyword )