Exemplo n.º 1
0
 public function getGroupCollection()
 {
     if (is_null($this->_groupList)) {
         $filter = new Model_Group_Filter();
         $filter->setIdSpeciality($this->getId());
         $this->setGroupList(Model_DB_Group_Mapper::get_instance()->findByFilter($filter));
     }
     return $this->_groupList;
 }