Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
beforeValidate ( ) : void | Обновляем дату изменения. Если новая запись обновляем необходимые поля: | |
getAnsweredUser ( ) : string | Имя пользователя который ответил: | |
getCategory ( ) : string | Категория: | |
getIsFaq ( ) : string | Находится ли ответ в FAQ: | |
getIsFaqList ( ) : array | Массив текстовых статусов: | |
getStatus ( ) : string | Получаем текстовый статус: | |
getStatusClass ( ) : string | Получаем класс по статусу: | |
getStatusList ( ) : array | Список возможных статусов: | |
getText ( mixed $size = false ) : string | Получаем текст, при необходимости обрезаем: | |
getType ( ) : string | Получаем тип: | |
getTypeList ( ) : array | Список возможных типов: | |
model ( string $className = __CLASS__ ) : FeedBack | Returns the static model of the specified AR class. | |
relations ( ) : array | Связи: | |
rules ( ) : array | ||
scopes ( ) : array | Именованные условия: | |
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public beforeValidate ( ) : void | ||
return | void |
public getAnsweredUser ( ) : string | ||
return | string |
public getIsFaqList ( ) : array | ||
return | array |
public getStatusClass ( ) : string | ||
return | string | label-class |
public getStatusList ( ) : array | ||
return | array |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |