Documentation

SubscribedService
in package

Use with {@see ServiceSubscriberTrait} to mark a method's return type as a subscribed service.

Tags
author

Kevin Bond kevinbond@gmail.com

Table of Contents

$key  : string|null
__construct()  : mixed

Properties

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"

Return values
mixed

Search results