Neos\Flow\Security\RequestPattern\Host::setPattern PHP 메소드

setPattern() 공개 메소드

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