httpDirectives; } /** * @param string|null $httpDirectives */ public function setHttpDirectives(?string $httpDirectives): void { $this->httpDirectives = $httpDirectives; } /** * @return string */ public function getHttpsDirectives(): string { return $this->httpsDirectives; } /** * @param string|null $httpsDirectives */ public function setHttpsDirectives(?string $httpsDirectives): void { $this->httpsDirectives = $httpsDirectives; } }