API17:JTableMenuType
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}} JTableMenuType== | ||
| + | ===Description=== | ||
| + | {{Description:JTableMenuType}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JTableMenuType|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableMenuType|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JTableMenuType::__construct/11.1|__construct]] | |[[JTableMenuType::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JTableMenuType::check/11.1|check]] | |[[JTableMenuType::check/11.1|check]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JTableMenuType::delete/11.1|delete]] | |[[JTableMenuType::delete/11.1|delete]] | ||
|Method to delete a row from the database table by primary key value. | |Method to delete a row from the database table by primary key value. | ||
|- | |- | ||
| + | |public | ||
|[[JTableMenuType::store/11.1|store]] | |[[JTableMenuType::store/11.1|store]] | ||
|Method to store a row in the database from the instance properties. | |Method to store a row in the database from the instance properties. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/table/menutype.php | ||
| + | * '''Extends''' [[JTable/11.1|JTable]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.menutype' );</source> | <source lang="php">jimport( 'joomla.database.table.menutype' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JTableMenuType|Other versions of | + | * {{JVer|11.1}} '''JTableMenuType source code''' on [[jplatform:database/table/menutype.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]] | ||
| + | * [[JTableMenuType|Other versions of JTableMenuType]] | ||
{{SeeAlso:JTableMenuType}} | {{SeeAlso:JTableMenuType}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableMenuType|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableMenuType|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 50: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableMenuType]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableMenuType]]</noinclude> |
Revision as of 14:04, 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.
JTableMenuType
Description
Description:JTableMenuType [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | check | |
| public | delete | Method to delete a row from the database table by primary key value. |
| public | store | Method to store a row in the database from the instance properties. |
- Defined in libraries/joomla/database/table/menutype.php
- Extends JTable
Importing
jimport( 'joomla.database.table.menutype' );
See also
-
JTableMenuType source code on BitBucket
-
Subpackage Database
- Other versions of JTableMenuType
SeeAlso:JTableMenuType [Edit See Also]
User contributed notes
<CodeExamplesForm />
