Using typed variables in a cell view |
Hi there!
At the moment you cannot use typed variables in cells (unless you initialize them) because they rely on get_object_vars() PHP function, which, as stated here, ignored such values. Would it be possible to replace get_object_vars with the Reflection API so such values can be considered? Source |
Messages In This Thread |
Using typed variables in a cell view - by Fabio-Zeus-Soft - 06-03-2024, 02:17 AM
RE: Using typed variables in a cell view - by Bosborne - 06-03-2024, 03:13 AM
|