function ArchiverTar::getArchive
Retrieve the tar engine itself.
In some cases it may be necessary to directly access the underlying Archive_Tar object for implementation-specific logic. This is for advanced use only as it is not shared by other implementations of ArchiveInterface.
Return value
The Archive_Tar object used by this object.
File
-
modules/
system/ system.archiver.inc, line 68
Class
- ArchiverTar
- Archiver for .tar files.
Code
public function getArchive() {
return $this->tar;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.