Guides
Tutorials
An envelope stamp with context which related to a message.
class ApiPlatform\Symfony\Messenger\ContextStamp implements Symfony\Component\Messenger\Stamp\StampInterface
{
public __construct(array $context)
public getContext(): array
}
class ApiPlatform\Symfony\Messenger\ContextStamp implements Symfony\Component\Messenger\Stamp\StampInterface
{
public __construct(array $context)
public getContext(): array
}
public __construct(array $context)
public __construct(array $context)
context | array |
Get the context related to a message.
public getContext(): array
public getContext(): array
array