flags = $flags; } /** * Retrieve the flags * * @return array */ public function getFlags(): array { return $this->flags; } }