◆ __construct()
Protected constructor to prevent creating a new instance of the Singleton via the new
operator from outside of this class.
◆ __clone()
Private clone method to prevent cloning of the instance of the Singleton instance.
- Returns
- void
- Exceptions
-
LogicException
◆ __wakeup()
Private unserialize method to prevent unserializing of the Singleton instance.
- Returns
- void
- Exceptions
-
LogicException
◆ get()
◆ getInstance()
Returns the Singleton instance of this class.
- Returns
- XoopsFormRenderer the singleton instance.
◆ set()
set the renderer
- Parameters
-
- Returns
- void
◆ $renderer
◆ NOT_PERMITTED
const NOT_PERMITTED = 'Not supported for Singleton' |
The documentation for this class was generated from the following file: