API17

JUserHelper::setUserGroups

From Joomla! Documentation

Revision as of 17:31, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

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 JUserHelper::setUserGroups[edit]

Description[edit]

Method to set the groups for a user.

Template:Description:JUserHelper::setUserGroups [Edit Descripton]

public static function setUserGroups (
        $userId
        $groups
)
Parameter Type Default Description
$userId integer The id of the user.
$groups array An array of group ids to put the user in.
  • Returns mixed Boolean true on success, on error.
  • Defined on line 146 of libraries/joomla/user/helper.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JUserHelper::setUserGroups [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />