WellCommerce\Bundle\CurrencyBundle\Form\Admin\CurrencyFormBuilder::getCurrencyRepository PHP Метод

getCurrencyRepository() приватный Метод

private getCurrencyRepository ( ) : WellCommerce\Bundle\CurrencyBundle\Repository\CurrencyRepositoryInterface
Результат WellCommerce\Bundle\CurrencyBundle\Repository\CurrencyRepositoryInterface
    private function getCurrencyRepository() : CurrencyRepositoryInterface
    {
        return $this->get('currency.repository');
    }