コード例 #1
0
ファイル: QuoteController.php プロジェクト: Maxobat/quotes
 public function getAllQuotes()
 {
     $quotes = Quote::getAll();
     return $quotes;
 }