Table of Contents
Interfaces
- FieldValueProviderInterface
Properties
-
$database
: Connection
Methods
-
__construct()
: mixed
-
get()
: array<string|int, FieldValueDTO>
$database
private
Connection
$database
__construct()
public
__construct(EntityManagerInterface $entityManager) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
get()
public
get(string $type, array<string|int, mixed> $objectIds[, string $objectName = null ][, array<string|int, mixed>|null $langIds = null ][, array<string|int, mixed>|null $shopIds = null ][, bool $active = true ]) : array<string|int, FieldValueDTO>
Parameters
-
$type
: string
-
-
$objectIds
: array<string|int, mixed>
-
-
$objectName
: string
= null
-
-
$langIds
: array<string|int, mixed>|null
= null
-
-
$shopIds
: array<string|int, mixed>|null
= null
-
-
$active
: bool
= true
-
-
throws
-
DBALException