PHP Класс BaseLabResultElement

Наследование: extends BaseEventTypeElement
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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