Joomla! Programmierung/Framework/JLog/getInstance
Aus Joomla! Dokumentation
JLog/getInstance
/**
* Returns a reference to the global log object, only creating it
* if it doesn't already exist.
*
* This method must be invoked as:
* <pre> $log = & JLog::getInstance();</pre>
*
* @access public
* @static
* @return object The JLog object.
* @since 1.5
*/ToDo Beschreibung
[Bearbeiten] Syntax
getInstance( [$file], [$options], [$path] )
| Parameter | Datentyp | Beschreibung | Standardwert |
|---|---|---|---|
| [$file] | ToDo type | ToDo desc | ToDo default |
| [$options] | ToDo type | ToDo desc | ToDo default |
| [$path] | ToDo type | ToDo desc | ToDo default |
[Bearbeiten] Beispiel
ToDo Beispiele baby...
// Dein Beispiel