コード例 #1
0
ファイル: RepoGroup.php プロジェクト: GodelDesign/Godel
 /**
  * Set the singleton instance to a given object
  */
 static function setSingleton($instance)
 {
     self::$instance = $instance;
 }