API17

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===
{{subst:Description:JTableUsergroup}}
 


===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]]
{{subst:SeeAlso:JTableUsergroup}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JTableUsergroup
category=JTableUsergroup
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 03:51, 25 March 2017

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


User contributed notes

Code Examples