Exemplo n.º 1
0
 public function getFund()
 {
     if (isset($this->aFund)) {
         return $this->aFund;
     }
     return $this->aFund = FundPeer::retrieveByPK($this->getFundId());
 }