From 6cae59f95a4e67ab66ec26390360b86ff30ff46f Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 18 Apr 2006 09:53:27 +0000 Subject: [PATCH] Add setId(), so that valid uses of setting the Id don't fiddle with attributes directly. --- lib/ktentity.inc | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/ktentity.inc b/lib/ktentity.inc index 76c654d..c59cfa4 100644 --- a/lib/ktentity.inc +++ b/lib/ktentity.inc @@ -44,6 +44,10 @@ class KTEntity { return $this->iId; } + function setId($mValue) { + $this->iId = $mValue; + } + function _cachedGroups() { return array('getlist'); } -- libgit2 0.21.4