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

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

Защищенные свойства (Protected)

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

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

Метод Описание
assign ( array $item_ids, integer | null $subspecialty_id = null ) Assign the given items to the given episode summary.
attributeLabels ( )
available ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem Named scope to fetch available (non-enabled) items for the given subspecialty.
defaultScope ( )
enabled ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem Named scope to fetch enabled items for the given subspecialty.
getPostOpComplicationsList ( $element_id, $operation_note_id, $subspecialty_id, $eye_id, $term = null )
model ( $className = __CLASS__ ) : OphCiExamination_Comorbidities_Item 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

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

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

Assign the given items to the given episode summary.
public assign ( array $item_ids, integer | null $subspecialty_id = null )
$item_ids array
$subspecialty_id integer | null

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

public attributeLabels ( )

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

Named scope to fetch available (non-enabled) items for the given subspecialty.
public available ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem
$subspecialty_id integer | null Null for default episode summary
Результат EpisodeSummaryItem

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

public defaultScope ( )

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

Named scope to fetch enabled items for the given subspecialty.
public enabled ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem
$subspecialty_id integer | null Null for default episode summary
Результат EpisodeSummaryItem

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

public getPostOpComplicationsList ( $element_id, $operation_note_id, $subspecialty_id, $eye_id, $term = null )

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

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

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

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

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

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

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

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

Описание свойств

$auto_update_relations защищенное свойство

protected $auto_update_relations