CommonOphthalmicDisorder::getSelectionLabel PHP Метод

getSelectionLabel() публичный Метод

Label for use in dropdowns.
public getSelectionLabel ( ) : string
Результат string
    public function getSelectionLabel()
    {
        return $this->subspecialty->name . ' - ' . ($this->disorderOrFinding ? $this->disorderOrFinding->term : 'None');
    }