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

setPattern() public method

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