API15:JFactory
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/factory.php
Methods
| Method name | Description |
|---|---|
| getApplication | Get a application object |
| getConfig | Get a configuration object |
| getSession | Get a session object |
| getLanguage | Get a language object |
| getDocument | Get a document object |
| getUser | Get an user object |
| getCache | Get a cache object |
| getACL | Get an authorization object |
| getTemplate | Get a template object |
| getDBO | Get a database object |
| getMailer | Get a mailer object |
| getXMLParser | Get an XML document |
| getEditor | Get an editor object |
| getURI | Return a reference to the JURI object |
| getDate | Return a reference to the JDate object |
Importing
jimport( 'joomla.factory' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 01:21:12
