PHP Класс RTT

The followings are the available columns in table 'rtt':
Наследование: extends BaseActiveRecord
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$use_pas

Открытые методы

Метод Описание
attributeLabels ( ) : array
model ( $className = __CLASS__ ) : Referral Returns the static model of the specified AR class.
noPas ( ) : Referral Suppress PAS integration.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Защищенные методы

Метод Описание
instantiate ( $attributes ) Pass through use_pas flag to allow pas supression.

Описание методов

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)

instantiate() защищенный Метод

Pass through use_pas flag to allow pas supression.
См. также: CActiveRecord::instantiate()
protected instantiate ( $attributes )

model() публичный статический Метод

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Referral
Результат Referral the static model class

noPas() публичный Метод

Suppress PAS integration.
public noPas ( ) : Referral
Результат Referral

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

tableName() публичный Метод

public tableName ( ) : string
Результат string the associated database table name

Описание свойств

$use_pas публичное свойство

public $use_pas