Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class JInstallerTemplate

Description

Template installer

Located in /joomla/installer/adapters/template.php (line 25)

Class JObject   (Subpackage Base)

Class JInstallerTemplate   (Subpackage Installer)
Method Summary
Constructor void __construct ( &$parent, object $parent)
Method boolean install ()
Method boolean uninstall ( $name, int $clientId, int $path)
Variables

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
Constructor __construct (line 35)

Constructor

  • since: 1.5
  • access: protected
void __construct ( &$parent, object $parent)
  • object $parent: Parent object [JInstaller instance]
  • &$parent

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
install (line 47)

Custom install method

  • return: True on success
  • since: 1.5
  • access: public
boolean install ()
uninstall (line 152)

Custom uninstall method

  • return: True on success
  • since: 1.5
  • access: public
boolean uninstall ( $name, int $clientId, int $path)
  • int $path: The template name
  • int $clientId: The id of the client
  • $name

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Tue, 29 Jan 2008 18:52:08 +0000 by phpDocumentor 1.3.1