Neomerx\JsonApi\Encoder\Parser\Parser::createReplyResourceCompleted PHP Method

createReplyResourceCompleted() private method

private createReplyResourceCompleted ( ) : Neomerx\JsonApi\Contracts\Encoder\Parser\ParserReplyInterface
return Neomerx\JsonApi\Contracts\Encoder\Parser\ParserReplyInterface
    private function createReplyResourceCompleted()
    {
        return $this->parserFactory->createReply(ParserReplyInterface::REPLY_TYPE_RESOURCE_COMPLETED, $this->stack);
    }