Public Member Functions | |
__construct () | |
delete ($sOXID=null) | |
Protected Attributes | |
$_sCoreTbl = 'oxgroups' | |
$_sClassName = 'oxgroups' |
Group manager. Base class for user groups. Does nothing special yet.
Definition at line 7 of file oxgroups.php.
oxGroups.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxI18n.
Definition at line 25 of file oxgroups.php.
oxGroups.delete | ( | $ | sOXID = null |
) |
Deletes user group from database. Returns true/false, according to deleting status.
string | $sOXID Object ID (default null) |
Reimplemented from oxI18n.
Definition at line 39 of file oxgroups.php.
oxGroups.$_sClassName = 'oxgroups' [protected] |
Reimplemented from oxI18n.
Definition at line 20 of file oxgroups.php.
oxGroups.$_sCoreTbl = 'oxgroups' [protected] |
Definition at line 14 of file oxgroups.php.