Esempio n. 1
0
 public function getAllQuotes()
 {
     $quotes = Quote::getAll();
     return $quotes;
 }