API17

Difference between revisions of "JHelp"

From Joomla! Documentation

(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}} JHelp==
<nowiki>[</nowiki>[[Description:JHelp|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JHelp}}
+
 
===Defined in===
 
libraries/joomla/language/help.php
 
===Subpackage===
 
[[Subpackage Language/11.1|Language]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JHelp::createSiteList/11.1|createSiteList]]
+
|public static
 +
|[[API17:JHelp::createSiteList|createSiteList]]
 
|Builds a list of the help sites which can be used in a select option.  
 
|Builds a list of the help sites which can be used in a select option.  
 
|-
 
|-
|[[JHelp::createURL/11.1|createURL]]
+
|public static
 +
|[[API17:JHelp::createURL|createURL]]
 
|Create a URL for a given help key reference.  
 
|Create a URL for a given help key reference.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/language/help.php
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.language.help' );</source>
 
<source lang="php">jimport( 'joomla.language.help' );</source>
 
===See also===
 
===See also===
* [[JHelp|Other versions of this class]]
+
* {{JVer|11.1}} '''JHelp source code''' on [[jplatform:language/help.php|BitBucket]]
{{SeeAlso:JHelp}}
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Language|Language]]
<span class="editsection" style="font-size:76%;">
+
* [[API17:JHelp|Other versions of JHelp]]
<nowiki>[</nowiki>[[SeeAlso:JHelp|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHelp
 
category=JHelp
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHelp]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:09, 24 March 2017

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 JHelp[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public static createSiteList Builds a list of the help sites which can be used in a select option.
public static createURL Create a URL for a given help key reference.
  • Defined in libraries/joomla/language/help.php

Importing[edit]

jimport( 'joomla.language.help' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]