course; } public function getScopes(): iterable { if (null !== $this->course) { return []; } return $this->course->getScopes(); } public function setCourse(?AccompanyingPeriod $course): self { $this->course = $course; return $this; } }