inherited = $inherited; } public function getInherited() { return $this->inherited; } public function setInheritedFrom($inheritedFrom) { $this->inheritedFrom = $inheritedFrom; } public function getInheritedFrom() { return $this->inheritedFrom; } public function setPermissionType($permissionType) { $this->permissionType = $permissionType; } public function getPermissionType() { return $this->permissionType; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } }