Class PimPluginArchiveExtractor
Extractor for plugin archive files
Package: PluginManager
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Frederic Schneider
Located at plugins/pim/classes/util/zip/class.pimpluginarchiveextractor.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Frederic Schneider
Located at plugins/pim/classes/util/zip/class.pimpluginarchiveextractor.php
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
#
extractArchiveFileToVariable( $filename, $content = true )
Extracts a specific file from archive and return its content to use it in a variable |
public
|
#
destroyTempFiles( )
Destory temporary plugin files (plugin.xml, plugin_install.sql and files at CONTENIDO temp dir) |
protected
integer
|
$_extractor
The extractor initializer |
#
0
|
protected
string
|
$tempDir
The temp dir |
#
''
|
protected
string
|
$_source
The archive file |
#
''
|
protected
string
|
$_destination
The destination path |
#
''
|
protected
string
|
$_absPath
The absolute path |
#
''
|