API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JArchive

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JArchive::create ( archive,
files,
compress = 'tar',
addPath = '',
removePath = '',
autoExt = false,
cleanUp = false 
)
Paramètres:
stringThe name of the archive
mixedThe name of a single file or an array of files
stringThe compression for the archive
stringPath to add within the archive
stringPath to remove within the archive
booleanAutomatically append the extension for the archive
booleanRemove for source files

Références $compress, JFile::delete(), et jimport().

Voici le graphe d'appel pour cette fonction :

JArchive::extract ( archivename,
extractdir 
)
Paramètres:
stringThe name of the archive file
stringDirectory to unpack into
Renvoie:
boolean True for success

Références $config, $ext, $path, JText::_(), JPath::clean(), JFile::copy(), JFolder::create(), getAdapter(), JFactory::getConfig(), JFile::getExt(), JFile::getName(), JError::isError(), jimport(), JError::raiseWarning(), et JFile::stripExt().

Référencé par JInstallerHelper::unpack(), et JInstallationHelper::unpack().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

& JArchive::getAdapter ( type)

Références $class, $path, $type, JText::_(), et JError::raiseError().

Référencé par extract().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :