PHP Class Banner

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

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
getStatus ( )
hasImages ( )
model ( string $className = __CLASS__ ) : Banner Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
scopes ( )
tableName ( ) : string

Method Details

attributeLabels() public méthode

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

getStatus() public méthode

public getStatus ( )

hasImages() public méthode

public hasImages ( )

model() public static méthode

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

scopes() public méthode

public scopes ( )

tableName() public méthode

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