JTableUsergroup::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.
JTableUsergroup::delete[edit]
Description[edit]
Delete this object and it's dependancies.
public function delete ($oid=null)
Parameter | Type | Default | Description |
---|---|---|---|
$oid | int | null | The primary key of the user group to delete. |
- Returns mixed Boolean or Exception.
- Defined on line 148 of libraries/joomla/database/table/usergroup.php
- Since
See also[edit]
JTableUsergroup::delete source code on BitBucket
Class JTableUsergroup
Subpackage Database
- Other versions of JTableUsergroup::delete
User contributed notes[edit]
Code Examples[edit]