示例#1
0
 protected function handleAutoRating(ilObject $a_new_obj)
 {
     // only needed in repository
     if ($this->id_type == self::REPOSITORY_NODE_ID) {
         parent::handleAutoRating($a_new_obj);
     }
 }