API17

Difference between revisions of "JTableMenuType"

From Joomla! Documentation

m (JoomlaWikiBot moved page JTableMenuType/11.1 to API17:JTableMenuType without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JTableMenuType==
 
=={{JVer|11.1}} JTableMenuType==
 
===Description===
 
===Description===
{{Description:JTableMenuType}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableMenuType|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableMenuType::__construct/11.1|__construct]]
+
|[[API17:JTableMenuType::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableMenuType::check/11.1|check]]
+
|[[API17:JTableMenuType::check|check]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JTableMenuType::delete/11.1|delete]]
+
|[[API17:JTableMenuType::delete|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  
 
|public  
|[[JTableMenuType::store/11.1|store]]
+
|[[API17:JTableMenuType::store|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
 
* '''Defined in''' libraries/joomla/database/table/menutype.php
* '''Extends''' [[JTable/11.1|JTable]]
+
* '''Extends''' [[API17:JTable|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===
 
* {{JVer|11.1}} '''JTableMenuType source code''' on [[jplatform:database/table/menutype.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableMenuType source code''' on [[jplatform:database/table/menutype.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableMenuType|Other versions of JTableMenuType]]
+
* [[API17:JTableMenuType|Other versions of JTableMenuType]]
{{SeeAlso:JTableMenuType}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableMenuType|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableMenuType
 
category=JTableMenuType
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 53: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableMenuType]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:49, 24 March 2017

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 JTableMenuType[edit]

Description[edit]

Methods[edit]

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[edit]

jimport( 'joomla.database.table.menutype' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]