Documentation

HandlerDescriptor
in package

FinalYes

Describes a handler and the possible associated options, such as `from_transport`, `bus`, etc.

Tags
author

Samuel Roze samuel.roze@gmail.com

Table of Contents

Properties

$batchHandler  : mixed
$handler  : Closure
$name  : string
$options  : array<string|int, mixed>

Methods

__construct()  : mixed
getBatchHandler()  : BatchHandlerInterface|null
getHandler()  : callable
getName()  : string
getOption()  : mixed

Properties

Methods

__construct()

public __construct(callable $handler[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$handler : callable
$options : array<string|int, mixed> = []

getOption()

public getOption(string $option) : mixed
Parameters
$option : string

        
On this page

Search results