コード例 #1
0
 /**
  * @return static
  */
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new static();
     }
     return self::$instance;
 }