WoohooLabs\Yin\JsonApi\Response\AbstractResponder::getDocumentRelationshipMetaResponse PHP Метод

getDocumentRelationshipMetaResponse() защищенный Метод

protected getDocumentRelationshipMetaResponse ( string $relationshipName, AbstractSuccessfulDocument $document, mixed $domainObject, integer $statusCode, array $additionalMeta = [] ) : Psr\Http\Message\ResponseInterface
$relationshipName string
$document WoohooLabs\Yin\JsonApi\Document\AbstractSuccessfulDocument
$domainObject mixed
$statusCode integer
$additionalMeta array
Результат Psr\Http\Message\ResponseInterface
    protected function getDocumentRelationshipMetaResponse($relationshipName, AbstractSuccessfulDocument $document, $domainObject, $statusCode, array $additionalMeta = [])
    {
        return $document->getRelationshipResponse($relationshipName, $this->request, $this->response, $this->exceptionFactory, $this->serializer, $domainObject, $statusCode, $additionalMeta);
    }