function update(&$obj) { ... if ($obj->isNew()) { $obj->set('uid', $this->mContext->mXoopsUser->get('uid')); } ... }