LoaderParamsDTO
Table of Contents
Properties
-
$fields
: array<string|int, mixed>
-
$formBuilder
: ProductTypeBuilder|null
-
$hookParams
: array<string|int, mixed>
-
$id
: int
-
$isProduct
: bool
-
$type
: string
Methods
-
create()
: self
-
getFields()
: array<string|int, mixed>
-
getFormBuilder()
: ProductTypeBuilder|null
-
getHookParams()
: array<string|int, mixed>
-
getId()
: int
-
getType()
: string
-
isProduct()
: bool
-
__construct()
: mixed
$fields
private
array<string|int, mixed>
$fields
private
ProductTypeBuilder|null
$formBuilder
= null
$hookParams
private
array<string|int, mixed>
$hookParams
$id
private
int
$id
$isProduct
private
bool
$isProduct
$type
private
string
$type
create()
public
static create(string $type, array<string|int, mixed> $hookParams, array<string|int, mixed> $fields) : self
Parameters
-
$type
: string
-
-
$hookParams
: array<string|int, mixed>
-
-
$fields
: array<string|int, mixed>
-
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
public
getFormBuilder() : ProductTypeBuilder|null
getHookParams()
public
getHookParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : int
getType()
public
getType() : string
isProduct()
public
isProduct() : bool
__construct()
private
__construct() : mixed