Exemplo n.º 1
0
 /**
  * @return OutputFormatSnakFormatterFactory
  */
 protected function newSnakFormatterFactory()
 {
     $factory = new OutputFormatSnakFormatterFactory($this->dataTypeDefinitions->getSnakFormatterFactoryCallbacks(), $this->getValueFormatterFactory(), $this->getPropertyDataTypeLookup(), $this->getDataTypeFactory());
     return $factory;
 }