Abstract Class mosInstaller

Description

Installer class

  • abstract:

Located in /administrator/components/com_installer/installer.class.php (line 664)


	
			
Variable Summary
 mixed $archiveName
 mixed $cleanDir
 mixed $errors
 mixed $extractDir
Method Summary
 mosInstaller mosInstaller ()
 void cleanUpInstall ()
 boolean extractArchive ( $filename)
 void getErrors ()
 void install ([boolean $p_fromdir = null])
Variables
mixed $archiveName = '' (line 665)
mixed $cleanDir = '' (line 667)
mixed $errors = '' (line 668)
mixed $extractDir = '' (line 666)
Methods
Constructor mosInstaller (line 670)
mosInstaller mosInstaller ()
cleanUpInstall (line 731)
void cleanUpInstall ()
extractArchive (line 678)

Extracts the package archive file

  • return: True on success, False on error
boolean extractArchive ( $filename)
  • $filename
getErrors (line 742)
void getErrors ()
install (line 717)

Custom install method

void install ([boolean $p_fromdir = null])
  • boolean $p_fromdir: True if installing from directory

Documentation generated on Mon, 05 May 2008 16:20:45 +0400 by phpDocumentor 1.4.0