riesenia / pohoda

XML generator a parser pre Pohodu
35 stars 25 forks source link

Several small tweaks #44

Open janco-naninails opened 4 months ago

janco-naninails commented 4 months ago

Allow parameters (custom fields) for items

Parameters (Custom fields) for items is used in our project, therefore I added the possiblity to add these to document items. I hope it won't be against your way of using this lib, but honestly the change is very subtle. I allowed the item to return Riesenia\Pohoda\Document\Part instead of $this and added use AddParameterTrait.

Other minor tweaks