Méthode | Description | |
---|---|---|
behaviors ( ) | ||
defaultScope ( ) : array | ||
lock ( ) | ||
model ( $className = __CLASS__ ) : ElementOperation | Returns the static model of the specified AR class. | |
relations ( ) | ||
rules ( ) | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) | ||
unlock ( ) |
public defaultScope ( ) : array | ||
Résultat | array | default scope (applies only to SELECT statements) |
public static model ( $className = __CLASS__ ) : ElementOperation | ||
Résultat | ElementOperation | the static model class |
public search ( ) : CActiveDataProvider | ||
Résultat | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |