PHP Класс CommonOphthalmicDisorder

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

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

Метод Описание
attributeLabels ( ) : array
defaultScope ( )
getDisorderOrFinding ( ) : Disorder | Finding
getList ( Firm $firm, boolean $include_findings = false ) : array Fetch options list of disorders (and optionally findings).
getListByGroupWithSecondaryTo ( Firm $firm ) : array Fetch array of disorders and associated secondary to disorders (and optionally findings).
getSecondaryToList ( ) : array Fetch array of secondary disorders/findings.
getSelectionLabel ( ) : string Label for use in dropdowns.
getType ( ) : string
model ( $className = __CLASS__ ) : CommonOphthalmicDisorder 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

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

Метод Описание
afterValidate ( )

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

afterValidate() защищенный Метод

protected afterValidate ( )

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

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

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

public defaultScope ( )

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

public getDisorderOrFinding ( ) : Disorder | Finding
Результат Disorder | Finding

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

Fetch options list of disorders (and optionally findings).
public static getList ( Firm $firm, boolean $include_findings = false ) : array
$firm Firm
$include_findings boolean
Результат array

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

Fetch array of disorders and associated secondary to disorders (and optionally findings).
public static getListByGroupWithSecondaryTo ( Firm $firm ) : array
$firm Firm
Результат array

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

Fetch array of secondary disorders/findings.
public getSecondaryToList ( ) : array
Результат array

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

Label for use in dropdowns.
public getSelectionLabel ( ) : string
Результат string

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

public getType ( ) : string
Результат string

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

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