[TYPO3-core] RFC: #15094: Refactor of content objects of tslib_content

Ingo Renner ingo at typo3.org
Wed Nov 24 15:34:46 CET 2010


Hi Steffen,


I haven't found any usage of

the protected $contentObject; property... can you confirm that this was 
overseen during review? If so, can you take care of removing that, please?

+++ typo3/sysext/cms/tslib/class.tslib_content.php	(revision )
@@ -231,8 +231,15 @@
   * @link 
http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&cHash=4ad9d7acb4
   */
  class tslib_cObj {
+	/**
+	 * @var tslib_content_abstract
+	 */
+	protected $contentObject;
+
  	var $align = array(
-		'center', 'right', 'left'
+		'center',
+		'right',
+		'left'
  	);

  	/**

best
Ingo

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code

TYPO3 - Open Source Enterprise Content Management System
http://typo3.org

Apache Solr for TYPO3 -
Open Source Enterprise Search meets Open Source Enterprise CMS
http://www.typo3-solr.com


More information about the TYPO3-team-core mailing list