Ejemplo n.º 1
0
 private static function getSingle()
 {
     self::$singleSelf or self::$singleSelf = new self();
     return self::$singleSelf;
 }