Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 421 Bytes

Loaders

Loaders are the data outputs of etl. They can be used multiple times in the same process. Loaders receive three arguments: type, destination and options (optional).

/** @var \Wizaplace\Etl\Loaders\Loader $type */
$etl->load($type, $destination, $options);

Available loaders types