id = $id; $this->name = $name; } /** * @inheritDoc */ public function getID() { return $this->id; } /** * @inheritDoc */ public function getName() { return $this->name; } /** * @inheritDoc * * @see VBOChatUser */ public function can(string $scope, ?VBOChatContext $context = null) { return false; } }