PHP Class DOMPDFModule\Service\DOMPDFFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Datei anzeigen Open project: raykolbe/DOMPDFModule

Public Methods

Method Description
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : DOMPDF Creates an instance of DOMPDF.

Private Methods

Method Description
applyCompatGlobals ( array $config ) Declares global constants supported by DOMPDF lib.

Method Details

createService() public method

Creates an instance of DOMPDF.
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : DOMPDF
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return DOMPDF