Liip\RMT\Version\Persister\TagValidator::__construct PHP Method

__construct() public method

public __construct ( $regex, $tagPrefix = '' )
    public function __construct($regex, $tagPrefix = '')
    {
        $this->regex = $regex;
        $this->tagPrefix = $tagPrefix;
    }