예제 #1
0
 public static function single()
 {
     return !isset(self::$example) ? self::$example = new self() : self::$example;
 }