Example #1
0
 /**
  * Retrievs a list with family, forall and present items
  *
  * @return Iterator
  */
 public function getExpandedFamily()
 {
     return $this->_mapper->getExpandedFamily($this);
 }