LibreDTE

LoaderWorkerInterface extends WorkerInterface

Interfaz para el worker `billing.book.loader`.

Responsable de cargar y normalizar los datos de entrada de cualquier tipo de libro tributario desde cualquier formato de origen (array, CSV, XML, etc.).

Selecciona la estrategia como {tipo}.{formato} donde:

  • tipo proviene de BookBagInterface::getTipo().
  • formato proviene de BookBagInterface::getLoaderOptions()['format'] (por defecto 'array').

Table of Contents

Methods

load()  : BookBagInterface
Carga y normaliza los detalles del bag.

Methods


        
On this page

Search results