| final | 
|---|
Factory to build handlers
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					static
					
				 | getInstance(): XoopsFormRenderer
		Returns the *Singleton* instance of this class.
	 Returns the Singleton instance of this class. Returnsthe singleton instance. | # | ||
| 
					
	protected
					
					
				 | __construct()
		Protected constructor to prevent creating a new instance of the
*Singleton* via the `new` operator from outside of this…
	 Protected constructor to prevent creating a new instance of the
Singleton via the  | # | ||
| 
					
	public
					
					
				 | __clone(): void
		Private clone method to prevent cloning of the instance of the
*Singleton* instance.
	 Private clone method to prevent cloning of the instance of the Singleton instance. Throws
 | # | ||
| 
					
	public
					
					
				 | __wakeup(): void
		Private unserialize method to prevent unserializing of the *Singleton*
instance.
	 Private unserialize method to prevent unserializing of the Singleton instance. Throws
 | # | ||
| 
					
	public
					
					
				 | set(XoopsFormRendererInterface $renderer): void
		set the renderer
	 set the renderer Parameters
 | # | ||
| 
					
	public
					
					
				 | get(): XoopsFormRendererInterface
		get the renderer
	 get the renderer | # | ||
| Constants | ||
|---|---|---|
| 
					
	public
				 | NOT_PERMITTED = 'Not supported for Singleton' | # | 
| Properties | |||
|---|---|---|---|
| 
	protected
					
					
				 | XoopsFormRendererInterface | $renderer
		The reference to *Singleton* instance of this class
	 The reference to Singleton instance of this class | # |