Molajo\Copy::__construct PHP Method

__construct() public method

Constructor
Since: 1.0.0
public __construct ( string $base_path, string $source_path, string $target_path, array $exclude_folders )
$base_path string
$source_path string
$target_path string
$exclude_folders array
    public function __construct($base_path, $source_path, $target_path, array $exclude_folders)
    {
        $this->base_path = $base_path;
        $this->source_path = $source_path;
        $this->target_path = $target_path;
        $this->exclude_folders = $exclude_folders;
    }