API17

Difference between revisions of "JLoggerW3C"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JLoggerW3C==
 +
===Description===
 +
{{Description:JLoggerW3C}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLoggerW3C|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JLoggerW3C|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JLoggerW3C}}
 
===Defined in===
 
libraries/joomla/log/loggers/w3c.php
 
* see source code in [[jplatform:log/loggers/w3c.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Log/11.1|Log]]
 
===Extends===
 
[[JLoggerFormattedText/11.1|JLoggerFormattedText]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JLoggerW3C::__construct/11.1|__construct]]
+
|public
 +
|[[API17:JLoggerW3C::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/log/loggers/w3c.php
 +
* '''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===
* JLoggerW3C source code in [[jplatform:log/loggers/w3c.php|BitBucket]]
+
* {{JVer|11.1}} '''JLoggerW3C source code''' on [[jplatform:log/loggers/w3c.php|BitBucket]]
* [[JLoggerW3C|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
 +
* [[API17:JLoggerW3C|Other versions of JLoggerW3C]]
 
{{SeeAlso:JLoggerW3C}}
 
{{SeeAlso:JLoggerW3C}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLoggerW3C|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JLoggerW3C|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 39: Line 38:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[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 />