JTableMenuType::delete
From Joomla! Documentation
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.
JTableMenuType::delete[edit]
Description[edit]
Method to delete a row from the database table by primary key value.
public function delete ($pk=null)
Parameter | Type | Default | Description |
---|---|---|---|
$pk | mixed | null | An optional primary key value to delete. If not set the instance property value is used. |
- Returns boolean True on success.
- Defined on line 149 of libraries/joomla/database/table/menutype.php
- Since
See also[edit]
JTableMenuType::delete source code on BitBucket
Class JTableMenuType
Subpackage Database
- Other versions of JTableMenuType::delete
User contributed notes[edit]
Code Examples[edit]