VolumeExport
class VolumeExport extends Export
Properties
protected array | $ids | IDs of the models of this export. |
from Export |
Methods
Generate the export archive file and return the temporary file path.
Get the content of the export file. If a string, it is the path to the temporary file containing the content (like a CSV).
Get the name of the export file.
Get additional exports that should be included in the export archive.
Get the label tree IDs that are associated with the volumes of this export.
Get the user IDs that are associated with the volumes of this export.
Details
in
Export at line 21
__construct(array $ids)
Create a new instance.
in
Export at line 31
string
getArchive()
Generate the export archive file and return the temporary file path.
at line 13
array|string
getContent()
Get the content of the export file. If a string, it is the path to the temporary file containing the content (like a CSV).
at line 36
string
getFileName()
Get the name of the export file.
at line 44
array
getAdditionalExports()
Get additional exports that should be included in the export archive.
in
Export at line 90
addIds(array $ids)
Add more model IDs to this export.
in
Export at line 100
protected
addToZip(ZipArchive $zip)
Add the file of this report to a zip.
in
Export at line 113
protected
cleanUp()
Clean up any temporary files.
at line 82
protected array
getLabelTreeIds()
Get the label tree IDs that are associated with the volumes of this export.
at line 123
protected array
getUserIds()
Get the user IDs that are associated with the volumes of this export.