rock\sanitize\rules\Ip::__construct PHP Method

__construct() public method

public __construct ( $normalize = true, $config = [] )
    public function __construct($normalize = true, $config = [])
    {
        $this->parentConstruct($config);
        $this->normalize = $normalize;
    }