Example #1
0
 /**
  * Enter description here...
  *
  * @param int $stamp
  * @return stdClass
  */
 public function getFamilyByStamp($stamp)
 {
     return $this->_mapper->getFamilyByStamp($this, $stamp);
 }