PHP Class AttributeOption

Inheritance: extends AttributeOptionGen
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

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

Method Details

attributeDescriptions() public méthode

public attributeDescriptions ( ) : array
Résultat array customized attribute descriptions (name=>description)

attributeLabels() public méthode

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

behaviors() public méthode

public behaviors ( ) : array
Résultat array

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Attribute
Résultat Attribute the static model class

relations() public méthode

public relations ( ) : array
Résultat array

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