Difference between revisions of "PHPLights/Documentation/Interfaces/LsSingletonIface"
From Linuxnetworks
< PHPLights | Documentation | Interfaces
(initial) |
(update) |
||
| Line 3: | Line 3: | ||
interface LsSingletonIface | interface LsSingletonIface | ||
{ | { | ||
| − | public static function getInstance | + | public static function getInstance(); |
} | } | ||
| Line 12: | Line 12: | ||
=== getInstance() === | === getInstance() === | ||
| − | public static function getInstance | + | public static function getInstance(); |
---- | ---- | ||
Back to [[PHPLights/Documentation/Interfaces|Overview]] | Back to [[PHPLights/Documentation/Interfaces|Overview]] | ||
Latest revision as of 12:49, 6 October 2007
Synopsis
interface LsSingletonIface
{
public static function getInstance();
}
Description
Public functions
getInstance()
public static function getInstance();
Back to Overview