Class JFactory

Description

Joomla Framework Factory class

  • since: 1.1
  • static:

Located in /factory.php (line 21)


	
			
Method Summary
 object &getACL ()
 object &getCache ([string $group = ''], [string $handler = 'function'])
 object &getMailer ()
 object &getXMLParser ([boolean $type = 'DOM'], [mixed $lite = true])
 object &_createACL ()
 object &_createMailer ()
Methods
getACL (line 56)

Returns a reference to the global JAuthorization object, only creating it if it doesn't already exist.

  • access: public
object &getACL ()
getCache (line 31)

Creates a cache object

  • access: public
object &getCache ([string $group = ''], [string $handler = 'function'])
  • string $group: The cache group name
  • string $handler: The cache class name
getMailer (line 78)

Returns a reference to the global Mailer object, only creating it if it doesn't already exist

  • access: public
object &getMailer ()
getXMLParser (line 101)

Creates a XML document

  • access: public
object &getXMLParser ([boolean $type = 'DOM'], [mixed $lite = true])
  • boolean $type: If true, include lite version
_createACL (line 135)

Create an ACL object

  • since: 1.1
  • access: private
object &_createACL ()
_createMailer (line 160)

Create a mailer object

  • since: 1.1
  • access: private
object &_createMailer ()

Documentation generated on Sat, 4 Feb 2006 14:23:23 +0100 by phpDocumentor 1.3.0RC4