SproutCMS

This is the code documentation for the SproutCMS project

interface ArchiveDriver

Archive driver interface.

Implemented by

public create

boolean create ( array $paths [, string $filename ] );

Creates an archive and optionally, saves it to a file.

public addData

void addData ( string $file , string $name [, mixed $contents ] );

Add data to the archive.