API17:JTableUsergroup
From Joomla! Documentation
JTableUsergroup
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | check | Method to check the current record to save. |
| public | delete | Delete this object and it's dependancies. |
| public | rebuild | Method to recursively rebuild the nested set tree. |
| public | store | Inserts a new row if id is zero or updates an existing row in the database table. |
- Defined in libraries/joomla/database/table/usergroup.php
- Extends JTable
Importing
jimport( 'joomla.database.table.usergroup' );
See also
JTableUsergroup source code on BitBucket
Subpackage Database- Other versions of JTableUsergroup
User contributed notes
Code Examples