Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

No access to Point class fields #33

Closed
undera opened this issue Dec 21, 2015 · 2 comments
Closed

No access to Point class fields #33

undera opened this issue Dec 21, 2015 · 2 comments
Assignees

Comments

@undera
Copy link

undera commented Dec 21, 2015

Hi there, thanks for robust library.

I'm facing problem that I have no way to access data stored into Point instance. All fields of Point are private and have no getters. I need that because my code is built around creating array of Point instances in one place, and in other place I need to update some items of array with another Point instances.

Could fields of Point be at least protected or have getters? Having them protected would perfectly satisfy me, I'd inherit from it and add getters myself.

@thecodeassassin
Copy link
Collaborator

@undera this feature has been added in the 1.2.x release. Thank you for your feedback!

@undera
Copy link
Author

undera commented Jan 5, 2016

Thank you very much. I've also just shared my Doctrine DBAL adapter for InfluxDB: https://github.com/undera/doctrine-dbal-influxdb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants