PHP Class Backup\Model\Files

Inheritance: extends Gc\Core\Object
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Public Methods

Method Description
export ( ) : string Export function

Protected Methods

Method Description
zip ( array $sources, string $destination ) : boolean Generate zip archive

Method Details

export() public method

Export function
public export ( ) : string
return string

zip() protected method

Generate zip archive
protected zip ( array $sources, string $destination ) : boolean
$sources array Array of folders
$destination string Zip file name
return boolean