mediatekformation

ContainerEntityListenerResolver
in package
implements EntityListenerServiceResolver

Tags
final

Interfaces, Classes, Traits and Enums

EntityListenerServiceResolver
A resolver is used to instantiate an entity listener.

Table of Contents

$container  : ContainerInterface
$instances  : array<string|int, object>
$serviceIds  : array<string|int, string>
__construct()  : mixed
clear()  : mixed
{@inheritdoc}
register()  : mixed
{@inheritdoc}
registerService()  : mixed
resolve()  : mixed
{@inheritdoc}
normalizeClassName()  : string
resolveService()  : object

Properties

Methods

clear()

{@inheritdoc}

public clear([mixed $className = null ]) : mixed
Parameters
$className : mixed = null
Return values
mixed

registerService()

public registerService(mixed $className, mixed $serviceId) : mixed
Parameters
$className : mixed
$serviceId : mixed
Return values
mixed

normalizeClassName()

private normalizeClassName(string $className) : string
Parameters
$className : string
Return values
string

Search results