LEPTON CMS
7.2.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
lepton_singleton.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
26
trait
LEPTON_singleton
27
{
28
public
static
$instance;
29
34
public
static
function
getInstance()
35
{
36
if
(
null
=== static::$instance)
37
{
38
static::$instance =
new
static
( func_get_args() );
39
}
40
return
static::$instance;
41
}
42
}
LEPTON_singleton
trait LEPTON_singleton
Definition
lepton_singleton.php:27
SVN
upload
framework
classes
lepton_singleton.php
Generated by
1.10.0