LegacyChildTestService
extends LegacyTestService
in package
Table of Contents
- $container : ContainerInterface
- aChildService() : Service3
- aParentService() : Service1
- aService() : Service2
- getSubscribedServices() : array<string|int, mixed>
- {@inheritdoc}
- setContainer() : mixed
Properties
$container
protected
ContainerInterface
$container
Methods
aChildService()
public
aChildService() : Service3
Return values
Service3 —aParentService()
public
aParentService() : Service1
Return values
Service1 —aService()
public
aService() : Service2
Return values
Service2 —getSubscribedServices()
{@inheritdoc}
public
static getSubscribedServices() : array<string|int, mixed>
Return values
array<string|int, mixed> —setContainer()
public
setContainer(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface