[TYPO3-dev] RFC:s standard processing property as stdWrap replacement

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Mon Apr 16 11:51:40 CEST 2007


Ingo Renner schrieb:
> 
> XYZ.process.10.user.myOwnFunction = xxx
> 
> user would then try to find myOwnFunction fromsome configuration or 
> extension...

My plan was to create a hook that allows directly the addition of new 
processing functions. Like this:

XYZ.process.10.tx_myExt_someProc = xxx

But of course the plain old user functions should be possible as well:

XYZ.process.10.userFunc.myFunction = xxx

Masi




More information about the TYPO3-dev mailing list