PHP Class FeedBack

The followings are the available columns in table '{{FeedBack}}':
Inheritance: extends yupe\models\YModel
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

beforeValidate() public méthode

Обновляем дату изменения. Если новая запись обновляем необходимые поля:
public beforeValidate ( ) : void
Résultat void

getAnsweredUser() public méthode

Имя пользователя который ответил:
public getAnsweredUser ( ) : string
Résultat string

getCategory() public méthode

Категория:
public getCategory ( ) : string
Résultat string

getIsFaq() public méthode

Находится ли ответ в FAQ:
public getIsFaq ( ) : string
Résultat string

getIsFaqList() public méthode

Массив текстовых статусов:
public getIsFaqList ( ) : array
Résultat array

getStatus() public méthode

Получаем текстовый статус:
public getStatus ( ) : string
Résultat string

getStatusClass() public méthode

Получаем класс по статусу:
public getStatusClass ( ) : string
Résultat string label-class

getStatusList() public méthode

Список возможных статусов:
public getStatusList ( ) : array
Résultat array

getText() public méthode

Получаем текст, при необходимости обрезаем:
public getText ( mixed $size = false ) : string
$size mixed - максимальная длина
Résultat string

getType() public méthode

Получаем тип:
public getType ( ) : string
Résultat string

getTypeList() public méthode

Список возможных типов:
public getTypeList ( ) : array
Résultat array

model() public static méthode

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

scopes() public méthode

Именованные условия:
public scopes ( ) : array
Résultat array

tableName() public méthode

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