neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Using another Formatter Class #57

Closed paulovitorbal closed 8 years ago

paulovitorbal commented 9 years ago

I understand that the formatter class acts parsing the data to improve the readibility.

If I want to extends the formatter and use a improved version that I made I can't use the method of the builder setResponseFormatterClass. I needed to change the ClientBuilder.php and add a return $this;

But my formatter class was not being used.

Am I missing something?

ikwattro commented 9 years ago

Hi, nice catch about the $this, I will fix it.

Can you post the code of your formatter class ?