Exemplo n.º 1
0
 /**
  * @return string
  */
 public function render()
 {
     $formatter = new StubNumberFormatter($this->container->getParameter('pedro_teixeira_grid.currency.locale'), StubNumberFormatter::CURRENCY);
     return $formatter->formatCurrency($this->getValue(), $this->container->getParameter('pedro_teixeira_grid.currency.currency'));
 }