Neos\Flow\Security\RequestPattern\Host::setPattern PHP Method

setPattern() public method

Deprecation: since 3.3 this is not used - use options instead (@see __construct())
public setPattern ( string $hostPattern ) : void
$hostPattern string The host pattern
return void
    public function setPattern($hostPattern)
    {
        $this->options['hostPattern'] = $hostPattern;
    }