MessagePack\Tests\Perf\Filter\RegexpFilter::__construct PHP Method

__construct() public method

public __construct ( $regexp )
    public function __construct($regexp)
    {
        $this->regexp = $regexp;
    }