Icinga / ipl-html

HTML abstraction layer for the Icinga PHP Library
MIT License
1 stars 1 forks source link

FormElements: Change visiblity of some private properties to protected #124

Closed nilmerg closed 1 year ago

nilmerg commented 1 year ago

The methods using them are protected and can be overridden. But since the properties are private, and used internally as flag to do things only once, a child class cannot override them without using its own flags.

Also fixes an issue with setDefaultElementDecorator() as it accepts strings but doesn't instantiate the class return by a loader.