TestService2
extends ParentTestService2
in package
implements
ServiceSubscriberInterface
uses
ServiceMethodsSubscriberTrait
Table of Contents
Interfaces
- ServiceSubscriberInterface
- A ServiceSubscriber exposes its dependencies via the static {@link getSubscribedServices} method.
Properties
Methods
- getSubscribedServices() : array<string|int, mixed>
- setContainer() : ContainerInterface|null
Properties
$container
protected
ContainerInterface
$container
Methods
getSubscribedServices()
public
static getSubscribedServices() : array<string|int, mixed>
Return values
array<string|int, mixed>setContainer()
public
setContainer(ContainerInterface $container) : ContainerInterface|null
Parameters
- $container : ContainerInterface
Attributes
- #[Required]