You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we use System::importStatic($strClass) here to initialize the product (line 167), so that we can create instances of an Isotope product from services registered in the container?
these are model classes, I don't think we can use services for these? Do you mean the call to the static method of our model/repository should be to a service?
Can we use
System::importStatic($strClass)
here to initialize the product (line 167), so that we can create instances of an Isotope product from services registered in the container?core/system/modules/isotope/library/Isotope/Model/ProductCollectionItem.php
Lines 158 to 167 in 7f81e8b
The background of my question is that my product class has to be initialized differently.
The text was updated successfully, but these errors were encountered: