API17:JTableMenuType::delete
From Joomla! Documentation
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::delete
Description
Method to delete a row from the database table by primary key value.
Description:JTableMenuType::delete [Edit Descripton]
Since
Synopsis
public JTableMenuType::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 in
libraries/joomla/database/table/menutype.php (line 149)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JTableMenuType::delete
Examples
<CodeExamplesForm />
