getAttribute('attribute'); $response = $this->responseFactory->createResponse(); $response->getBody()->write(implode(', ', $attribute) . ', '); $response->getBody()->write('Fallback, '); return $response; } }