Property | Type | Description | |
---|---|---|---|
$base_path | string | Base Path | |
$exclude_folders | array | Exclude Folders | |
$files | array | Files | |
$folders | array | Folders | |
$source_path | string | Source Path | |
$target_path | string | Target Path |
Method | Description | |
---|---|---|
__construct ( string $base_path, string $source_path, string $target_path, array $exclude_folders ) | Constructor | |
process ( ) | Process Request |
Method | Description | |
---|---|---|
copySourceToTarget ( ) : object | Copy Source to Target | |
removeTargetFiles ( string $directory ) | Remove Directory and all contents |
protected copySourceToTarget ( ) : object | ||
return | object |
protected removeTargetFiles ( string $directory ) | ||
$directory | string |