PHP Class Type

Author: 60044723
Inheritance: extends CI_Controller
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
attributeDescriptions ( ) : array
attributeLabels ( ) : array
getAttributeGroups ( ) : array
model ( $className = __CLASS__ ) : Type Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
storeTypeAttributes ( array $attributes ) : boolean
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)

getAttributeGroups() public méthode

public getAttributeGroups ( ) : array
Résultat array

model() public static méthode

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

storeTypeAttributes() public méthode

public storeTypeAttributes ( array $attributes ) : boolean
$attributes array
Résultat boolean

tableName() public méthode

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