[TYPO3-core] RFC #11207 Hook Request in typo3/class.webPageTree.php -> wrapTitle
Ingmar Schlecht
ingmar at typo3.org
Thu May 28 14:06:14 CEST 2009
Hi Mattes,
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);
cheers
Ingmar
More information about the TYPO3-team-core
mailing list