PHP Класс OphTrOperationbooking_Operation_Procedures

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

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

Метод Описание
attributeLabels ( ) : array
model ( $className = __CLASS__ ) : the 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.
setDefaultOptions ( ) Set default values for forms on create.
tableName ( ) : string

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

Метод Описание
afterSave ( )
beforeSave ( )
beforeValidate ( )

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

afterSave() защищенный метод

protected afterSave ( )

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

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

beforeSave() защищенный метод

protected beforeSave ( )

beforeValidate() защищенный метод

protected beforeValidate ( )

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

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

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

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

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

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

setDefaultOptions() публичный метод

Set default values for forms on create.
public setDefaultOptions ( )

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

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