direction = $direction; } public function getHTML() { // phpcs:disable $direction = $this->direction; return "
id }\" aria-labelledby=\"offcanvasScrollingLabel-{$direction->id}\" style=\"height: 100%; font-family: Geologica-Medium;overflow-y: auto ;\">
{$direction->code}
{$direction->name}


Уровень образования: {$direction->educationLevel->name}
Форма обучения: {$direction->educationForm->name}


Бюджетные места: {$direction->budget_places}
Квота: {$direction->quota}


Места на контракт: {$direction->paid_places}
Стоимость платного обучения: {$direction->cost_paid_place}


Период обучения (в годах): {$direction->period}

{$direction->description}

"; } // phpcs:enable }