PdfCreatorFactory
in package
Table of Contents
- $types : mixed
- addType() : mixed
- createInstance() : AbstractPdfCreator|null
- Return a pdf creator instance for given type or null, if no type is registered for given type.
- getTypes() : array<string|int, mixed>
- Return supported pdf creator types.
- getPdfCreatorRegistry() : mixed
Properties
$types
protected
static mixed
$types
Methods
addType()
public
static addType(AbstractPdfCreator $type) : mixed
Parameters
- $type : AbstractPdfCreator
Return values
mixed —createInstance()
Return a pdf creator instance for given type or null, if no type is registered for given type.
public
static createInstance(string $type) : AbstractPdfCreator|null
Parameters
- $type : string
Return values
AbstractPdfCreator|null —getTypes()
Return supported pdf creator types.
public
static getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —getPdfCreatorRegistry()
protected
static getPdfCreatorRegistry() : mixed