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

createReplyResourceStarted() private method

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