Add function to get CQuizQuestion iid - refs BT#12874

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent daf0aae017
commit b6869e0ed0
  1. 9
      src/Chamilo/CourseBundle/Entity/CQuizQuestion.php

@ -365,4 +365,13 @@ class CQuizQuestion
{ {
return $this->cId; return $this->cId;
} }
/**
* Get iid
* @return int
*/
public function getIid()
{
return $this->iid;
}
} }

Loading…
Cancel
Save