コード例 #1
0
ファイル: Object.class.php プロジェクト: evilgeny/bob
 /**
  * Enter description here...
  *
  * @param int $stamp
  * @return stdClass
  */
 public function getFamilyByStamp($stamp)
 {
     return $this->_mapper->getFamilyByStamp($this, $stamp);
 }