API17

Difference between revisions of "JTableMenuType"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|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}}
 
{{SeeAlso:JTableMenuType}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:41, 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 JTableMenuType[edit]

Description[edit]

Template:Description:JTableMenuType [Edit Descripton]

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]

Template:SeeAlso:JTableMenuType [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />