PHPZip\Zip\File\Zip::onEndAddFile PHP Method

onEndAddFile() public method

Called by superclass when specialised action is needed at the end of adding a file to the archive.
Author: A. Grandt ([email protected])
Author: Greg Kappatos
public onEndAddFile ( array $params )
$params array Array that contains gzData.
    public function onEndAddFile(array $params) {
        $this->zipWrite($params['gzData']);
    }