API17

Difference between revisions of "JPaginationObject"

From Joomla! Documentation

m (JoomlaWikiBot moved page JPaginationObject/11.1 to API17:JPaginationObject without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JPaginationObject==
 
=={{JVer|11.1}} JPaginationObject==
 
===Description===
 
===Description===
{{Description:JPaginationObject}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JPaginationObject|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JPaginationObject::__construct/11.1|__construct]]
+
|[[API17:JPaginationObject::__construct|__construct]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/pagination.php
 
* '''Defined in''' libraries/joomla/html/pagination.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.pagination' );</source>
 
<source lang="php">jimport( 'joomla.html.pagination' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPaginationObject source code''' on [[jplatform:html/pagination.php|BitBucket]]
 
* {{JVer|11.1}} '''JPaginationObject source code''' on [[jplatform:html/pagination.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JPaginationObject|Other versions of JPaginationObject]]
+
* [[API17:JPaginationObject|Other versions of JPaginationObject]]
{{SeeAlso:JPaginationObject}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JPaginationObject|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JPaginationObject
 
category=JPaginationObject
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 41: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JPaginationObject]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:30, 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 JPaginationObject[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public __construct
  • Defined in libraries/joomla/html/pagination.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.html.pagination' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]