Documentation

PipelineProvider

Provide `Pipeline` of specific type of `Interceptor`.

Tags
see
Pipeline
see
Interceptor

Table of Contents

Methods

getPipeline()  : Pipeline<T, mixed>

Methods

getPipeline()

public getPipeline(T> $interceptorClass) : Pipeline<T, mixed>
Parameters
$interceptorClass : T>

Only interceptors of this type will be returned in pipeline.

Tags
template

T of Interceptor

Return values
Pipeline<T, mixed>

        
On this page

Search results