Property | Type | Description | |
---|---|---|---|
$archiveBaseDir | string | Contains the "base path" of the archive. This means that files will be added relative to this base path, instead of with absolute paths. |
Property | Type | Description | |
---|---|---|---|
$excludeDirectories | array | Array containing directory names to exclude |
Method | Description | |
---|---|---|
addDir ( String $path ) | Add directories recursively | |
addExcludeDirectory ( [type] $dir ) | Add a directory name to the list of directories to exclude | |
getArchiveBaseDir ( ) : String | ||
getExcludeDirectories ( ) : array | ||
setArchiveBaseDir ( $newArchiveBaseDir ) : |
||
setExcludeDirectories ( array $newExcludeDirectories ) : |
public addExcludeDirectory ( [type] $dir ) | ||
$dir | [type] |
public setArchiveBaseDir ( $newArchiveBaseDir ) : |
||
return |
public setExcludeDirectories ( array $newExcludeDirectories ) : |
||
$newExcludeDirectories | array | |
return |
public string $archiveBaseDir | ||
return | string |
protected array $excludeDirectories | ||
return | array |