PHP Class CategoryDescription

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

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
getDescription ( )
getName ( )
model ( string $className = __CLASS__ ) : CategoryDescription Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string

Method Details

attributeLabels() public méthode

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

getDescription() public méthode

public getDescription ( )

getName() public méthode

public getName ( )

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : CategoryDescription
$className string active record class name.
Résultat CategoryDescription 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