PHP 클래스 BaseLabResultElement

상속: extends BaseEventTypeElement
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$htmlOptions

공개 메소드들

메소드 설명
findPatientResultByType ( $patientId, $type )
getHtmlOptionsForInput ( $input ) : array | mixed

보호된 메소드들

메소드 설명
overrideRules ( $parentRules, $rules ) : array Overrides a set of rules with those of a child class.

메소드 상세

findPatientResultByType() 공개 메소드

public findPatientResultByType ( $patientId, $type )

getHtmlOptionsForInput() 공개 메소드

public getHtmlOptionsForInput ( $input ) : array | mixed
$input
리턴 array | mixed

overrideRules() 보호된 메소드

When we override a model we should be able to override it's rules without redefining the entire rule array. Because of the terrible format in which Yii declares it's rules this requires looping both sets of rules to look for matches.
protected overrideRules ( $parentRules, $rules ) : array
$parentRules
$rules
리턴 array

프로퍼티 상세

$htmlOptions 보호되어 있는 프로퍼티

protected $htmlOptions