findologic / libflexport

FINDOLOGIC export toolkit for XML and CSV data export
MIT License
4 stars 5 forks source link

Missing group parameter #133

Closed C3000 closed 1 year ago

C3000 commented 3 years ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what you want to happen.

A clear and concise description of any alternative solutions or features you've considered.

howard commented 3 years ago

@C3000 Groups can be set for an item using Item::addUsergroup and Item::setAllUsergroups, which work with Usergroup objects.

Although the method- and class names refer to usergroups, which are a feature of XML exports, for determining an items visibility, they are applied to CSV exports as well in the groups column.

Would it aid understanding to have aliases for these methods/class referring to groups?

C3000 commented 3 years ago

@howard Sorry, I should have differentiated myself more clearly from the user groups. By group parameter I mean the difference between an article item and a blog item, for example. I am familiar with the concept of user groups. Possibly I misunderstood the parameter Group in the API. I thought this was for type identification.

TobiasGraml11 commented 1 year ago

Closing this, as everything is clear here.