PHP Class BaseLabResultElement

Inheritance: extends BaseEventTypeElement
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Свойство Type Description
$htmlOptions

Méthodes publiques

Méthode Description
findPatientResultByType ( $patientId, $type )
getHtmlOptionsForInput ( $input ) : array | mixed

Méthodes protégées

Méthode Description
overrideRules ( $parentRules, $rules ) : array Overrides a set of rules with those of a child class.

Method Details

findPatientResultByType() public méthode

public findPatientResultByType ( $patientId, $type )

getHtmlOptionsForInput() public méthode

public getHtmlOptionsForInput ( $input ) : array | mixed
$input
Résultat array | mixed

overrideRules() protected méthode

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
Résultat array

Property Details

$htmlOptions protected_oe property

protected $htmlOptions