public function getFund() { if (isset($this->aFund)) { return $this->aFund; } return $this->aFund = FundPeer::retrieveByPK($this->getFundId()); }