SubscribedService
in package
Use with {@see ServiceSubscriberTrait} to mark a method's return type as a subscribed service.
Tags
Table of Contents
- $key : string|null
- __construct() : mixed
Properties
$key
public
string|null
$key
= null
Methods
__construct()
public
__construct([string|null $key = null ]) : mixed
Parameters
- $key : string|null = null
-
The key to use for the service If null, use "ClassName::methodName"