JTableUsergroup: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JTableUsergroup== | =={{JVer|11.1}} JTableUsergroup== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 40: | Line 40: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | ||
* [[API17:JTableUsergroup|Other versions of JTableUsergroup]] | * [[API17:JTableUsergroup|Other versions of JTableUsergroup]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableUsergroup | category=JTableUsergroup | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:51, 25 March 2017
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