API17

Difference between revisions of "JControllerAdmin"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::__construct/11.1|__construct]]
+
|[[API17:JControllerAdmin::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::checkin/11.1|checkin]]
+
|[[API17:JControllerAdmin::checkin|checkin]]
 
|Check in of one or more records.  
 
|Check in of one or more records.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::delete/11.1|delete]]
+
|[[API17:JControllerAdmin::delete|delete]]
 
|Removes an item.  
 
|Removes an item.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::display/11.1|display]]
+
|[[API17:JControllerAdmin::display|display]]
 
|Display is not supported by this controller.  
 
|Display is not supported by this controller.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::publish/11.1|publish]]
+
|[[API17:JControllerAdmin::publish|publish]]
 
|Method to publish a list of taxa.  
 
|Method to publish a list of taxa.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::reorder/11.1|reorder]]
+
|[[API17:JControllerAdmin::reorder|reorder]]
 
|Changes the order of one or more records.  
 
|Changes the order of one or more records.  
 
|-
 
|-
 
|public  
 
|public  
|[[JControllerAdmin::saveorder/11.1|saveorder]]
+
|[[API17:JControllerAdmin::saveorder|saveorder]]
 
|Method to save the submitted ordering values for records.  
 
|Method to save the submitted ordering values for records.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/application/component/controlleradmin.php
 
* '''Defined in''' libraries/joomla/application/component/controlleradmin.php
* '''Extends''' [[JController/11.1|JController]]
+
* '''Extends''' [[API17:JController|JController]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.application.component.controlleradmin' );</source>
 
<source lang="php">jimport( 'joomla.application.component.controlleradmin' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JControllerAdmin source code''' on [[jplatform:application/component/controlleradmin.php|BitBucket]]
 
* {{JVer|11.1}} '''JControllerAdmin source code''' on [[jplatform:application/component/controlleradmin.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JControllerAdmin|Other versions of JControllerAdmin]]
+
* [[API17:JControllerAdmin|Other versions of JControllerAdmin]]
 
{{SeeAlso:JControllerAdmin}}
 
{{SeeAlso:JControllerAdmin}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:58, 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 JControllerAdmin[edit]

Description[edit]

Template:Description:JControllerAdmin [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public checkin Check in of one or more records.
public delete Removes an item.
public display Display is not supported by this controller.
public publish Method to publish a list of taxa.
public reorder Changes the order of one or more records.
public saveorder Method to save the submitted ordering values for records.
  • Defined in libraries/joomla/application/component/controlleradmin.php
  • Extends JController

Importing[edit]

jimport( 'joomla.application.component.controlleradmin' );

See also[edit]

Template:SeeAlso:JControllerAdmin [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />