PHP Класс Disorder

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

Открытые свойства

Свойство Тип Описание
$SNOMED_DIABETES_SET For example, diabetes is indicated by both the disorder parent and associated disorders
$SNOMED_DIABETES_TYPE_II_SET
$SNOMED_DIABETES_TYPE_I_SET

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

Метод Описание
attributeLabels ( ) : array
behaviors ( )
canAutocomplete ( )
getAutocompleteField ( )
getDisorderOptions ( string $term ) : array Fetch a list of disorders whose term matches a provided value (with wildcards).
getSystemic ( ) : boolean returns boolean to indicate if the disorder is systemic (true).
model ( string $className = __CLASS__ ) : Disorder 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
treeTable ( ) : string

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

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

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

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

public behaviors ( )

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

public canAutocomplete ( )

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

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

Fetch a list of disorders whose term matches a provided value (with wildcards).
public static getDisorderOptions ( string $term ) : array
$term string
Результат array

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

returns boolean to indicate if the disorder is systemic (true).
public getSystemic ( ) : boolean
Результат boolean

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

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

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

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

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

$SNOMED_DIABETES_SET публичное статическое свойство

For example, diabetes is indicated by both the disorder parent and associated disorders
public static $SNOMED_DIABETES_SET

$SNOMED_DIABETES_TYPE_II_SET публичное статическое свойство

public static $SNOMED_DIABETES_TYPE_II_SET

$SNOMED_DIABETES_TYPE_I_SET публичное статическое свойство

public static $SNOMED_DIABETES_TYPE_I_SET