Class clearFusionCMS
clearFusionCMS Class
Static clearFusionCMS application class.
- flApp
- 
			 clearFusionCMS clearFusionCMS
Copyright: Copyright (c) 2012 - 2015 clearFusionCMS. All rights reserved.
Located at system/app/clearFusionCMS.php
Methods summary
| 
				 public static
				 | |
| 
				 public static
				
				
				 | |
| 
				 public static
				 | |
| 
				 public static
				 | |
| 
				 public static
				 | |
| 
				 public static
				
				
				 | 
			#
			 setSite( string $site, string $displayName, string $twitterAccount = '' )Set the name of the active site. | 
| 
				 public static
				string
				
				 | |
| 
				 public static
				string
				
				 | |
| 
				 public static
				string
				
				 | |
| 
				 public static
				string
				
				 | |
| 
				 public static
				string
				
				 | |
| 
				 public static
				 | |
| 
				 public static
				 | 
			#
			 getMailer( )Get a mailer object to send system emails from with the sender and reply to addresses set from the site config. | 
| 
				 public static
				 | |
| 
				 public static
				
				
				 | 
			#
			 notify( integer $level, string $message, string $mention = '' )Send out a system notification event. | 
Methods inherited from flApp
				getCache(), 
				getCodeBuffer(), 
				getConfig(), 
				getController(), 
				getDb(), 
				getEventManager(), 
				getRequest(), 
				getResponse(), 
				getRouter(), 
				getSession(), 
				init(), 
				isConsole(), 
				run(), 
				setController(), 
				setInstance()
			
Properties summary
| 
				protected  
				 | $user The user object. | 
					#
					 null | 
| 
				protected  
				 | $userMgr The user manager object. | 
					#
					 null | 
| 
				protected  
				string
			 | $site The short name of the active site. | 
					#
					 null | 
| 
				protected  
				string
			 | $siteName The display name of the active site. | 
					#
					 null | 
| 
				protected  
				string
			 | $siteTwitter The twitter account attributed to the site. | 
					#
					 '' | 
| 
				protected  
				string
			 | $timezone The timezone. | 
					#
					 null | 
| 
				protected  
				string
			 | $sysTZ The system timezone. | 
					#
					 null | 
| 
				protected  
				array
			 | $configs Cache of flConfig objects. | 
					#
					 array() | 
| 
				protected  
				array
			 | $taskData Cache of task data. | 
					#
					 array() | 
Properties inherited from flApp
				$cache, 
				$cfg, 
				$codeBuffer, 
				$controller, 
				$db, 
				$eventManager, 
				$innerObjects, 
				$instance, 
				$request, 
				$response, 
				$router, 
				$session