BaseEventTypeController::getCurrent_episode PHP Метод

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

Wrapper around the episode property on this controller - current_episode is used in patient layouts.
public getCurrent_episode ( ) : Episode
Результат Episode
    public function getCurrent_episode()
    {
        return $this->episode;
    }
BaseEventTypeController