IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Add possibliy to define namespace for exported classes #118

Closed helhum closed 6 years ago

helhum commented 6 years ago

Instead of always using the namespace prefix MYMASKEXPORT\MyMaskExport, it should export MYMASKEXPORT\<UpperCamelCasedExtensionName> or even better, make the psr-4 prefix configurable as well (or at least the vendor name)

helhum commented 6 years ago

this actually works