Exemplo n.º 1
0
 /**
  * Creates a new formatter instance.
  * @param string $format the name of the formatter.
  * @param array $params initial values to be applied to the formatter properties.
  * @return BaseFormatter the formatter.
  */
 protected function createFormatter($format, $params)
 {
     return BaseFormatter::createFormatter($format, $params);
 }