Class Horde_Imsp_Options
	
	Horde_Imsp_Options Class - provides an interface to IMSP server-based
options storage.
Copyright 2004-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
	 
	
	
	Methods summary
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			array
			
			 | 
		#
		get( string $option )
			Function sends a GET command to IMSP server and retrieves values. 
			Function sends a GET command to IMSP server and retrieves values. Parameters
					$option<p>Name of option to retrieve. Accepts '*' as wild
                        card.</p>
Returns
					arrayHash containing option=>value pairs.
 Throws | 
	
		| 
			 public 
			
			
			 | 
		#
		set( string $option, string $value )
			Function sets an option value on the IMSP server. 
			Function sets an option value on the IMSP server. Parameters
					$option$name  Name of option to set.
$valueValue to assign.
Throws | 
	
		| 
			 public 
			
			
			 |  |