API17:JControllerAdmin
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JControllerAdmin== | ||
| + | ===Description=== | ||
| + | {{Description:JControllerAdmin}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JControllerAdmin|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JControllerAdmin|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::__construct/11.1|__construct]] | |[[JControllerAdmin::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::checkin/11.1|checkin]] | |[[JControllerAdmin::checkin/11.1|checkin]] | ||
|Check in of one or more records. | |Check in of one or more records. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::delete/11.1|delete]] | |[[JControllerAdmin::delete/11.1|delete]] | ||
|Removes an item. | |Removes an item. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::display/11.1|display]] | |[[JControllerAdmin::display/11.1|display]] | ||
|Display is not supported by this controller. | |Display is not supported by this controller. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::publish/11.1|publish]] | |[[JControllerAdmin::publish/11.1|publish]] | ||
|Method to publish a list of taxa. | |Method to publish a list of taxa. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::reorder/11.1|reorder]] | |[[JControllerAdmin::reorder/11.1|reorder]] | ||
|Changes the order of one or more records. | |Changes the order of one or more records. | ||
|- | |- | ||
| + | |public | ||
|[[JControllerAdmin::saveorder/11.1|saveorder]] | |[[JControllerAdmin::saveorder/11.1|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 | ||
| + | * '''Extends''' [[JController/11.1|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=== | ||
| − | * [[JControllerAdmin|Other versions of | + | * {{JVer|11.1}} '''JControllerAdmin source code''' on [[jplatform:application/component/controlleradmin.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]] | ||
| + | * [[JControllerAdmin|Other versions of JControllerAdmin]] | ||
{{SeeAlso:JControllerAdmin}} | {{SeeAlso:JControllerAdmin}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JControllerAdmin|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JControllerAdmin|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 55: | Line 62: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JControllerAdmin]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JControllerAdmin]]</noinclude> |
Revision as of 13:32, 29 August 2012
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.
JControllerAdmin
Description
Description:JControllerAdmin [Edit Descripton]
Methods
| 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
jimport( 'joomla.application.component.controlleradmin' );
See also
-
JControllerAdmin source code on BitBucket
-
Subpackage Application
- Other versions of JControllerAdmin
SeeAlso:JControllerAdmin [Edit See Also]
User contributed notes
<CodeExamplesForm />
