API17

Difference between revisions of "JLogEntry"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JLogEntry::__construct/11.1|__construct]]
+
|[[API17:JLogEntry::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
Line 23: Line 23:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLogEntry source code''' on [[jplatform:log/logentry.php|BitBucket]]
 
* {{JVer|11.1}} '''JLogEntry source code''' on [[jplatform:log/logentry.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
* [[JLogEntry|Other versions of JLogEntry]]
+
* [[API17:JLogEntry|Other versions of JLogEntry]]
 
{{SeeAlso:JLogEntry}}
 
{{SeeAlso:JLogEntry}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:08, 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 JLogEntry[edit]

Description[edit]

Template:Description:JLogEntry [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
  • Defined in libraries/joomla/log/logentry.php

Importing[edit]

jimport( 'joomla.log.logentry' );

See also[edit]

Template:SeeAlso:JLogEntry [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />