API17

Difference between revisions of "JTableUsergroup"

From Joomla! Documentation

(Layout updates)
m (→‎User contributed notes: bad link repair)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JTableUsergroup==
 +
===Description===
 +
{{Description:JTableUsergroup}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableUsergroup|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableUsergroup|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JTableUsergroup}}
 
===Defined in===
 
libraries/joomla/database/table/usergroup.php
 
* see source code in [[jplatform:database/table/usergroup.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Database/11.1|Database]]
 
===Extends===
 
[[JTable/11.1|JTable]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JTableUsergroup::__construct/11.1|__construct]]
 
|[[JTableUsergroup::__construct/11.1|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 +
|public
 
|[[JTableUsergroup::check/11.1|check]]
 
|[[JTableUsergroup::check/11.1|check]]
 
|Method to check the current record to save.  
 
|Method to check the current record to save.  
 
|-
 
|-
 +
|public
 
|[[JTableUsergroup::delete/11.1|delete]]
 
|[[JTableUsergroup::delete/11.1|delete]]
 
|Delete this object and it's dependancies.  
 
|Delete this object and it's dependancies.  
 
|-
 
|-
 +
|public
 
|[[JTableUsergroup::rebuild/11.1|rebuild]]
 
|[[JTableUsergroup::rebuild/11.1|rebuild]]
 
|Method to recursively rebuild the nested set tree.  
 
|Method to recursively rebuild the nested set tree.  
 
|-
 
|-
 +
|public
 
|[[JTableUsergroup::store/11.1|store]]
 
|[[JTableUsergroup::store/11.1|store]]
 
|Inserts a new row if id is zero or updates an existing row in the database table.  
 
|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/11.1|JTable]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.usergroup' );</source>
 
<source lang="php">jimport( 'joomla.database.table.usergroup' );</source>
 
===See also===
 
===See also===
* JTableUsergroup source code in [[jplatform:database/table/usergroup.php|BitBucket]]
+
* {{JVer|11.1}} '''JTableUsergroup source code''' on [[jplatform:database/table/usergroup.php|BitBucket]]
* [[JTableUsergroup|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
 +
* [[JTableUsergroup|Other versions of JTableUsergroup]]
 
{{SeeAlso:JTableUsergroup}}
 
{{SeeAlso:JTableUsergroup}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableUsergroup|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JTableUsergroup|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 54:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableUsergroup]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableUsergroup]]</noinclude>

Revision as of 14:05, 29 August 2012

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.

Joomla 11.1 JTableUsergroup[edit]

Description[edit]

Template:Description:JTableUsergroup [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.database.table.usergroup' );

See also[edit]

Template:SeeAlso:JTableUsergroup [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />