[TYPO3-german] Per PHP jedes Content-Element um String erweitern?

Björn Pedersen pedersen at frm2.tum.de
Wed Oct 12 15:50:43 CEST 2011


Am 12.10.2011 15:39, schrieb Kay Strobach:
Probier mal:

	/**
	 * stdWrap post process hook
	 * can be used by extensions authors to modify the behaviour of stdWrap
functions to their needs
	 * this hook executes functions at after the content has been modified
by the rest of the stdWrap functions but still before debugging
	 *
	 * @param	string		Input value undergoing processing in these functions.
	 * @param	array		All stdWrap properties, not just the ones for a
particular function.
	 * @return	string		The processed input value
	 */
	public function stdWrap_stdWrapPostProcess($content = '', $conf =
array()) {

Damit solltest du einfacher zu Rande kommen.

Björn



More information about the TYPO3-german mailing list