An exporter for a product.

An exporter is responsible for providing a \FeaturePhp\ProductLine\Product to the end user. For this it takes a product and its generated files (\FeaturePhp\File\File) and bundles them.

package Default

 Methods

Exports a product.

export(\FeaturePhp\ProductLine\Product $product) 

The implementation is expected to have some side effect, e.g. downloading a file.

Parameters

$product

\FeaturePhp\ProductLine\Product