PHP Класс UniqueCodeMapping

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

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

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

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

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

public behaviors ( )

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

public defaultScope ( ) : array
Результат array default scope (applies only to SELECT statements)

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

public lock ( )

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

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

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

public relations ( )

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

public rules ( )

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

public tableName ( )

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

public unlock ( )