PHP Класс PatientMergeRequest

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

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

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

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

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

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

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

public beforeSave ( )

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

public behaviors ( )

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

public getStatusText ( )

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

Please note that you should have this exact method in all your CActiveRecord descendants!
public static model ( string $className = __CLASS__ ) : PatientMergeRequest
$className string active record class name.
Результат PatientMergeRequest the static model class

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