BeforeCreateLibraryInstanceCallback
in package
Class BeforeCreateLibraryInstanceCallback.
PdfCreator was moved into it's own bundle (heimrichhannot/pdf-creator)
Table of Contents
Properties
- $constructorParameters : array<string|int, mixed>
Methods
- __construct() : mixed
- BeforeCreateLibraryInstanceCallback constructor.
- getConstructorParameters() : array<string|int, mixed>
- setConstructorParameters() : void
Properties
$constructorParameters
protected
array<string|int, mixed>
$constructorParameters
Methods
__construct()
BeforeCreateLibraryInstanceCallback constructor.
public
__construct([array<string|int, mixed> $constructorParameters = [] ]) : mixed
Parameters
- $constructorParameters : array<string|int, mixed> = []
getConstructorParameters()
public
getConstructorParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>setConstructorParameters()
public
setConstructorParameters(array<string|int, mixed> $constructorParameters) : void
Parameters
- $constructorParameters : array<string|int, mixed>