Example #1
0
 /**
  *	Description...
  *
  *	@return	RM_User_Family_Person
  **/
 public function loadMainPerson()
 {
     //echo get_class($this->_mapper->loadMainPerson($this));
     return $this->_mapper->loadMainPerson($this);
 }