Class Response
Xoops service manager response object
An instance of this object is passed as the first argument to all contract provider methods. The contract provider should return values and error data in this object. The object is then the return value from the provider.
		
		
		Namespace: Xoops\Core\Service
Package: Xoops\Core
Category: Xoops\Core\Service\Response
Copyright: 2014 The XOOPS Project https://github.com/XOOPS/XoopsCore
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Service/Response.php
	
	Package: Xoops\Core
Category: Xoops\Core\Service\Response
Copyright: 2014 The XOOPS Project https://github.com/XOOPS/XoopsCore
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Service/Response.php
			 public 
			
			
			
		 | 
		
		#
		 __construct( mixed $value = null, boolean $success = true, mixed $errorMessage = null )
		__construct  | 
	
			 public 
			mixed
			
			
		 | 
		|
			 public 
			boolean
			
			
		 | 
		|
			 public 
			mixed
			
			
		 | 
		|
			 public 
			
		 | 
		|
			 public 
			
		 | 
		|
			 public 
			
		 | 
		
			protected  
			mixed
		 | 
		
				$value
			 $value - return value from Provider  | 
		
			 
				#
				 
		null
			 | 
	
			protected  
			boolean
		 | 
		
				$success
			 $success - success as determined by service manager or provider  | 
		
			 
				#
				 
		true
			 | 
	
			protected  
			mixed
		 | 
		
				$errorMessage
			 $errorMessage - error description(s) as returned by service manager or provider  | 
		
			 
				#
				 
		null
			 |