Copied!

TransportContextBuilderInterface

TransportContextBuilderInterface.php : 11
Interface

Methods

publicbuild()

TransportContextBuilderInterface.php : 18
public build(array{transport: string, stream_file: array{stream_id: string}} $data) : TransportContextInterface

Parameters

Name Type Default value Description
$data array{transport: string, stream_file: array{stream_id: string}} - -

Return values

TransportContextInterface

publicsupports()

TransportContextBuilderInterface.php : 13
public supports(string $type) : bool

Parameters

Name Type Default value Description
$type string - -

Return values

bool