PHP 클래스 CommonOphthalmicDisorder

The followings are the available columns in table 'common_ophthalmic_disorder':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
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