ExportHandler
class ExportHandler
Class ExportHandler
Methods
__construct(
EventDispatcherInterface $eventDispatcher,
ContainerInterface $container)
Class constructor
null|Export
getExport(
integer $exportId,
boolean $dispatchException = false)
Get export model based on given identifier
null|Export
getExportByRef(
string $exportRef,
boolean $dispatchException = false)
Get export model based on given reference
null|ExportCategory
getCategory(
integer $exportCategoryId,
boolean $dispatchException = false)
Get export category model based on given identifier
export(
Export $export,
SerializerInterface $serializer,
ArchiverInterface $archiver = null,
Lang $language = null,
boolean $includeImages = false,
boolean $includeDocuments = false,
null|array $rangeDate = null)
Export
Details
at line 49
__construct(
EventDispatcherInterface $eventDispatcher,
ContainerInterface $container)
Class constructor
at line 65
null|Export
getExport(
integer $exportId,
boolean $dispatchException = false)
Get export model based on given identifier
at line 93
null|Export
getExportByRef(
string $exportRef,
boolean $dispatchException = false)
Get export model based on given reference
at line 121
null|ExportCategory
getCategory(
integer $exportCategoryId,
boolean $dispatchException = false)
Get export category model based on given identifier
at line 152
ExportEvent
export(
Export $export,
SerializerInterface $serializer,
ArchiverInterface $archiver = null,
Lang $language = null,
boolean $includeImages = false,
boolean $includeDocuments = false,
null|array $rangeDate = null)
Export