PHP Class AttributeGroup

Inheritance: extends ActiveRecord\Model
Datei anzeigen Open project: yupe/yupe Class Usage Examples

Public Methods

Method Description
attributeLabels ( ) : array
behaviors ( ) : array
getFormattedList ( ) : array
model ( null | string $className = __CLASS__ )
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider
tableName ( ) : string

Method Details

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

behaviors() public method

public behaviors ( ) : array
return array

getFormattedList() public method

public getFormattedList ( ) : array
return array

model() public static method

public static model ( null | string $className = __CLASS__ )
$className null | string

relations() public method

public relations ( ) : array
return array

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

public tableName ( ) : string
return string the associated database table name