diff --git a/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html b/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html index 24af8f17..485c8efd 100644 --- a/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html +++ b/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html @@ -624,10 +624,17 @@

+
+ addPlugin() + +  : void +
+
プラグインを追加する
+
addTheme() -  : mixed +  : void
テーマを追加する
@@ -708,6 +715,13 @@

認証サービスプロバイダ生成
+
+ getAvailableThemes() + +  : array<string|int, mixed> +
+
利用可能なテーマを取得する
+
getService() @@ -829,6 +843,13 @@

セッション認証のセットアップ
+
+ setupThemePlugin() + +  : void +
+
テーマが保有するプラグインのパスを追加する
+
siteRouting() @@ -968,6 +989,72 @@

-method -public " +> +

+ addPlugin() + + +

+ + +

プラグインを追加する

+ + + public + addPlugin(PluginApplicationInterface $app) : void + +
+
+ + +
Parameters
+
+
+ $app + : PluginApplicationInterface +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ checked +
+
+ + +
+
+ noTodo +
+
+ + +
+
+ + + + + +

addTheme() @@ -977,7 +1064,7 @@

@@ -985,14 +1072,12 @@

public - addTheme(PluginApplicationInterface $application) : mixed + addTheme(PluginApplicationInterface $application, array<string|int, mixed> $themes) : void
-

テーマ内のプラグインも追加する

-
- +

Parameters
@@ -1001,6 +1086,13 @@
Parameters
+
+
+ $themes + : array<string|int, mixed> +
+
+
@@ -1045,7 +1137,7 @@

@@ -1198,7 +1290,7 @@

@@ -1233,7 +1325,7 @@

@@ -1310,7 +1402,7 @@

@@ -1364,6 +1456,13 @@

+
+
+ unitTest +
+
+ +

@@ -1389,7 +1488,7 @@

@@ -1516,7 +1615,7 @@

@@ -1593,7 +1692,7 @@

@@ -1649,7 +1748,7 @@

@@ -1705,6 +1804,13 @@

+
+
+ unitTest +
+
+ +
@@ -1730,7 +1836,7 @@

@@ -1799,6 +1905,66 @@

Return values
AuthenticationServiceInterface + +
+

+ getAvailableThemes() + + +

+ + +

利用可能なテーマを取得する

+ + + public + getAvailableThemes() : array<string|int, mixed> + +
+
+ + + + +
+ Tags + + +
+
+
+ checked +
+
+ + +
+
+ noTodo +
+
+ + +
+
+ + + +
+
Return values
+ array<string|int, mixed> +
+
@@ -1979,7 +2145,7 @@

@@ -2215,7 +2381,7 @@

@@ -2303,7 +2469,7 @@

@@ -2380,7 +2546,7 @@

@@ -2471,7 +2637,7 @@

@@ -2554,7 +2720,7 @@

@@ -2620,7 +2786,7 @@

@@ -2699,7 +2865,7 @@

@@ -2785,7 +2951,7 @@

@@ -2866,7 +3032,7 @@

@@ -2939,7 +3105,7 @@

@@ -3002,7 +3168,7 @@

@@ -3086,7 +3252,7 @@

@@ -3148,6 +3314,72 @@

Return values
AuthenticationService +
+
+

+ setupThemePlugin() + + +

+ + +

テーマが保有するプラグインのパスを追加する

+ + + public + setupThemePlugin(array<string|int, mixed> $themes) : void + +
+
+ + +
Parameters
+
+
+ $themes + : array<string|int, mixed> +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ checked +
+
+ + +
+
+ noTodo +
+
+ + +
+
+ + + +
@@ -3217,6 +3449,13 @@
+
+
+ unitTest +
+
+ +
@@ -3242,7 +3481,7 @@

@@ -3322,7 +3561,7 @@

@@ -3409,7 +3648,7 @@

@@ -3454,7 +3693,7 @@

@@ -3629,6 +3868,7 @@

Return values
  • Methods