JFilesystemPatcher::add
Add a unified diff string to the patcher
Signature
public function add(string
$udiff,
[string
$root = JPATH_BASE,
[integer
$strip = 0]] )
Parameters
-
$udiff
- Unified diff input string
-
$root
- The files root path
-
$strip
- The number of '/' to strip
Returns
- JFilesystemPatch
- $this for chaining