Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Usergroup
+ Graphe d'héritage de Usergroup:

Fonctions membres publiques

 __construct (DatabaseDriver $db)
 
 check ()
 
 rebuild ($parentId=0, $left=0)
 
 store ($updateNulls=false)
 
 delete ($oid=null)
 
- Fonctions membres publiques hérités de Table
 __construct ($table, $key, DatabaseDriver $db, DispatcherInterface $dispatcher=null)
 
 getFields ($reload=false)
 
 appendPrimaryKeys ($query, $pk=null)
 
 getTableName ()
 
 getKeyName ($multiple=false)
 
 getId ()
 
 getDbo ()
 
 setDbo (DatabaseDriver $db)
 
 setRules ($input)
 
 getRules ()
 
 reset ()
 
 bind ($src, $ignore=array())
 
 load ($keys=null, $reset=true)
 
 check ()
 
 save ($src, $orderingFilter='', $ignore='')
 
 checkOut ($userId, $pk=null)
 
 checkIn ($pk=null)
 
 hasPrimaryKey ()
 
 hit ($pk=null)
 
 isCheckedOut ($with=0, $against=null)
 
 getNextOrder ($where='')
 
 getPrimaryKey (array $keys=array())
 
 reorder ($where='')
 
 move ($delta, $where='')
 
 publish ($pks=null, $state=1, $userId=0)
 
 getColumnAlias ($column)
 
 setColumnAlias ($column, $columnAlias)
 
 hasField ($key)
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __toString ()
 
 def ($property, $default=null)
 
 get ($property, $default=null)
 
 getProperties ($public=true)
 
 getError ($i=null, $toString=true)
 
 getErrors ()
 
 set ($property, $value=null)
 
 setProperties ($properties)
 
 setError ($error)
 
- Fonctions membres publiques hérités de TableInterface
 getKeyName ()
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Table
static getInstance ($type, $prefix='JTable', $config=array())
 
static addIncludePath ($path=null)
 
- Champs de données hérités de Table
 $typeAlias = null
 
- Fonctions membres protégées hérités de Table
 _getAssetName ()
 
 _getAssetTitle ()
 
 _lock ()
 
 _unlock ()
 
- Attributs protégés hérités de Table
 $_tbl = ''
 
 $_tbl_key = ''
 
 $_tbl_keys = array()
 
 $_db
 
 $_trackAssets = false
 
 $_rules
 
 $_locked = false
 
 $_autoincrement = true
 
 $_columnAlias = array()
 
 $_jsonEncode = array()
 
 $_supportNullValue = false
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Description détaillée

Usergroup table class.

Depuis
1.7.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DatabaseDriver  $db)

Constructor

Paramètres
DatabaseDriver$dbDatabase driver object.
Depuis
1.7.0

Références $db, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ check()

check ( )

Method to check the current record to save

Renvoie
boolean True on success
Depuis
1.7.0

Implémente TableInterface.

Références $db, $id, $query, $this, $title, Text\_(), elseif, Joomla\CMS\MVC\Model\getDbo(), et ParameterType\INTEGER.

◆ delete()

delete (   $oid = null)

Delete this object and its dependencies

Paramètres
integer$oidThe primary key of the user group to delete.
Renvoie
mixed Boolean or Exception.
Depuis
1.7.0
Exceptions

Implémente TableInterface.

Références $db, $id, $oid, $query, $this, et ParameterType\INTEGER.

◆ rebuild()

rebuild (   $parentId = 0,
  $left = 0 
)

Method to recursively rebuild the nested set tree.

Paramètres
integer$parentIdThe root of the tree to rebuild.
integer$leftThe left id to start with in building the tree.
Renvoie
boolean True on success
Depuis
1.7.0

Références $db, $i, $n, $query, $this, et ParameterType\INTEGER.

◆ store()

store (   $updateNulls = false)

Inserts a new row if id is zero or updates an existing row in the database table

Paramètres
boolean$updateNullsIf false, null object variables are not updated
Renvoie
boolean True if successful, false otherwise and an internal error message is set
Depuis
1.7.0

Implémente TableInterface.

Références $result.


La documentation de cette classe a été générée à partir du fichier suivant :