API17

Difference between revisions of "JLoggerW3C"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JLoggerW3C::__construct/11.1|__construct]]
+
|[[API17:JLoggerW3C::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/log/loggers/w3c.php
 
* '''Defined in''' libraries/joomla/log/loggers/w3c.php
* '''Extends''' [[JLoggerFormattedText/11.1|JLoggerFormattedText]]
+
* '''Extends''' [[API17:JLoggerFormattedText|JLoggerFormattedText]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.log.loggers.w3c' );</source>
 
<source lang="php">jimport( 'joomla.log.loggers.w3c' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLoggerW3C source code''' on [[jplatform:log/loggers/w3c.php|BitBucket]]
 
* {{JVer|11.1}} '''JLoggerW3C source code''' on [[jplatform:log/loggers/w3c.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
* [[JLoggerW3C|Other versions of JLoggerW3C]]
+
* [[API17:JLoggerW3C|Other versions of JLoggerW3C]]
 
{{SeeAlso:JLoggerW3C}}
 
{{SeeAlso:JLoggerW3C}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JLoggerW3C]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:10, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLoggerW3C[edit]

Description[edit]

Template:Description:JLoggerW3C [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.

Importing[edit]

jimport( 'joomla.log.loggers.w3c' );

See also[edit]

Template:SeeAlso:JLoggerW3C [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />