renderLabel(); $hasUnit = ! empty($this->unit); if ($hasUnit) { $this->addClass('has-unit'); } $returnValue .= "renderAttributes(); $returnValue .= ' value="' . _dh($this->value) . '" />'; if ($hasUnit) { $returnValue .= ''; } return (string) $returnValue; } }