lazy; } public function getTitle(): ?string { return $this->title; } public function getDescr(): ?string { return $this->descr; } public function getIcon(): ?string { return $this->icon; } }