コード例 #1
0
ファイル: PwSeoBo.php プロジェクト: chendong0444/phpwind
 /**
  * @return PwSeoBo
  */
 public static function getInstance()
 {
     isset(self::$_instance) || (self::$_instance = new self());
     return self::$_instance;
 }