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