Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #323 dynamic property assignment #326

Open
wants to merge 6 commits into
base: v3
Choose a base branch
from

Conversation

dsmithhayes
Copy link

This Pull Request will address the deprecation of dynamically adding properties to objects, as outlined in this issue. From the Author's suggestion, I have chosen to break the API and add the setTemplate() method into the Interface.

This change will pass all tests and has updated documentation. This will break older versions of the library that rely on the $template property to be public (or non-existent). I am open to looking to a better way to compose the necessity of having the Template class injected into the Func class that further injects into the ExtensionInterface concrete classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant