law = $law; } /** * @return LawInterface */ public function getLaw(): LawInterface { return $this->law; } }