[edit]
Description
This class has just a constructor defining the properties for the class
[edit]
Usage
function XoopsGroupPerm() {
$this->XoopsObject(); $this->initVar('gperm_id', XOBJ_DTYPE_INT, null, false); $this->initVar('gperm_groupid', XOBJ_DTYPE_INT, null, false); $this->initVar('gperm_itemid', XOBJ_DTYPE_INT, null, false); $this->initVar('gperm_modid', XOBJ_DTYPE_INT, 0, false); $this->initVar('gperm_name', XOBJ_DTYPE_OTHER, null, false);
}


![[Main Page]](/modules/mediawiki/images/mediawiki.png)




