name = $name; $this->isMet = $isMet; } /** * @inheritDoc */ public function getName() : string { return $this->name; } /** * @inheritDoc */ public function isMet() : bool { return $this->isMet; } }