container = $container; } /** * @return string */ public function getSection(): string { return $this->section; } /** * @param string $section */ public function setSection(string $section): void { $this->section = $section; } }