コード例 #1
0
 /**
  * gets a quote from the portfolio quote table portfoliostat by its auto id
  * @param int $id The id of the record to be retrieved
  * 
  * @return Model_Insurance_Portfolio_Portfolio The row as a Model_Insurance_Portfolio_Portfolio object
  * 
  * @author John Burrin
  */
 public function getQuoteById($id)
 {
     $quoteDataSource = new Datasource_Insurance_Portfolio_Portfolio();
     return $quoteDataSource->getRowById($id);
 }