Class JTableContent
Content table
- JObject
 - 
			
			JTable
			
			 implements 
				JObservableInterface, 
			
				JTableInterface
			
			
		 - 
			
JTableContent			
			
			
		 
Deprecated: 3.1.4 Class will be removed upon completion of transition to UCM
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at legacy/table/content.php
Methods summary
				 public 
				
				
				
			 | 
			|
				 protected 
				string
				
				
			 | 
			
			#
			 _getAssetName( )
			Method to compute the default name of the asset. The default name is in the form table_name.id where id is the value of the primary key of the table.  | 
		
				 protected 
				string
				
				
			 | 
			|
				 protected 
				integer
				
				
			 | 
			
			#
			 _getAssetParentId( 
			Method to get the parent asset id for the record  | 
		
				 public 
				mixed
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 protected 
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			
Methods inherited from JTable
			_lock(), 
			_unlock(), 
			addIncludePath(), 
			appendPrimaryKeys(), 
			attachObserver(), 
			checkIn(), 
			checkOut(), 
			delete(), 
			getColumnAlias(), 
			getDbo(), 
			getFields(), 
			getInstance(), 
			getKeyName(), 
			getNextOrder(), 
			getObserverOfClass(), 
			getPrimaryKey(), 
			getRules(), 
			getTableName(), 
			hasPrimaryKey(), 
			hit(), 
			isCheckedOut(), 
			load(), 
			move(), 
			publish(), 
			reorder(), 
			reset(), 
			save(), 
			setColumnAlias(), 
			setDbo(), 
			setRules()
		
Methods inherited from JObject
			__toString(), 
			def(), 
			get(), 
			getError(), 
			getErrors(), 
			getProperties(), 
			set(), 
			setError(), 
			setProperties()
		
Magic methods summary
Properties summary
Properties inherited from JTable
			$_autoincrement, 
			$_columnAlias, 
			$_db, 
			$_jsonEncode, 
			$_locked, 
			$_observers, 
			$_rules, 
			$_tbl, 
			$_tbl_key, 
			$_tbl_keys, 
			$_trackAssets
		
