Neos\Flow\Security\RequestPattern\Host::setPattern PHP Méthode

setPattern() public méthode

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