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

setPattern() 공개 메소드

Sets an IP pattern (CIDR syntax)
사용 중단: since 3.3 this is not used - use options instead (@see __construct())
public setPattern ( string $ipPattern ) : void
$ipPattern string The CIDR styled IP pattern
리턴 void
    public function setPattern($ipPattern)
    {
        $this->options['cidrPattern'] = $ipPattern;
    }