PHP Класс OEModule\OphCiExamination\models\OphCiExamination_ElementSet

Наследование: extends BaseActiveRecordVersioned
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
attributeLabels ( ) : array
getDefaultElementTypes ( ) : ElementType[] Get an array of ElementTypes corresponding with the items in this set.
getHiddenElementTypes ( )
getMandatoryElementTypes ( )
getNextStep ( )
getOptionalElementTypes ( ) : ElementType[] Get an array of ElementTypes corresponding with the items NOT in this set.
model ( $className = __CLASS__ ) : OphCiExamination_ElementSet 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)

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

Get an array of ElementTypes corresponding with the items in this set.
public getDefaultElementTypes ( ) : ElementType[]
Результат ElementType[]

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

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

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

public getNextStep ( )

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

Get an array of ElementTypes corresponding with the items NOT in this set.
public getOptionalElementTypes ( ) : ElementType[]
Результат ElementType[]

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

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : OphCiExamination_ElementSet
Результат OphCiExamination_ElementSet 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