Class JTableObserverContenthistory
Table class supporting modified pre-order tree traversal behavior.
- JTableObserver implements JObserverInterface
- 
			 JTableObserverContenthistory JTableObserverContenthistory
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.2
Located at joomla/table/observer/contenthistory.php
Methods summary
| 
				 public static
				 | 
			#
			 createObserver( Creates the associated observer instance and attaches it to the $observableObject Creates the associated content history helper class instance $typeAlias can be of the form "{variableName}.type", automatically replacing {variableName} with table-instance variables variableName | 
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 protected 
				
				
				 | 
			#
			 parseTypeAlias( )Internal method Parses a TypeAlias of the form "{variableName}.type", replacing {variableName} with table-instance variables variableName Storing result into $this->contenthistoryHelper->typeAlias | 
Methods inherited from JTableObserver
			__construct(), 
			onAfterDelete(), 
			onAfterLoad(), 
			onBeforeLoad(), 
			onBeforeStore()
		
Magic methods summary
Properties summary
| 
				protected  
				 | $contenthistoryHelper | 
				#
				 Helper object for storing and deleting version history information associated with this table observer | 
| 
				protected  
				string
			 | $typeAliasPattern | 
				#
				 The pattern for this table's TypeAlias | 
| 
				public static 
				 | $_myTableForPregreplaceOnly | 
				#
				 Not public, so marking private and deprecated, but needed internally in parseTypeAlias for PHP < 5.4.0 as it's not passing context $this to closure function. | 
