コード例 #1
0
 /**
  * Returns all currencies from repository
  *
  * @return \WellCommerce\Bundle\CurrencyBundle\Entity\Currency[]
  */
 protected function getCurrencies()
 {
     return $this->currencyRepository->findAll();
 }