BeforeCreateLibraryInstanceCallback
in package
Table of Contents
- $constructorParameters : array<string|int, mixed>
- $type : string
- __construct() : mixed
- BeforeCreateLibraryInstanceCallback constructor.
- getConstructorParameters() : array<string|int, mixed>
- getType() : string
- setConstructorParameters() : void
Properties
$constructorParameters
protected
array<string|int, mixed>
$constructorParameters
$type
protected
string
$type
Methods
__construct()
BeforeCreateLibraryInstanceCallback constructor.
public
__construct(string $type[, array<string|int, mixed> $constructorParameters = [] ]) : mixed
Parameters
- $type : string
- $constructorParameters : array<string|int, mixed> = []
Return values
mixed —getConstructorParameters()
public
getConstructorParameters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getType()
public
getType() : string
Return values
string —setConstructorParameters()
public
setConstructorParameters(array<string|int, mixed> $constructorParameters) : void
Parameters
- $constructorParameters : array<string|int, mixed>