API17

API17:JTableUsergroup::delete

From Joomla! Documentation

Joomla 11.1 JTableUsergroup::delete

Description

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 Joomla 11.1

See also


User contributed notes

Code Examples