API17

JLoggerW3C: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<span class="editsection" style="font-size:76%;">
=={{JVer|11.1}} JLoggerW3C==
<nowiki>[</nowiki>[[Description:JLoggerW3C|Edit Descripton]]<nowiki>]</nowiki>
===Description===
</span>
 
{{Description:JLoggerW3C}}
 
===Defined in===
libraries/joomla/log/loggers/w3c.php
===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|Other versions of this class]]
* {{JVer|11.1}} '''JLoggerW3C source code''' on [[jplatform:log/loggers/w3c.php|BitBucket]]
{{SeeAlso:JLoggerW3C}}
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
<span class="editsection" style="font-size:76%;">
* [[API17:JLoggerW3C|Other versions of JLoggerW3C]]
<nowiki>[</nowiki>[[SeeAlso:JLoggerW3C|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JLoggerW3C
category=JLoggerW3C
category=CodeExample
namespace=CodeExample
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>

Latest revision as of 03:24, 25 March 2017

Joomla 11.1 JLoggerW3C

Description

Methods

Visibility Method name Description
public __construct Constructor.

Importing

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

See also


User contributed notes

Code Examples