Event SmartyPreCompile - variable with text passed by reference?
Posted: Wed Jun 25, 2008 2:32 pm
I need some more explanation into this - sorry if this sounds dumb, but I'm really not sure.
In the help of this event, I read :
In the help of this event, I read :
Does it mean that this variable (accessible with $params['content']) isĀ passed by reference and when I modify its contents in a UDT appended to the event, my changes will affect the variable which was used as an argument in Events::SendEvent and be stored in the database?'content' - Reference to the affected content text.