コード例 #1
0
ファイル: class-admin-menu.php プロジェクト: mladen/Inferno
 public static function getInstance()
 {
     if (null === self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }