Phpfox_Archive_Import

Description

Used to import data from a archive like a ZIP or tar.gz. This class however is not being used and is currently on hold to be removed or replaced by a new routine.

Thus no further documentation was created for this specific class.

  • author: Raymond Benc
  • version: $Id: import.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/archive/import.class.php (line 18)


	
			
Variable Summary
 mixed $_aArchives
 mixed $_aSupported
 mixed $_aTypes
Method Summary
 Phpfox_Archive_Import __construct ()
 void getSupported ()
 void process ( $aFile)
 void set ( $aArchives)
Variables
mixed $_aArchives = array() (line 20)
  • access: private
mixed $_aSupported = array(
'xml',
'zip',
'tar.gz'
)
(line 22)
  • access: private
mixed $_aTypes = array(
'application/x-gzip' => 'tar.gz',
'application/x-zip' => 'zip',
'application/zip' => 'zip',
'application/x-zip-compressed' => 'zip',
'text/xml' => 'xml'
)
(line 28)
  • access: private
Methods
Constructor __construct (line 36)
  • access: public
Phpfox_Archive_Import __construct ()
getSupported (line 60)
  • access: public
void getSupported ()
process (line 75)
  • access: public
void process ( $aFile)
  • $aFile
set (line 40)
  • access: public
void set ( $aArchives)
  • $aArchives

Documentation generated on Tue, 28 Sep 2010 10:36:40 +0200 by phpDocumentor 1.4.0a2