API17

Difference between revisions of "JModelAdmin::reorder"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JModelAdmin::reorder|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JModelAdmin::reorder|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JModelAdmin::reorder ($pks, $delta=0)
+
public function reorder (
 +
        $pks
 +
        $delta=0
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 420 of libraries/joomla/application/component/modeladmin.php
===Defined in===
 
libraries/joomla/application/component/modeladmin.php (line 420)
 
* see source code in [[jplatform:application/component/modeladmin.php#cl-420|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JModelAdmin::reorder source code''' on [[jplatform:application/component/modeladmin.php#cl-412|BitBucket]]
 +
* {{JVer|11.1}} Class [[JModelAdmin/11.1|JModelAdmin]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JModelAdmin::reorder|Other versions of JModelAdmin::reorder]]
 +
{{SeeAlso:JModelAdmin::reorder}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModelAdmin::reorder|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JModelAdmin::reorder|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JModelAdmin/11.1|JModelAdmin]]
+
===User contributed notes===
* [[JModelAdmin::reorder|Other versions of this method]]
 
{{SeeAlso:JModelAdmin::reorder}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JModelAdmin]][[Category:JModelAdmin::reorder]]</noinclude>
 
<noinclude>[[Category:JModelAdmin]][[Category:JModelAdmin::reorder]]</noinclude>

Revision as of 21:23, 27 April 2011

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 JModelAdmin::reorder[edit]

Description[edit]

Method to adjust the ordering of a row.

Template:Description:JModelAdmin::reorder [Edit Descripton]

public function reorder (
        $pks
        $delta=0
)
Parameter Type Default Description
$pks
$delta 0
  • Returns
  • Defined on line 420 of libraries/joomla/application/component/modeladmin.php

See also[edit]

Template:SeeAlso:JModelAdmin::reorder [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />