BaseLabResultElement::getHtmlOptionsForInput PHP Method

getHtmlOptionsForInput() public method

public getHtmlOptionsForInput ( $input ) : array | mixed
$input
return array | mixed
    public function getHtmlOptionsForInput($input)
    {
        if (array_key_exists($input, $this->htmlOptions)) {
            return $this->htmlOptions[$input];
        }
        return array();
    }