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 
			
			
			
		 | 
		
		#
		 setDestinationPath( mixed $destination )
		Sets the path where the extractor extracts the archive files  | 
	
			 public 
			
			
			
		 | 
		|
			 public 
			string
			
			
		 | 
		
		#
		 extractArchiveFileToVariable( mixed $filename, mixed $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 | 0 | 
		
			#
			 The extractor initializer  | 
	
			protected  
			string
		 | 
		$tempDir | '' | 
		
			#
			 The temp dir  | 
	
			protected  
			string
		 | 
		$_source | '' | 
		
			#
			 The archive file  | 
	
			protected  
			string
		 | 
		$_destination | '' | 
		
			#
			 The destination path  | 
	
			protected  
			string
		 | 
		$_absPath | '' | 
		
			#
			 The absolute path  |