[TYPO3-core] RFC: #9318: Enhance and fix tslib_eidtools

Ingo Renner ingo at typo3.org
Fri Sep 12 19:18:43 CEST 2008


Hi Dmitry,

What is this?

+	private static function getTSFE() {
+		// Cached instance
+		static $tsfe = null;

You might want to put the $tsfe into the class scope instead of the 
method scope?! You can still have it private there if needed.


Ingo

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2


More information about the TYPO3-team-core mailing list