API17:JPaginationObject:: construct
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JPaginationObject::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPaginationObject::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ( |
| + | $text | ||
| + | $prefix= '' | ||
| + | $base=null | ||
| + | $link=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 597 of libraries/joomla/html/pagination.php | |
| − | + | ||
| − | libraries/joomla/html/pagination.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JPaginationObject::__construct source code''' on [[jplatform:html/pagination.php#cl-589|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JPaginationObject/11.1|JPaginationObject]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JPaginationObject::__construct|Other versions of JPaginationObject::__construct]] | ||
| + | {{SeeAlso:JPaginationObject::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPaginationObject::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPaginationObject::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 61: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JPaginationObject]][[Category:JPaginationObject::__construct]]</noinclude> | <noinclude>[[Category:JPaginationObject]][[Category:JPaginationObject::__construct]]</noinclude> | ||
Revision as of 21:27, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPaginationObject::__construct
Description
Description:JPaginationObject:: construct [Edit Descripton]
public function __construct ( $text $prefix= '' $base=null $link=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | |||
| $prefix | |||
| $base | null | ||
| $link | null |
- Returns
- Defined on line 597 of libraries/joomla/html/pagination.php
See also
-
JPaginationObject::__construct source code on BitBucket
-
Class JPaginationObject
-
Subpackage Html
- Other versions of JPaginationObject::__construct
SeeAlso:JPaginationObject:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
