Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
getSetting ( $key = null, $element_type = null, $return_object = false ) | ||
getSettingName ( $key = null ) | ||
model ( $className = __CLASS__ ) : SettingMetadata | Returns the static model of the specified AR class. | |
parseSetting ( $setting, $metadata ) | ||
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
Method | Description | |
---|---|---|
getSettingValue ( $model, $key, $condition_field, $condition_value, $element_type ) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public getSetting ( $key = null, $element_type = null, $return_object = false ) |
protected getSettingValue ( $model, $key, $condition_field, $condition_value, $element_type ) |
public static model ( $className = __CLASS__ ) : SettingMetadata | ||
return | SettingMetadata | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |