hasValidSubscription = $hasValidSubscription; $this->hasExtendedSupport = $hasExtendedSupport; $this->isHardUserLimitReached = $isHardUserLimitReached; } /** * @inheritDoc */ public function hasValidSubscription(): bool { return $this->hasValidSubscription; } /** * @inheritDoc */ public function hasExtendedSupport(): bool { return $this->hasExtendedSupport; } public function isHardUserLimitReached(): bool { return $this->isHardUserLimitReached; } }