eloquent/confetti API
Interface

Eloquent\Confetti\TransformStreamInterface

interface TransformStreamInterface implements ReadableStreamInterface, WritableStreamInterface

The interface implemented by transform streams.

Methods

TransformInterface transform()

Get the transform.

Details

at line 31
public TransformInterface transform()

Get the transform.

Return Value

TransformInterface The transform.