[TYPO3-core] RFC #11207 Hook Request in typo3/class.webPageTree.php -> wrapTitle
Xavier Perseguers
typo3 at perseguers.ch
Thu May 28 14:09:39 CEST 2009
Hi Ingmar,
> Mathias Schreiber [wmdb >] schrieb:
>> We tried passing the params by reference first but for some reason this
>> did not work.
>> After n hour with 4 devs we shroud our shoulders and went for the
>> current way.
>> I'm open for everything you have in mind, but right now have no idea how
>> to achieve it :)
>
> Passing things by references should work like that:
>
> $_params = array('title' => &$title, 'row' => &$row);
>
> $title = t3lib_div::callUserFunction($_funcRef, $_params, $this);
+1 for this version then.
--
Xavier Perseguers
DBAL-Member
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-team-core
mailing list