API17:JTableUsergroup
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| 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> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===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 | + | * {{JVer|11.1}} '''JTableUsergroup source code''' on [[jplatform:database/table/usergroup.php|BitBucket]] |
| − | * [[JTableUsergroup|Other versions of | + | * {{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> | ||
| − | === | + | ===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]][[Category:Platform 11.1]][[Category:JTableUsergroup]]</noinclude> | ||
Revision as of 18:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableUsergroup
Description
Description:JTableUsergroup [Edit Descripton]
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
SeeAlso:JTableUsergroup [Edit See Also]
User contributed notes
<CodeExamplesForm />
