PHP Класс Referral

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

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

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

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

Метод Описание
attributeLabels ( ) : array
getActiveRTT ( ) : RTT[] Get the active RTTs attached to this referral.
getDescription ( ) : string Returns string description of the referral.
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)

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

Get the active RTTs attached to this referral.
public getActiveRTT ( ) : RTT[]
Результат RTT[]

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

Returns string description of the referral.
public getDescription ( ) : string
Результат string

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