How to override a function from protected script include
How can I override a function from a protected Script Include?The Script Include is protected, and the function I want to change calls a private method.I need to modify the behavior of that private method — is this possible, and how can it be done?