PhpBrew\PatchKit\RegExpPatchRule::replaces PHP Méthode

replaces() public méthode

public replaces ( $pattern, $replacement )
    public function replaces($pattern, $replacement)
    {
        $this->pattern = $pattern;
        $this->replacement = $replacement;
        return $this;
    }