Class cContentTypeUserForum
This class contains the features of the contenttype CMS_USERFORUM.
- cContentTypeAbstract
- 
			 cContentTypeAbstractTabbed cContentTypeAbstractTabbed
- 
			 cContentTypeUserForum cContentTypeUserForum
		
		
		
		Package: Plugin\UserForum
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Claus Schunk
Located at plugins/user_forum/classes/class.content.type.user_forum.php
	
	Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Claus Schunk
Located at plugins/user_forum/classes/class.content.type.user_forum.php
| 
			 public 
			
			
			 | 
		#
		 __construct( string $rawSettings, integer $id, array $contentTypes )Initialize class attributes and handles store events. | 
| 
			 public 
			string
			
			 | |
| 
			 private 
			string
			
			 | |
| 
			 private 
			
			
			 | |
| 
			 private 
			
			
			 | |
| 
			 private 
			 | 
		#
		 _getModEmail( )Builds a select element allowing to choose a single form that was created for the current client. | 
| 
			 public 
			string
			
			 | 
		#
		 generateViewCode( )Generates the code which should be shown if this content type is shown in the frontend. This code is cached. Thatfor ist no more than the initialisation of this class and the call of its method buildCode(). Otherwise the generated HTML would have been cached. | 
| 
			 public 
			string
			
			 | 
| 
			_generateActionCode(), 
			_generateTabMenuCode(), 
			_getRawSettings()
		 | 
| 
			SETTINGS_TYPE_PLAINTEXT, 
			SETTINGS_TYPE_XML
		 | 
| 
			$_cfg, 
			$_cfgClient, 
			$_client, 
			$_contentTypes, 
			$_formFields, 
			$_id, 
			$_idArt, 
			$_idArtLang, 
			$_idCat, 
			$_lang, 
			$_prefix, 
			$_rawSettings, 
			$_session, 
			$_settings, 
			$_settingsType, 
			$_type, 
			$_uploadPath, 
			$_useXHTML
		 |