Neomerx\JsonApi\Encoder\Parser\Parser::createReplyResourceCompleted PHP Méthode

createReplyResourceCompleted() private méthode

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