Ikwattro\GuzzleStereo\Formatter\ResponseFormatter::rebuildTrack PHP Method

rebuildTrack() public method

public rebuildTrack ( array $trackContent )
$trackContent array
    public function rebuildTrack(array $trackContent)
    {
        return new Response($trackContent['code'], $trackContent['headers'], $trackContent['body']);
    }