Public Member Functions | |
__construct () | |
delete ($sOXID=null) | |
Protected Attributes | |
$_sClassName = 'oxgroups' |
Group manager. Base class for user groups. Does nothing special yet.
Definition at line 8 of file oxgroups.php.
oxGroups.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxI18n.
Definition at line 21 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 35 of file oxgroups.php.
oxGroups.$_sClassName = 'oxgroups' [protected] |
Reimplemented from oxI18n.
Definition at line 16 of file oxgroups.php.