JTableMenuType::delete
Method to delete a row from the database table by primary key value.
Signature
public function delete([mixed
$pk = null] )
Parameters
-
$pk
- An optional primary key value to delete. If not set the instance property value is used.
Returns
- boolean
- True on success.