Is there a reason not to enable use of methods accessed via magic __call() in the exporter?
Since everything has to be done through a property string, it's not possible to pass in arguments. Enabling use of __call() makes the exporter more flexible and gives power to the user to decide how to use it.
Feature Request
Is there a reason not to enable use of methods accessed via magic
__call()
in the exporter?Since everything has to be done through a property string, it's not possible to pass in arguments. Enabling use of __call() makes the exporter more flexible and gives power to the user to decide how to use it.
The change is relatively simple: