19 require_once(BASE.
"wcmf/lib/model/class.Node.php");
33 function Role($oid=null, $type=
'Role')
35 parent::Node($type, $oid);
44 WCMFException::throwEx(
"setName() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
53 WCMFException::throwEx(
"getName() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
Node is the basic component for building trees (although a Node can have one than more parents)...
Abstract base class for role classes that represent a user role.
throwEx($message, $file='', $line='')
Role($oid=null, $type='Role')