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