示例#1
0
 public static function getInstance()
 {
     return self::$_instance ?: (self::$_instance = new self());
 }