diff --git a/5/plugin/reference/classes/BaserCore-Annotation-Checked.html b/5/plugin/reference/classes/BaserCore-Annotation-Checked.html index a448435d..afa22afe 100644 --- a/5/plugin/reference/classes/BaserCore-Annotation-Checked.html +++ b/5/plugin/reference/classes/BaserCore-Annotation-Checked.html @@ -387,6 +387,10 @@

  • Controller +
  • +
  • + Event +
  • Model diff --git a/5/plugin/reference/classes/BaserCore-Annotation-Doc.html b/5/plugin/reference/classes/BaserCore-Annotation-Doc.html index 7b9e43a8..8cfb9c4c 100644 --- a/5/plugin/reference/classes/BaserCore-Annotation-Doc.html +++ b/5/plugin/reference/classes/BaserCore-Annotation-Doc.html @@ -387,6 +387,10 @@

  • Controller +
  • +
  • + Event +
  • Model diff --git a/5/plugin/reference/classes/BaserCore-Annotation-NoTodo.html b/5/plugin/reference/classes/BaserCore-Annotation-NoTodo.html index 939c047c..802a24ac 100644 --- a/5/plugin/reference/classes/BaserCore-Annotation-NoTodo.html +++ b/5/plugin/reference/classes/BaserCore-Annotation-NoTodo.html @@ -387,6 +387,10 @@

  • Controller +
  • +
  • + Event +
  • Model diff --git a/5/plugin/reference/classes/BaserCore-Annotation-Note.html b/5/plugin/reference/classes/BaserCore-Annotation-Note.html index 00b6f946..371f2a11 100644 --- a/5/plugin/reference/classes/BaserCore-Annotation-Note.html +++ b/5/plugin/reference/classes/BaserCore-Annotation-Note.html @@ -387,6 +387,10 @@

  • Controller +
  • +
  • + Event +
  • Model diff --git a/5/plugin/reference/classes/BaserCore-Annotation-UnitTest.html b/5/plugin/reference/classes/BaserCore-Annotation-UnitTest.html index 8d630d19..c7426b10 100644 --- a/5/plugin/reference/classes/BaserCore-Annotation-UnitTest.html +++ b/5/plugin/reference/classes/BaserCore-Annotation-UnitTest.html @@ -387,6 +387,10 @@

  • Controller +
  • +
  • + Event +
  • Model diff --git a/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html b/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html new file mode 100644 index 00000000..2fa4d2d4 --- /dev/null +++ b/5/plugin/reference/classes/BaserCore-BaserCorePlugin.html @@ -0,0 +1,3483 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
    +

    baserCMS クラスリファレンス

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + BaserCorePlugin + + + extends BcPlugin + + +
    + in package + +
    + + + implements + AuthenticationServiceProviderInterface + +

    + +
    + + +
    + + + +

    Class plugin

    + + + + + + +

    + Table of Contents + + +

    + + + +

    + Interfaces + + +

    +
    +
    AuthenticationServiceProviderInterface
    + + + + + + +

    + Properties + + +

    +
    +
    + $currentSite + +  : null +
    +
    現在のサイト +キャッシュ用
    + +
    + $migrations + +  : Migrations +
    + +
    + +

    + Methods + + +

    +
    +
    + addTheme() + +  : mixed +
    +
    テーマを追加する
    + +
    + applyAsTheme() + +  : mixed +
    +
    テーマを適用する
    + +
    + bootstrap() + +  : void +
    +
    bootstrap
    + +
    + clearCurrentSite() + +  : void +
    +
    カレントサイトを初期化する
    + +
    + console() + +  : CommandCollection +
    +
    コマンド定義
    + +
    + contentsRoutingForReverse() + +  : RouteBuilder +
    +
    コンテンツ管理ルーティング
    + +
    + createAssetsSymlink() + +  : bool +
    +
    プラグインアセットのシンボリックリンクを作成する
    + +
    + execScript() + +  : bool +
    +
    アップデートスクリプトを実行する
    + +
    + execUpdater() + +  : mixed +
    +
    アップデートプログラムを実行する
    + +
    + frontPageRouting() + +  : RouteBuilder +
    +
    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
    + +
    + getAuthenticationService() + +  : AuthenticationServiceInterface +
    +
    認証サービスプロバイダ生成
    + +
    + getService() + +  : array<string|int, mixed>|mixed|object +
    +
    Get Service
    + +
    + getUpdaters() + +  : array<string|int, mixed> +
    +
    アップデータのパスを取得する
    + +
    + getUpdateScriptMessages() + +  : array<string|int, mixed> +
    +
    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
    + +
    + hasService() + +  : bool +
    +
    Has Service
    + +
    + initialize() + +  : void +
    +
    Initialize
    + +
    + install() + +  : bool +
    +
    プラグインをインストールする
    + +
    + isRequiredAuthentication() + +  : bool +
    +
    認証が必要か判定する
    + +
    + loadPlugin() + +  : bool +
    +
    プラグインを読み込む
    + +
    + middleware() + +  : MiddlewareQueue +
    +
    Setup the middleware queue your application will use.
    + +
    + migrate() + +  : mixed +
    +
    マイグレーションを実行する
    + +
    + prefixRouting() + +  : RouteBuilder +
    +
    プラグインの管理画面用ルーティング
    + +
    + rollbackDb() + +  : bool +
    +
    プラグインのテーブルをリセットする
    + +
    + routes() + +  : void +
    +
    Routes
    + +
    + services() + +  : void +
    +
    services
    + +
    + setupDefaultTemplatesPath() + +  : mixed +
    +
    デフォルトテンプレートを設定する
    + +
    + setupJwtAuth() + +  : AuthenticationService +
    +
    JWT 認証のセットアップ
    + +
    + setupSessionAuth() + +  : AuthenticationService +
    +
    セッション認証のセットアップ
    + +
    + siteRouting() + +  : RouteBuilder +
    +
    サブサイトのプラグイン用ルーティング
    + +
    + uninstall() + +  : bool +
    +
    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
    + +
    + updateDateNow() + +  : void +
    +
    対象のフィールドを現在の日付に更新する
    + +
    + updateDefaultData() + +  : void +
    +
    初期データ読み込み時の更新処理
    + +
    + getSkipCsrfUrl() + +  : array<string|int, mixed> +
    +
    Web API のPOST送信において CSRF をスキップするURLについて、 +Router で変換した上で取得
    + +
    + + + + + + + +
    +

    + Properties + + +

    +
    +

    + $currentSite + + + + +

    + + +

    現在のサイト +キャッシュ用

    + + + public + static null + $currentSite + = null + + + + + +
    +
    +

    + $migrations + + + + +

    + + + + + public + Migrations + $migrations + + + + + + +
    +
    + +
    +

    + Methods + + +

    +
    +

    + addTheme() + + +

    + + +

    テーマを追加する

    + + + public + addTheme(PluginApplicationInterface $application) : mixed + +
    +
    +

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

    +
    + +
    Parameters
    +
    +
    + $application + : PluginApplicationInterface +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + noTodo +
    +
    + + +
    +
    + checked +
    +
    + + +
    +
    + + +
    +
    +

    + applyAsTheme() + + +

    + + +

    テーマを適用する

    + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
    +
    + +
    Parameters
    +
    +
    + $site + : Site +
    +
    + +
    +
    + $theme + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + + +
    +
    +

    + bootstrap() + + +

    + + +

    bootstrap

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

    + clearCurrentSite() + + +

    + + +

    カレントサイトを初期化する

    + + + public + clearCurrentSite() : void + +
    +
    + + + + + +
    +
    +

    + console() + + +

    + + +

    コマンド定義

    + + + public + console(CommandCollection $commands) : CommandCollection + +
    +
    + +
    Parameters
    +
    +
    + $commands + : CommandCollection +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + CommandCollection +
    + +
    +
    +

    + contentsRoutingForReverse() + + +

    + + +

    コンテンツ管理ルーティング

    + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
    +
    +

    リバースルーティングのために必要

    +
    + +
    Parameters
    +
    +
    + $routes + : RouteBuilder +
    +
    + +
    +
    + $plugin + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + RouteBuilder +
    + +
    +
    + + + +

    プラグインアセットのシンボリックリンクを作成する

    + + + public + createAssetsSymlink() : bool + +
    +
    + + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + execScript() + + +

    + + +

    アップデートスクリプトを実行する

    + + + public + execScript(string $__version) : bool + +
    +
    + +
    Parameters
    +
    +
    + $__version + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + execUpdater() + + +

    + + +

    アップデートプログラムを実行する

    + + + public + execUpdater() : mixed + +
    +
    + + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + + +
    +
    +

    + frontPageRouting() + + +

    + + +

    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

    + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
    +
    +

    BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

    +
    + +
    Parameters
    +
    +
    + $routes + : RouteBuilder +
    +
    + +
    +
    + $plugin + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + RouteBuilder +
    + +
    +
    +

    + getAuthenticationService() + + +

    + + +

    認証サービスプロバイダ生成

    + + + public + getAuthenticationService(ServerRequestInterface $request) : AuthenticationServiceInterface + +
    +
    +
      +
    • インストール前の場合は、設定なしで、Session のみ読み込む +(インストールの動作テストを複数回行う場合にセッションが残ってしまい内部的なエラーを吐いてしまうため)
    • +
    +
    + +
    Parameters
    +
    +
    + $request + : ServerRequestInterface +
    +
    +

    Request

    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + AuthenticationServiceInterface +
    + +
    +
    +

    + getService() + + +

    + + +

    Get Service

    + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
    +
    + +
    Parameters
    +
    +
    + $service + : +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + array<string|int, mixed>|mixed|object +
    + +
    +
    +

    + getUpdaters() + + +

    + + +

    アップデータのパスを取得する

    + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
    +
    + +
    Parameters
    +
    +
    + $name + : mixed + = ''
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + array<string|int, mixed> + — +

    $updates

    +
    + +
    + +
    +
    +

    + getUpdateScriptMessages() + + +

    + + +

    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

    + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
    +
    +

    戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

    +
    + +
    Parameters
    +
    +
    + $name + : mixed + = ''
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + array<string|int, mixed> + — +

    $messages

    +
    + +
    + +
    +
    +

    + hasService() + + +

    + + +

    Has Service

    + + + public + hasService( $service) : bool + +
    +
    + +
    Parameters
    +
    +
    + $service + : +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + initialize() + + +

    + + +

    Initialize

    + + + public + initialize() : void + +
    +
    + + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + + +
    +
    +

    + install() + + +

    + + +

    プラグインをインストールする

    + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
    +
    +

    マイグレーションファイルを読み込み、 plugins テーブルに登録する

    +
    + +
    Parameters
    +
    +
    + $options + : array<string|int, mixed> + = []
    +
    +
      +
    • +plugin : プラグイン名
    • +
    • +connection : コネクション名
    • +
    • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
    • +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + unitTest +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + checked +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + isRequiredAuthentication() + + +

    + + +

    認証が必要か判定する

    + + + public + isRequiredAuthentication(array<string|int, mixed> $authSetting) : bool + +
    +
    + +
    Parameters
    +
    +
    + $authSetting + : array<string|int, mixed> +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + loadPlugin() + + +

    + + +

    プラグインを読み込む

    + + + public + loadPlugin(PluginApplicationInterface $application, string $plugin, mixed $priority) : bool + +
    +
    + +
    Parameters
    +
    +
    + $application + : PluginApplicationInterface +
    +
    + +
    +
    + $plugin + : string +
    +
    + +
    +
    + $priority + : mixed +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + unitTest +
    +
    + + +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + middleware() + + +

    + + +

    Setup the middleware queue your application will use.

    + + + public + middleware(MiddlewareQueue $middlewareQueue) : MiddlewareQueue + +
    +
    + +
    Parameters
    +
    +
    + $middlewareQueue + : MiddlewareQueue +
    +
    +

    The middleware queue to setup.

    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + MiddlewareQueue + — +

    The updated middleware queue.

    +
    + +
    + +
    +
    +

    + migrate() + + +

    + + +

    マイグレーションを実行する

    + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
    +
    + +
    Parameters
    +
    +
    + $options + : array<string|int, mixed> + = []
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + + +
    +
    +

    + prefixRouting() + + +

    + + +

    プラグインの管理画面用ルーティング

    + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
    +
    +

    プラグイン名がダッシュ区切りの場合

    +
    + +
    Parameters
    +
    +
    + $routes + : RouteBuilder +
    +
    + +
    +
    + $plugin + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + RouteBuilder +
    + +
    +
    +

    + rollbackDb() + + +

    + + +

    プラグインのテーブルをリセットする

    + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
    +
    + +
    Parameters
    +
    +
    + $options + : array<string|int, mixed> + = []
    +
    +
      +
    • +plugin : プラグイン名
    • +
    • +connection : コネクション名
    • +
    • +target : ロールバック対象バージョン
    • +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + routes() + + +

    + + +

    Routes

    + + + public + routes(RouteBuilder $routes) : void + +
    +
    +

    次のルートを設定するが、未インストール時はインストーラーのみ設定し他はスキップする。

    +

    コンテンツルーティング

    +

    /*

    +

    管理画面ダッシュボード

    +

    /baser/admin

    +

    JWTトークン検証用

    +

    /baser/api/baser-core/.well-known/jwks.json

    +
    + +
    Parameters
    +
    +
    + $routes + : RouteBuilder +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + + +
    +
    +

    + services() + + +

    + + +

    services

    + + + public + services(ContainerInterface $container) : void + +
    +
    + +
    Parameters
    +
    +
    + $container + : ContainerInterface +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + + +
    +
    +

    + setupDefaultTemplatesPath() + + +

    + + +

    デフォルトテンプレートを設定する

    + + + public + setupDefaultTemplatesPath() : mixed + +
    +
    + + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + + +
    +
    +

    + setupJwtAuth() + + +

    + + +

    JWT 認証のセットアップ

    + + + public + setupJwtAuth(AuthenticationService $service, array<string|int, mixed> $authSetting, string $prefix) : AuthenticationService + +
    +
    + +
    Parameters
    +
    +
    + $service + : AuthenticationService +
    +
    + +
    +
    + $authSetting + : array<string|int, mixed> +
    +
    + +
    +
    + $prefix + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + AuthenticationService +
    + +
    +
    +

    + setupSessionAuth() + + +

    + + +

    セッション認証のセットアップ

    + + + public + setupSessionAuth(AuthenticationService $service, array<string|int, mixed> $authSetting) : AuthenticationService + +
    +
    + +
    Parameters
    +
    +
    + $service + : AuthenticationService +
    +
    + +
    +
    + $authSetting + : array<string|int, mixed> +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + AuthenticationService +
    + +
    +
    +

    + siteRouting() + + +

    + + +

    サブサイトのプラグイン用ルーティング

    + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
    +
    +

    プラグイン名がダッシュ区切りの場合

    +
    + +
    Parameters
    +
    +
    + $routes + : RouteBuilder +
    +
    + +
    +
    + $plugin + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + +
    +
    Return values
    + RouteBuilder +
    + +
    +
    +

    + uninstall() + + +

    + + +

    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

    + + + public + uninstall([mixed $options = [] ]) : bool + +
    +
    + +
    Parameters
    +
    +
    + $options + : mixed + = []
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + unitTest +
    +
    + + +
    +
    + +
    +
    Return values
    + bool +
    + +
    +
    +

    + updateDateNow() + + +

    + + +

    対象のフィールドを現在の日付に更新する

    + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
    +
    + +
    Parameters
    +
    +
    + $table + : string +
    +
    + +
    +
    + $fields + : array<string|int, mixed> +
    +
    + +
    +
    + $conditions + : array<string|int, mixed> + = []
    +
    + +
    +
    + $options + : array<string|int, mixed> + = []
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + checked +
    +
    + + +
    +
    + noTodo +
    +
    + + +
    +
    + + +
    +
    +

    + updateDefaultData() + + +

    + + +

    初期データ読み込み時の更新処理

    + + + public + updateDefaultData([array<string|int, mixed> $options = [] ]) : void + +
    +
    + +
    Parameters
    +
    +
    + $options + : array<string|int, mixed> + = []
    +
    + +
    +
    + + + + +
    +
    +

    + getSkipCsrfUrl() + + +

    + + +

    Web API のPOST送信において CSRF をスキップするURLについて、 +Router で変換した上で取得

    + + + protected + getSkipCsrfUrl() : array<string|int, mixed> + +
    +
    + + + +
    + Tags + + +
    +
    +
    + noTodo +
    +
    + + +
    +
    + checked +
    +
    + + +
    +
    + +
    +
    Return values
    + array<string|int, mixed> +
    + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/5/plugin/reference/classes/BaserCore-BcPlugin.html b/5/plugin/reference/classes/BaserCore-BcPlugin.html index 5178353f..2d85a265 100644 --- a/5/plugin/reference/classes/BaserCore-BcPlugin.html +++ b/5/plugin/reference/classes/BaserCore-BcPlugin.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1002,7 +1006,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Command-ComposerCommand.html b/5/plugin/reference/classes/BaserCore-Command-ComposerCommand.html index 7fc999b2..13dd9c4e 100644 --- a/5/plugin/reference/classes/BaserCore-Command-ComposerCommand.html +++ b/5/plugin/reference/classes/BaserCore-Command-ComposerCommand.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Command-CreateReleaseCommand.html b/5/plugin/reference/classes/BaserCore-Command-CreateReleaseCommand.html index ed6fb01b..848080b0 100644 --- a/5/plugin/reference/classes/BaserCore-Command-CreateReleaseCommand.html +++ b/5/plugin/reference/classes/BaserCore-Command-CreateReleaseCommand.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Command-SetupInstallCommand.html b/5/plugin/reference/classes/BaserCore-Command-SetupInstallCommand.html index 6fbf3dcb..4a60e86c 100644 --- a/5/plugin/reference/classes/BaserCore-Command-SetupInstallCommand.html +++ b/5/plugin/reference/classes/BaserCore-Command-SetupInstallCommand.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Command-SetupTestCommand.html b/5/plugin/reference/classes/BaserCore-Command-SetupTestCommand.html index a6df1e68..4c0b9ed4 100644 --- a/5/plugin/reference/classes/BaserCore-Command-SetupTestCommand.html +++ b/5/plugin/reference/classes/BaserCore-Command-SetupTestCommand.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Command-UpdateCommand.html b/5/plugin/reference/classes/BaserCore-Command-UpdateCommand.html index b4fced16..9127307a 100644 --- a/5/plugin/reference/classes/BaserCore-Command-UpdateCommand.html +++ b/5/plugin/reference/classes/BaserCore-Command-UpdateCommand.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-BcAdminAppController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-BcAdminAppController.html index 5e5573b8..73661f25 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-BcAdminAppController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-BcAdminAppController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentFoldersController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentFoldersController.html index 9af9bb53..98e46065 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentFoldersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentFoldersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentsController.html index 585a562c..021f0a20 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-ContentsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-DashboardController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-DashboardController.html index 59555aae..5d516495 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-DashboardController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-DashboardController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-DblogsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-DblogsController.html index 9789f182..156bdc6b 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-DblogsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-DblogsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PagesController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PagesController.html index 67a6e9d6..a76ac88a 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PagesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PagesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PasswordRequestsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PasswordRequestsController.html index 6f41952c..47ff1cf4 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PasswordRequestsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PasswordRequestsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionGroupsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionGroupsController.html index d89f7be4..bf7adb16 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionGroupsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionGroupsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionsController.html index e2569db5..afa9f382 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PermissionsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PluginsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PluginsController.html index 519220d4..65f09498 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PluginsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PluginsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -665,7 +669,7 @@

      beforeFilter() -  : Response|void|null +  : Response|void
      Before Filter
      @@ -728,7 +732,7 @@

      install() -  : mixed +  : Response|void|null
      インストール
      @@ -1335,7 +1339,7 @@

      @@ -1491,7 +1495,7 @@

      @@ -1499,7 +1503,7 @@

      public - beforeFilter(EventInterface $event) : Response|void|null + beforeFilter(EventInterface $event) : Response|void
      @@ -1549,7 +1553,7 @@

      Return values
      - Response|void|null + Response|void
      @@ -1641,7 +1645,7 @@

      @@ -1808,7 +1812,7 @@

      @@ -2172,7 +2176,7 @@

      @@ -2180,7 +2184,7 @@

      public - install(PluginsAdminServiceInterface $service, string $name) : mixed + install(PluginsAdminServiceInterface $service, string $name) : Response|void|null
      @@ -2235,7 +2239,11 @@

      - +
      +
      Return values
      + Response|void|null +
      +
      @@ -2663,7 +2671,7 @@

      @@ -2751,7 +2759,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-PreviewController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-PreviewController.html index ac11704b..127b8e34 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-PreviewController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-PreviewController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1583,7 +1587,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-SiteConfigsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-SiteConfigsController.html index c4c025cc..e461caa9 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-SiteConfigsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-SiteConfigsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-SitesController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-SitesController.html index f1db9d0c..9bdd8b0d 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-SitesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-SitesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-ThemesController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-ThemesController.html index ff03ea61..a71b55c2 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-ThemesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-ThemesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -552,7 +556,7 @@

      @@ -1310,7 +1314,7 @@

      @@ -1318,7 +1322,7 @@

      public - add(ThemesServiceInterface $service) : mixed + add(ThemesServiceInterface|ThemesService $service) : mixed
      @@ -1327,7 +1331,7 @@

      Parameters
      $service - : ThemesServiceInterface + : ThemesServiceInterface|ThemesService
      @@ -1463,7 +1467,7 @@

      @@ -1471,7 +1475,7 @@

      public - apply(ThemesServiceInterface $service, string $theme) : void + apply(ThemesServiceInterface|ThemesService $service, string $theme) : void
      @@ -1480,7 +1484,7 @@

      Parameters
      $service - : ThemesServiceInterface + : ThemesServiceInterface|ThemesService
      @@ -1688,7 +1692,7 @@

      @@ -1765,7 +1769,7 @@

      @@ -1930,7 +1934,7 @@

      @@ -1993,7 +1997,7 @@

      ThemesController.php : - 187 + 207 @@ -2063,7 +2067,7 @@

      @@ -2281,7 +2285,7 @@

      @@ -2413,7 +2417,7 @@

      @@ -2673,7 +2677,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-UpdatersController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-UpdatersController.html index 41ac897e..d9099812 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-UpdatersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-UpdatersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-UserGroupsController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-UserGroupsController.html index 7a5d58e5..fedc12a0 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-UserGroupsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-UserGroupsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-UsersController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-UsersController.html index 15cedccf..585b7c52 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-UsersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-UsersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Admin-UtilitiesController.html b/5/plugin/reference/classes/BaserCore-Controller-Admin-UtilitiesController.html index d2a19fca..198dd4db 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Admin-UtilitiesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Admin-UtilitiesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-AnalyseController.html b/5/plugin/reference/classes/BaserCore-Controller-AnalyseController.html index 95fbdec2..002ab695 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-AnalyseController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-AnalyseController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -551,7 +555,7 @@

      @@ -832,7 +836,7 @@

      @@ -860,7 +864,7 @@

      @@ -1743,7 +1747,7 @@

      @@ -2645,7 +2649,7 @@

      @@ -2734,7 +2738,7 @@

      @@ -2810,7 +2814,7 @@

      @@ -2892,7 +2896,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-BcAdminApiController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-BcAdminApiController.html index 660dfee2..ba3a0fec 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-BcAdminApiController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-BcAdminApiController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentFoldersController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentFoldersController.html index 611c0d60..01562c84 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentFoldersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentFoldersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentsController.html index 44fb37db..d0d3bbf6 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ContentsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1348,7 +1352,7 @@

      public - add_alias(ContentsServiceInterface $service) : void + add_alias(ContentsServiceInterface|ContentsService $service) : void
      @@ -1357,7 +1361,7 @@

      Parameters
      $service - : ContentsServiceInterface + : ContentsServiceInterface|ContentsService
      diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-DblogsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-DblogsController.html index 36034f05..6671459d 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-DblogsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-DblogsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-JwksController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-JwksController.html index 7ffd7e53..d53e54a2 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-JwksController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-JwksController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PagesController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PagesController.html index 2f58aaab..f729420e 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PagesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PagesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionGroupsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionGroupsController.html index 50eb714f..75064202 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionGroupsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionGroupsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionsController.html index 2498bb83..2db54d1c 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PermissionsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PluginsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PluginsController.html index 519628da..4597a2e1 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PluginsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-PluginsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SiteConfigsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SiteConfigsController.html index 660834fe..11bb95a7 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SiteConfigsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SiteConfigsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SitesController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SitesController.html index f189af5e..eb720e04 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SitesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-SitesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ThemesController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ThemesController.html index ee87b4d5..c500060f 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ThemesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-ThemesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UserGroupsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UserGroupsController.html index 8812dda4..f361a6d9 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UserGroupsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UserGroupsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UsersController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UsersController.html index 50de1a32..a301f831 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UsersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UsersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UtilitiesController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UtilitiesController.html index 325a3376..12056ad4 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UtilitiesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-Admin-UtilitiesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-BcApiController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-BcApiController.html index 8bfc7344..7e58a825 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-BcApiController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-BcApiController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-ContentFoldersController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-ContentFoldersController.html index 13173dbb..44a5b697 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-ContentFoldersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-ContentFoldersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-ContentsController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-ContentsController.html index cc5039a0..078ffe09 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-ContentsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-ContentsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Api-PagesController.html b/5/plugin/reference/classes/BaserCore-Controller-Api-PagesController.html index 54a7b8d9..4d1a8b10 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Api-PagesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Api-PagesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-AppController.html b/5/plugin/reference/classes/BaserCore-Controller-AppController.html index e9351007..6ef78c53 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-AppController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-AppController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-BcErrorController.html b/5/plugin/reference/classes/BaserCore-Controller-BcErrorController.html index d831d78f..bdac87ec 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-BcErrorController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-BcErrorController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-BcFormController.html b/5/plugin/reference/classes/BaserCore-Controller-BcFormController.html index 9d6b2aca..c737c4ac 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-BcFormController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-BcFormController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-BcFrontAppController.html b/5/plugin/reference/classes/BaserCore-Controller-BcFrontAppController.html index 71a1c9f1..327c83d3 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-BcFrontAppController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-BcFrontAppController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Component-BcAdminContentsComponent.html b/5/plugin/reference/classes/BaserCore-Controller-Component-BcAdminContentsComponent.html index c6903653..941bd5d4 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Component-BcAdminContentsComponent.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Component-BcAdminContentsComponent.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Component-BcFrontContentsComponent.html b/5/plugin/reference/classes/BaserCore-Controller-Component-BcFrontContentsComponent.html index 88f06ed3..af118ed0 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Component-BcFrontContentsComponent.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Component-BcFrontContentsComponent.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-Component-BcMessageComponent.html b/5/plugin/reference/classes/BaserCore-Controller-Component-BcMessageComponent.html index 7f7e4457..17ac7f46 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-Component-BcMessageComponent.html +++ b/5/plugin/reference/classes/BaserCore-Controller-Component-BcMessageComponent.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-ContentFoldersController.html b/5/plugin/reference/classes/BaserCore-Controller-ContentFoldersController.html index c79ee19a..b8b5cb58 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-ContentFoldersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-ContentFoldersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-MaintenanceController.html b/5/plugin/reference/classes/BaserCore-Controller-MaintenanceController.html index 40e9a22c..c777baa7 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-MaintenanceController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-MaintenanceController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-PagesController.html b/5/plugin/reference/classes/BaserCore-Controller-PagesController.html index 0e8399f8..6dd453a1 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-PagesController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-PagesController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-PasswordRequestsController.html b/5/plugin/reference/classes/BaserCore-Controller-PasswordRequestsController.html index 7ec1396a..2193f270 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-PasswordRequestsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-PasswordRequestsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-UploadsController.html b/5/plugin/reference/classes/BaserCore-Controller-UploadsController.html index 293ee1a6..2b00b033 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-UploadsController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-UploadsController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Controller-UsersController.html b/5/plugin/reference/classes/BaserCore-Controller-UsersController.html index 4e367365..a360ef9d 100644 --- a/5/plugin/reference/classes/BaserCore-Controller-UsersController.html +++ b/5/plugin/reference/classes/BaserCore-Controller-UsersController.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Database-Migration-BcMigration.html b/5/plugin/reference/classes/BaserCore-Database-Migration-BcMigration.html index db073e18..90002dad 100644 --- a/5/plugin/reference/classes/BaserCore-Database-Migration-BcMigration.html +++ b/5/plugin/reference/classes/BaserCore-Database-Migration-BcMigration.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Database-Migration-BcSeed.html b/5/plugin/reference/classes/BaserCore-Database-Migration-BcSeed.html index 90c489b5..b86d4226 100644 --- a/5/plugin/reference/classes/BaserCore-Database-Migration-BcSeed.html +++ b/5/plugin/reference/classes/BaserCore-Database-Migration-BcSeed.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Database-Schema-BcSchema.html b/5/plugin/reference/classes/BaserCore-Database-Schema-BcSchema.html index 2ac1baa1..4168d1f3 100644 --- a/5/plugin/reference/classes/BaserCore-Database-Schema-BcSchema.html +++ b/5/plugin/reference/classes/BaserCore-Database-Schema-BcSchema.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Error-BcException.html b/5/plugin/reference/classes/BaserCore-Error-BcException.html index 6c29f9cd..1ae78d31 100644 --- a/5/plugin/reference/classes/BaserCore-Error-BcException.html +++ b/5/plugin/reference/classes/BaserCore-Error-BcException.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Error-BcExceptionRenderer.html b/5/plugin/reference/classes/BaserCore-Error-BcExceptionRenderer.html index ddc2c7f0..3c4ab379 100644 --- a/5/plugin/reference/classes/BaserCore-Error-BcExceptionRenderer.html +++ b/5/plugin/reference/classes/BaserCore-Error-BcExceptionRenderer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Error-BcFormFailedException.html b/5/plugin/reference/classes/BaserCore-Error-BcFormFailedException.html index a6f5a31b..3a2652d6 100644 --- a/5/plugin/reference/classes/BaserCore-Error-BcFormFailedException.html +++ b/5/plugin/reference/classes/BaserCore-Error-BcFormFailedException.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcContainerEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcContainerEventListener.html index 6ec6db0d..0572fd76 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcContainerEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcContainerEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcContentsEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcContentsEventListener.html index 6922ca0a..a908fd25 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcContentsEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcContentsEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -719,7 +723,7 @@

      @@ -753,7 +757,7 @@

      @@ -787,7 +791,7 @@

      @@ -1151,7 +1155,7 @@

      @@ -1432,7 +1436,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcControllerEventDispatcher.html b/5/plugin/reference/classes/BaserCore-Event-BcControllerEventDispatcher.html index a67c38d7..314f0645 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcControllerEventDispatcher.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcControllerEventDispatcher.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcControllerEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcControllerEventListener.html index 2da1a4a2..302ff543 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcControllerEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcControllerEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -695,7 +699,7 @@

      @@ -763,7 +767,7 @@

      @@ -802,7 +806,7 @@

      @@ -932,7 +936,7 @@

      @@ -1001,7 +1005,7 @@

      @@ -1058,7 +1062,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcher.html b/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcher.html index 8a815528..a2154b34 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcher.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcher.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcherTrait.html b/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcherTrait.html index dde5353e..b6d49737 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcherTrait.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcEventDispatcherTrait.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcEventListener.html index 82d3f8ac..57d202f8 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -551,7 +555,7 @@

      @@ -688,7 +692,7 @@

      @@ -722,7 +726,7 @@

      @@ -756,7 +760,7 @@

      @@ -795,7 +799,7 @@

      @@ -848,7 +852,7 @@

      @@ -917,7 +921,7 @@

      @@ -974,7 +978,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcHelperEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcHelperEventListener.html index 48a0fda2..254dca8f 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcHelperEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcHelperEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -704,7 +708,7 @@

      @@ -772,7 +776,7 @@

      @@ -811,7 +815,7 @@

      @@ -864,7 +868,7 @@

      @@ -933,7 +937,7 @@

      @@ -990,7 +994,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcMailerEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcMailerEventListener.html index ffa4ab83..f1e01b85 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcMailerEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcMailerEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -700,7 +704,7 @@

      @@ -768,7 +772,7 @@

      @@ -807,7 +811,7 @@

      @@ -860,7 +864,7 @@

      @@ -929,7 +933,7 @@

      @@ -986,7 +990,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcModelEventDispatcher.html b/5/plugin/reference/classes/BaserCore-Event-BcModelEventDispatcher.html index 5cc3ca78..82a01014 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcModelEventDispatcher.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcModelEventDispatcher.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcModelEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcModelEventListener.html index d7d1e2bf..98f08f36 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcModelEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcModelEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -681,7 +685,7 @@

      @@ -749,7 +753,7 @@

      @@ -788,7 +792,7 @@

      @@ -841,7 +845,7 @@

      @@ -910,7 +914,7 @@

      @@ -967,7 +971,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Event-BcShortCodeEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcShortCodeEventListener.html index 157696ec..d627999d 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcShortCodeEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcShortCodeEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcViewEventDispatcher.html b/5/plugin/reference/classes/BaserCore-Event-BcViewEventDispatcher.html index 44279cc8..0fc36c6b 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcViewEventDispatcher.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcViewEventDispatcher.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Event-BcViewEventListener.html b/5/plugin/reference/classes/BaserCore-Event-BcViewEventListener.html index 8dc34960..9f93cd59 100644 --- a/5/plugin/reference/classes/BaserCore-Event-BcViewEventListener.html +++ b/5/plugin/reference/classes/BaserCore-Event-BcViewEventListener.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -681,7 +685,7 @@

      @@ -749,7 +753,7 @@

      @@ -788,7 +792,7 @@

      @@ -841,7 +845,7 @@

      @@ -910,7 +914,7 @@

      @@ -967,7 +971,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Form-ContentsSearchForm.html b/5/plugin/reference/classes/BaserCore-Form-ContentsSearchForm.html index 70b30da2..11b8bed4 100644 --- a/5/plugin/reference/classes/BaserCore-Form-ContentsSearchForm.html +++ b/5/plugin/reference/classes/BaserCore-Form-ContentsSearchForm.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Identifier-Resolver-PrefixOrmResolver.html b/5/plugin/reference/classes/BaserCore-Identifier-Resolver-PrefixOrmResolver.html index a0c2d5ef..eb6129ad 100644 --- a/5/plugin/reference/classes/BaserCore-Identifier-Resolver-PrefixOrmResolver.html +++ b/5/plugin/reference/classes/BaserCore-Identifier-Resolver-PrefixOrmResolver.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Mailer-Admin-BcAdminMailer.html b/5/plugin/reference/classes/BaserCore-Mailer-Admin-BcAdminMailer.html index e2077875..e71984f7 100644 --- a/5/plugin/reference/classes/BaserCore-Mailer-Admin-BcAdminMailer.html +++ b/5/plugin/reference/classes/BaserCore-Mailer-Admin-BcAdminMailer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Mailer-Admin-PasswordRequestMailer.html b/5/plugin/reference/classes/BaserCore-Mailer-Admin-PasswordRequestMailer.html index dab90d1d..77eedbc3 100644 --- a/5/plugin/reference/classes/BaserCore-Mailer-Admin-PasswordRequestMailer.html +++ b/5/plugin/reference/classes/BaserCore-Mailer-Admin-PasswordRequestMailer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Mailer-BcMailer.html b/5/plugin/reference/classes/BaserCore-Mailer-BcMailer.html index 6138495e..0970fb79 100644 --- a/5/plugin/reference/classes/BaserCore-Mailer-BcMailer.html +++ b/5/plugin/reference/classes/BaserCore-Mailer-BcMailer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Middleware-BcAdminMiddleware.html b/5/plugin/reference/classes/BaserCore-Middleware-BcAdminMiddleware.html index e273b933..084c9b14 100644 --- a/5/plugin/reference/classes/BaserCore-Middleware-BcAdminMiddleware.html +++ b/5/plugin/reference/classes/BaserCore-Middleware-BcAdminMiddleware.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Middleware-BcFrontMiddleware.html b/5/plugin/reference/classes/BaserCore-Middleware-BcFrontMiddleware.html index d9600fd2..f59130cc 100644 --- a/5/plugin/reference/classes/BaserCore-Middleware-BcFrontMiddleware.html +++ b/5/plugin/reference/classes/BaserCore-Middleware-BcFrontMiddleware.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectMainSiteMiddleware.html b/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectMainSiteMiddleware.html index 1ceb78c1..1f743b0f 100644 --- a/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectMainSiteMiddleware.html +++ b/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectMainSiteMiddleware.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -631,7 +635,7 @@

      @@ -675,6 +679,13 @@

      +
      +
      + noTodo +
      +
      + +
    • diff --git a/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectSubSiteMiddleware.html b/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectSubSiteMiddleware.html index 7b7a72b5..2a050539 100644 --- a/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectSubSiteMiddleware.html +++ b/5/plugin/reference/classes/BaserCore-Middleware-BcRedirectSubSiteMiddleware.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Middleware-BcRequestFilterMiddleware.html b/5/plugin/reference/classes/BaserCore-Middleware-BcRequestFilterMiddleware.html index 54a39e5d..682a1c0e 100644 --- a/5/plugin/reference/classes/BaserCore-Middleware-BcRequestFilterMiddleware.html +++ b/5/plugin/reference/classes/BaserCore-Middleware-BcRequestFilterMiddleware.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -611,13 +615,6 @@

      管理画面のURLかどうかを判定
      -
      - isAsset() - -  : bool -
      -
      アセットのURLかどうかを判定
      -
      isInstall() @@ -691,7 +688,7 @@

      @@ -767,7 +764,7 @@

      @@ -831,7 +828,7 @@

      @@ -884,82 +881,6 @@

      -
      -

    • - -
      -
      Return values
      - bool -
      - -
    • -
      -

      - isAsset() - - -

      - - -

      アセットのURLかどうかを判定

      - - - public - isAsset(ServerRequestInterface $request) : bool - -
      -
      - -
      Parameters
      -
      -
      - $request - : ServerRequestInterface -
      -
      -

      リクエスト

      -
      - -
      -
      - - -
      - Tags - - -
      -
      -
      - checked -
      -
      - - -
      -
      - noTodo -
      -
      - - -
      -
      - unitTest -
      -
      - -
      @@ -983,7 +904,7 @@

      @@ -1060,7 +981,7 @@

      @@ -1136,7 +1057,7 @@

      @@ -1213,7 +1134,7 @@

      @@ -1368,7 +1289,7 @@

      @@ -1548,7 +1469,6 @@

      Return values
    • addDetectors()
    • getDetectorConfigs()
    • isAdmin()
    • -
    • isAsset()
    • isInstall()
    • isMaintenance()
    • isPage()
    • diff --git a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcContentsBehavior.html b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcContentsBehavior.html index 0fa4497e..4bc888ea 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcContentsBehavior.html +++ b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcContentsBehavior.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcKeyValueBehavior.html b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcKeyValueBehavior.html index 075529f8..44a8ad36 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcKeyValueBehavior.html +++ b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcKeyValueBehavior.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcUploadBehavior.html b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcUploadBehavior.html index c2d86ed3..69737458 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Behavior-BcUploadBehavior.html +++ b/5/plugin/reference/classes/BaserCore-Model-Behavior-BcUploadBehavior.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Content.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Content.html index 0008bcc8..a7058274 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Content.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Content.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-ContentFolder.html b/5/plugin/reference/classes/BaserCore-Model-Entity-ContentFolder.html index b79e6e7d..d5d4b247 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-ContentFolder.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-ContentFolder.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Dblog.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Dblog.html index ba4f7aa7..b510f50a 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Dblog.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Dblog.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Page.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Page.html index cdae1b20..53348a70 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Page.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Page.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-PasswordRequest.html b/5/plugin/reference/classes/BaserCore-Model-Entity-PasswordRequest.html index 05ca7ec7..3e2f4138 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-PasswordRequest.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-PasswordRequest.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Permission.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Permission.html index 0768c773..14dc4fc7 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Permission.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Permission.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-PermissionGroup.html b/5/plugin/reference/classes/BaserCore-Model-Entity-PermissionGroup.html index 838255f8..c04aac19 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-PermissionGroup.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-PermissionGroup.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Plugin.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Plugin.html index 117fb471..cce86491 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Plugin.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Plugin.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-Site.html b/5/plugin/reference/classes/BaserCore-Model-Entity-Site.html index ab0d156b..dbb3f05f 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-Site.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-Site.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -552,7 +556,7 @@

      @@ -725,6 +729,13 @@

      URLが存在するか確認
      +
      + getAppliedTheme() + +  : string +
      +
      サイトに適用されているテーマを取得する
      +
      getMain() @@ -1466,7 +1477,7 @@

      @@ -1505,7 +1516,7 @@

      @@ -1564,6 +1575,44 @@

      Return values
      bool +

    • +
      +

      + getAppliedTheme() + + +

      + + +

      サイトに適用されているテーマを取得する

      + + + public + getAppliedTheme() : string + +
      +
      +

      自身に設定されていない場合は親サイトをたどって取得する

      +
      + + + + +
      +
      Return values
      + string +
      +
      @@ -1643,7 +1692,7 @@

      @@ -1717,7 +1766,7 @@

      @@ -1794,7 +1843,7 @@

      @@ -1870,7 +1919,7 @@

      @@ -1934,7 +1983,7 @@

      @@ -1998,7 +2047,7 @@

      @@ -2189,6 +2238,7 @@

      Return values
      • existsUrl()
      • +
      • getAppliedTheme()
      • getMain()
      • getPureUrl()
      • makeUrl()
      • diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-SiteConfig.html b/5/plugin/reference/classes/BaserCore-Model-Entity-SiteConfig.html index f77d8154..e08287f3 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-SiteConfig.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-SiteConfig.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-User.html b/5/plugin/reference/classes/BaserCore-Model-Entity-User.html index 069ecc43..7ee23c9a 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-User.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-User.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Entity-UserGroup.html b/5/plugin/reference/classes/BaserCore-Model-Entity-UserGroup.html index 14fec202..51747f41 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Entity-UserGroup.html +++ b/5/plugin/reference/classes/BaserCore-Model-Entity-UserGroup.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-AppTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-AppTable.html index d461bf55..aed56d1f 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-AppTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-AppTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-ContentFoldersTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-ContentFoldersTable.html index db54f4bc..3502eb60 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-ContentFoldersTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-ContentFoldersTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-ContentsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-ContentsTable.html index 79f9b3aa..a231f5d9 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-ContentsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-ContentsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-DblogsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-DblogsTable.html index 17afaca1..ddc33daf 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-DblogsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-DblogsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-Exception-CopyFailedException.html b/5/plugin/reference/classes/BaserCore-Model-Table-Exception-CopyFailedException.html index abc5047c..9facdb01 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-Exception-CopyFailedException.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-Exception-CopyFailedException.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-LoginStoresTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-LoginStoresTable.html index 4b6ac1b8..1e9350b8 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-LoginStoresTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-LoginStoresTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-PagesTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-PagesTable.html index 16670b2e..da851d91 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-PagesTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-PagesTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-PasswordRequestsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-PasswordRequestsTable.html index 4300003d..08a1521b 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-PasswordRequestsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-PasswordRequestsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-PermissionGroupsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-PermissionGroupsTable.html index 822d13c6..2b491174 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-PermissionGroupsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-PermissionGroupsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-PermissionsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-PermissionsTable.html index a4d72013..44f5ad3b 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-PermissionsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-PermissionsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-PluginsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-PluginsTable.html index 20b112e9..bec7b036 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-PluginsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-PluginsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-SiteConfigsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-SiteConfigsTable.html index 9fd139c7..a690c1d5 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-SiteConfigsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-SiteConfigsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-SitesTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-SitesTable.html index e8d07d45..49e03f90 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-SitesTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-SitesTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-UserGroupsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-UserGroupsTable.html index 2fb2c13e..b7e6de92 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-UserGroupsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-UserGroupsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model @@ -1197,7 +1201,7 @@

        @@ -1405,7 +1409,7 @@

        @@ -1794,7 +1798,7 @@

        diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-UsersTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-UsersTable.html index 31eb77b1..9031704b 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-UsersTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-UsersTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Table-UsersUserGroupsTable.html b/5/plugin/reference/classes/BaserCore-Model-Table-UsersUserGroupsTable.html index fa1e964a..4571758b 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Table-UsersUserGroupsTable.html +++ b/5/plugin/reference/classes/BaserCore-Model-Table-UsersUserGroupsTable.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Validation-BcValidation.html b/5/plugin/reference/classes/BaserCore-Model-Validation-BcValidation.html index 9e108ca6..fe9a8fcc 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Validation-BcValidation.html +++ b/5/plugin/reference/classes/BaserCore-Model-Validation-BcValidation.html @@ -387,6 +387,10 @@

      • Controller +
      • +
      • + Event +
      • Model @@ -685,6 +689,13 @@

        半角チェック
        +
        + hexColorPlus() + +  : bool +
        +
        16進数カラーコードチェック
        +
        maxByte() @@ -1904,6 +1915,82 @@
        +
        + + +
        +
        Return values
        + bool +
        + +

    • +
      +

      + hexColorPlus() + + +

      + + +

      16進数カラーコードチェック

      + + + public + static hexColorPlus(string $value) : bool + +
      +
      + +
      Parameters
      +
      +
      + $value + : string +
      +
      +

      対象となる値

      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + notodo +
      +
      + + +
      +
      + unitTest +
      +
      + +
      @@ -2691,6 +2778,7 @@
      Return values
    • fileCheck()
    • fileExt()
    • halfText()
    • +
    • hexColorPlus()
    • maxByte()
    • maxLength()
    • minLength()
    • diff --git a/5/plugin/reference/classes/BaserCore-Model-Validation-PageValidation.html b/5/plugin/reference/classes/BaserCore-Model-Validation-PageValidation.html index 11efcb5d..892f384a 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Validation-PageValidation.html +++ b/5/plugin/reference/classes/BaserCore-Model-Validation-PageValidation.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Validation-SiteConfigValidation.html b/5/plugin/reference/classes/BaserCore-Model-Validation-SiteConfigValidation.html index e729d1bb..b8a9cab1 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Validation-SiteConfigValidation.html +++ b/5/plugin/reference/classes/BaserCore-Model-Validation-SiteConfigValidation.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Validation-SiteValidation.html b/5/plugin/reference/classes/BaserCore-Model-Validation-SiteValidation.html index cda03eca..b31a7d16 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Validation-SiteValidation.html +++ b/5/plugin/reference/classes/BaserCore-Model-Validation-SiteValidation.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Model-Validation-UserValidation.html b/5/plugin/reference/classes/BaserCore-Model-Validation-UserValidation.html index 702785e5..5e9c4394 100644 --- a/5/plugin/reference/classes/BaserCore-Model-Validation-UserValidation.html +++ b/5/plugin/reference/classes/BaserCore-Model-Validation-UserValidation.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Routing-Route-BcContentsRoute.html b/5/plugin/reference/classes/BaserCore-Routing-Route-BcContentsRoute.html index c32ed495..a0c523bd 100644 --- a/5/plugin/reference/classes/BaserCore-Routing-Route-BcContentsRoute.html +++ b/5/plugin/reference/classes/BaserCore-Routing-Route-BcContentsRoute.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppService.html index d6a290cb..6b093a52 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppServiceInterface.html index 9aa54cc1..8e63e577 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminAppServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminContentsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminContentsServiceInterface.html index cedb4e4d..f4b9a8cd 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminContentsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-BcAdminContentsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminService.html index 9f059a9f..0a805e70 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminServiceInterface.html index 93dd3809..bf548d92 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentFoldersAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminService.html index 04de6e63..adc32e68 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1300,7 +1304,7 @@

      @@ -1382,7 +1386,7 @@

      @@ -1463,7 +1467,7 @@

      @@ -1537,7 +1541,7 @@

      @@ -1710,7 +1714,7 @@

      @@ -1787,7 +1791,7 @@

      @@ -1861,7 +1865,7 @@

      @@ -1940,7 +1944,7 @@

      @@ -2012,7 +2016,7 @@

      @@ -2091,7 +2095,7 @@

      @@ -2174,7 +2178,7 @@

      @@ -2410,7 +2414,7 @@

      @@ -2478,7 +2482,7 @@

      @@ -2560,7 +2564,7 @@

      @@ -2624,7 +2628,7 @@

      @@ -2691,7 +2695,7 @@

      @@ -2765,7 +2769,7 @@

      @@ -2910,7 +2914,7 @@

      @@ -2984,7 +2988,7 @@

      @@ -3136,7 +3140,7 @@

      @@ -3210,7 +3214,7 @@

      @@ -3284,7 +3288,7 @@

      @@ -3369,7 +3373,7 @@

      @@ -3443,7 +3447,7 @@

      @@ -3591,7 +3595,7 @@

      @@ -3665,7 +3669,7 @@

      @@ -3739,7 +3743,7 @@

      @@ -3895,7 +3899,7 @@

      @@ -3976,7 +3980,7 @@

      @@ -4114,7 +4118,7 @@

      @@ -4224,7 +4228,7 @@

      @@ -4545,7 +4549,7 @@

      @@ -4628,7 +4632,7 @@

      @@ -4702,7 +4706,7 @@

      @@ -4850,7 +4854,7 @@

      @@ -4937,7 +4941,7 @@

      @@ -5086,7 +5090,7 @@

      @@ -5171,7 +5175,7 @@

      @@ -5245,7 +5249,7 @@

      @@ -5314,7 +5318,7 @@

      @@ -5398,7 +5402,7 @@

      @@ -5472,7 +5476,7 @@

      @@ -5553,7 +5557,7 @@

      @@ -5631,7 +5635,7 @@

      @@ -5709,7 +5713,7 @@

      @@ -5782,7 +5786,7 @@

      @@ -5860,7 +5864,7 @@

      @@ -5948,7 +5952,7 @@

      @@ -6029,7 +6033,7 @@

      @@ -6103,7 +6107,7 @@

      @@ -6177,7 +6181,7 @@

      @@ -6413,7 +6417,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminServiceInterface.html index 0930dd64..bd37b1f3 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ContentsAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminService.html index a03a243c..61b48943 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminServiceInterface.html index f38ae384..30d3cf0a 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-DashboardAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminService.html index 7e9ec34d..0bc38c09 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminServiceInterface.html index ed904f8c..297896e6 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PagesAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminService.html index eac0a2ba..e9739d24 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminServiceInterface.html index 98b6ae15..2e9b75d3 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionGroupsAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminService.html index ee960f3d..e9fe88a5 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminServiceInterface.html index 99517fee..e3b3c4dc 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PermissionsAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminService.html index 139b816d..7705e641 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -855,7 +859,7 @@

      @@ -927,7 +931,7 @@

      @@ -987,7 +991,7 @@

      @@ -1083,7 +1087,7 @@

      @@ -1159,7 +1163,7 @@

      @@ -1229,7 +1233,7 @@

      @@ -1310,7 +1314,7 @@

      @@ -1398,7 +1402,7 @@

      @@ -1472,7 +1476,7 @@

      @@ -1540,7 +1544,7 @@

      @@ -1614,7 +1618,7 @@

      @@ -1671,7 +1675,7 @@

      @@ -1746,7 +1750,7 @@

      @@ -1820,7 +1824,7 @@

      @@ -1898,7 +1902,7 @@

      @@ -1972,7 +1976,7 @@

      @@ -2036,7 +2040,7 @@

      @@ -2248,7 +2252,7 @@

      @@ -2544,7 +2548,7 @@

      @@ -2646,7 +2650,7 @@

      @@ -2791,7 +2795,7 @@

      @@ -2876,7 +2880,7 @@

      @@ -2953,7 +2957,7 @@

      @@ -3038,7 +3042,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminServiceInterface.html index ecdd8c8c..4f61fb23 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-PluginsAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminService.html index 86ff0467..ea21b459 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminServiceInterface.html index c865dc3b..6ae8e177 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-SiteConfigsAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminService.html index 2c20a488..279fa9a8 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminServiceInterface.html index 8ebe0c9b..bb021275 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-SitesAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminService.html index 94601d09..14a39c6e 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -844,7 +848,7 @@

      @@ -929,7 +933,7 @@

      @@ -1010,7 +1014,7 @@

      @@ -1084,7 +1088,7 @@

      ThemesService.php : - 440 + 463 @@ -1148,7 +1152,7 @@

      @@ -1222,7 +1226,7 @@

      @@ -1515,7 +1519,7 @@

      @@ -1801,7 +1805,7 @@

      @@ -1879,7 +1883,7 @@

      @@ -1960,7 +1964,7 @@

      @@ -2034,7 +2038,7 @@

      @@ -2122,7 +2126,7 @@

      @@ -2182,7 +2186,7 @@

      @@ -2263,7 +2267,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminServiceInterface.html index 66fc453f..8ebeeec1 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-ThemesAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminService.html index 482d4ca0..71ea7999 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminServiceInterface.html index fc5dac91..57cb88d4 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-UsersAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminService.html b/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminService.html index 3e554a38..2581fee9 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminServiceInterface.html index 71e77097..edf38fa1 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Admin-UtilitiesAdminServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-AppService.html b/5/plugin/reference/classes/BaserCore-Service-AppService.html index 53a649b7..ca7ca4af 100644 --- a/5/plugin/reference/classes/BaserCore-Service-AppService.html +++ b/5/plugin/reference/classes/BaserCore-Service-AppService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-AppServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-AppServiceInterface.html index bfabd1b9..1b7dafd7 100644 --- a/5/plugin/reference/classes/BaserCore-Service-AppServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-AppServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-BcCaptchaService.html b/5/plugin/reference/classes/BaserCore-Service-BcCaptchaService.html index 9b411e45..44b5fa08 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcCaptchaService.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcCaptchaService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-BcCaptchaServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-BcCaptchaServiceInterface.html index 7f476e81..ce805270 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcCaptchaServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcCaptchaServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-BcDatabaseService.html b/5/plugin/reference/classes/BaserCore-Service-BcDatabaseService.html index a61e46f0..9f55f7df 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcDatabaseService.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcDatabaseService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1168,7 +1172,7 @@

      @@ -1269,7 +1273,7 @@

      @@ -1413,7 +1417,7 @@

      @@ -1494,7 +1498,7 @@

      @@ -1663,7 +1667,7 @@

      @@ -1818,7 +1822,7 @@

      @@ -1899,7 +1903,7 @@

      @@ -1980,7 +1984,7 @@

      @@ -2056,7 +2060,7 @@

      @@ -2198,7 +2202,7 @@

      @@ -2416,7 +2420,7 @@

      @@ -2490,7 +2494,7 @@

      @@ -2570,7 +2574,7 @@

      @@ -2739,7 +2743,7 @@

      @@ -2813,7 +2817,7 @@

      @@ -3137,7 +3141,7 @@

      @@ -3221,7 +3225,7 @@

      @@ -3383,7 +3387,7 @@

      @@ -3453,7 +3457,7 @@

      @@ -3534,7 +3538,7 @@

      @@ -3587,7 +3591,7 @@

      @@ -3673,7 +3677,7 @@

      @@ -3763,7 +3767,7 @@

      @@ -3846,7 +3850,7 @@

      @@ -3920,7 +3924,7 @@

      @@ -3994,7 +3998,7 @@

      @@ -4173,7 +4177,7 @@

      @@ -4247,7 +4251,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-BcDatabaseServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-BcDatabaseServiceInterface.html index 5a065729..c5f3d85e 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcDatabaseServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcDatabaseServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiService.html b/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiService.html index c3251b53..68e1ab89 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiService.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiServiceInterface.html index b22e0065..0a3a8ebf 100644 --- a/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-BcOfficialApiServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-ContentFoldersService.html b/5/plugin/reference/classes/BaserCore-Service-ContentFoldersService.html index cb2881a6..2b0d8507 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ContentFoldersService.html +++ b/5/plugin/reference/classes/BaserCore-Service-ContentFoldersService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-ContentFoldersServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-ContentFoldersServiceInterface.html index 62d875cb..6d907cdf 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ContentFoldersServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-ContentFoldersServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-ContentsService.html b/5/plugin/reference/classes/BaserCore-Service-ContentsService.html index dac0e25d..ebadb2ec 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ContentsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-ContentsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1275,7 +1279,7 @@

      @@ -1357,7 +1361,7 @@

      @@ -1438,7 +1442,7 @@

      @@ -1512,7 +1516,7 @@

      @@ -1685,7 +1689,7 @@

      @@ -1762,7 +1766,7 @@

      @@ -1836,7 +1840,7 @@

      @@ -1915,7 +1919,7 @@

      @@ -1987,7 +1991,7 @@

      @@ -2066,7 +2070,7 @@

      @@ -2149,7 +2153,7 @@

      @@ -2385,7 +2389,7 @@

      @@ -2453,7 +2457,7 @@

      @@ -2535,7 +2539,7 @@

      @@ -2599,7 +2603,7 @@

      @@ -2666,7 +2670,7 @@

      @@ -2740,7 +2744,7 @@

      @@ -2885,7 +2889,7 @@

      @@ -2959,7 +2963,7 @@

      @@ -3111,7 +3115,7 @@

      @@ -3185,7 +3189,7 @@

      @@ -3259,7 +3263,7 @@

      @@ -3344,7 +3348,7 @@

      @@ -3418,7 +3422,7 @@

      @@ -3566,7 +3570,7 @@

      @@ -3640,7 +3644,7 @@

      @@ -3714,7 +3718,7 @@

      @@ -3870,7 +3874,7 @@

      @@ -3951,7 +3955,7 @@

      @@ -4025,7 +4029,7 @@

      @@ -4135,7 +4139,7 @@

      @@ -4220,7 +4224,7 @@

      @@ -4303,7 +4307,7 @@

      @@ -4377,7 +4381,7 @@

      @@ -4525,7 +4529,7 @@

      @@ -4612,7 +4616,7 @@

      @@ -4697,7 +4701,7 @@

      @@ -4782,7 +4786,7 @@

      @@ -4856,7 +4860,7 @@

      @@ -4925,7 +4929,7 @@

      @@ -5009,7 +5013,7 @@

      @@ -5083,7 +5087,7 @@

      @@ -5164,7 +5168,7 @@

      @@ -5242,7 +5246,7 @@

      @@ -5320,7 +5324,7 @@

      @@ -5393,7 +5397,7 @@

      @@ -5471,7 +5475,7 @@

      @@ -5559,7 +5563,7 @@

      @@ -5640,7 +5644,7 @@

      @@ -5714,7 +5718,7 @@

      @@ -5788,7 +5792,7 @@

      @@ -5876,7 +5880,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-ContentsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-ContentsServiceInterface.html index ac1c8fe9..1d76f49a 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ContentsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-ContentsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-CrudBaseServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-CrudBaseServiceInterface.html index 10b5de5f..51fdfa9c 100644 --- a/5/plugin/reference/classes/BaserCore-Service-CrudBaseServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-CrudBaseServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-DblogsService.html b/5/plugin/reference/classes/BaserCore-Service-DblogsService.html index 6b14c1cd..6ae7d6ae 100644 --- a/5/plugin/reference/classes/BaserCore-Service-DblogsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-DblogsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-DblogsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-DblogsServiceInterface.html index 275d5f4e..d98f31c0 100644 --- a/5/plugin/reference/classes/BaserCore-Service-DblogsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-DblogsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsService.html b/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsService.html index 5fae8403..14b5969a 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsServiceInterface.html index 5348692d..449c3965 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-BcFrontContentsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontService.html b/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontService.html index 85e60c25..be7c6a44 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -1628,7 +1632,7 @@

      @@ -2030,7 +2034,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontServiceInterface.html index 7d8aaef6..1477bef9 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-ContentFoldersFrontServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontService.html b/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontService.html index 5b0e0cc5..d72c9b25 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontService.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontServiceInterface.html index ed653f39..89263f72 100644 --- a/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-Front-PagesFrontServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PagesService.html b/5/plugin/reference/classes/BaserCore-Service-PagesService.html index 064455e8..12979c3c 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PagesService.html +++ b/5/plugin/reference/classes/BaserCore-Service-PagesService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PagesServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-PagesServiceInterface.html index 16e24e23..3cf18632 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PagesServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-PagesServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsService.html b/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsService.html index fbaff7c7..886a4627 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsServiceInterface.html index ca0b21e9..f23ccb54 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-PermissionGroupsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PermissionsService.html b/5/plugin/reference/classes/BaserCore-Service-PermissionsService.html index 0d746df6..9fe82c4b 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PermissionsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-PermissionsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PermissionsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-PermissionsServiceInterface.html index c5951f7d..9f0305ca 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PermissionsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-PermissionsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PluginsService.html b/5/plugin/reference/classes/BaserCore-Service-PluginsService.html index fe6c3d2d..043fc28e 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PluginsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-PluginsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -554,7 +558,7 @@

      @@ -852,7 +856,7 @@

      @@ -891,7 +895,7 @@

      @@ -951,7 +955,7 @@

      @@ -1047,7 +1051,7 @@

      @@ -1123,7 +1127,7 @@

      @@ -1193,7 +1197,7 @@

      @@ -1274,7 +1278,7 @@

      @@ -1362,7 +1366,7 @@

      @@ -1436,7 +1440,7 @@

      @@ -1504,7 +1508,7 @@

      @@ -1578,7 +1582,7 @@

      @@ -1635,7 +1639,7 @@

      @@ -1710,7 +1714,7 @@

      @@ -1784,7 +1788,7 @@

      @@ -1862,7 +1866,7 @@

      @@ -1936,7 +1940,7 @@

      @@ -2000,7 +2004,7 @@

      @@ -2148,7 +2152,7 @@

      @@ -2296,7 +2300,7 @@

      @@ -2398,7 +2402,7 @@

      @@ -2455,7 +2459,7 @@

      @@ -2540,7 +2544,7 @@

      @@ -2617,7 +2621,7 @@

      @@ -2702,7 +2706,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-PluginsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-PluginsServiceInterface.html index b032c064..f0c365ed 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PluginsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-PluginsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-PreviewServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-PreviewServiceInterface.html index a3fb3840..c691a998 100644 --- a/5/plugin/reference/classes/BaserCore-Service-PreviewServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-PreviewServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-SiteConfigsService.html b/5/plugin/reference/classes/BaserCore-Service-SiteConfigsService.html index 1eb59cda..0a601976 100644 --- a/5/plugin/reference/classes/BaserCore-Service-SiteConfigsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-SiteConfigsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-SiteConfigsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-SiteConfigsServiceInterface.html index 9068f008..4e8e41fa 100644 --- a/5/plugin/reference/classes/BaserCore-Service-SiteConfigsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-SiteConfigsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-SitesService.html b/5/plugin/reference/classes/BaserCore-Service-SitesService.html index 2d3dad25..30948c24 100644 --- a/5/plugin/reference/classes/BaserCore-Service-SitesService.html +++ b/5/plugin/reference/classes/BaserCore-Service-SitesService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-SitesServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-SitesServiceInterface.html index e5496dae..73e586b3 100644 --- a/5/plugin/reference/classes/BaserCore-Service-SitesServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-SitesServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-ThemesService.html b/5/plugin/reference/classes/BaserCore-Service-ThemesService.html index f1d0c078..ee6298f5 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ThemesService.html +++ b/5/plugin/reference/classes/BaserCore-Service-ThemesService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -836,7 +840,7 @@

      @@ -921,7 +925,7 @@

      @@ -1002,7 +1006,7 @@

      @@ -1076,7 +1080,7 @@

      ThemesService.php : - 440 + 463 @@ -1140,7 +1144,7 @@

      @@ -1214,7 +1218,7 @@

      @@ -1507,7 +1511,7 @@

      @@ -1719,7 +1723,7 @@

      @@ -1797,7 +1801,7 @@

      @@ -1878,7 +1882,7 @@

      @@ -1952,7 +1956,7 @@

      @@ -2040,7 +2044,7 @@

      @@ -2100,7 +2104,7 @@

      @@ -2181,7 +2185,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-Service-ThemesServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-ThemesServiceInterface.html index e526d57b..d05b7cb6 100644 --- a/5/plugin/reference/classes/BaserCore-Service-ThemesServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-ThemesServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UserGroupsService.html b/5/plugin/reference/classes/BaserCore-Service-UserGroupsService.html index c9fd6b58..75cadd95 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UserGroupsService.html +++ b/5/plugin/reference/classes/BaserCore-Service-UserGroupsService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UserGroupsServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-UserGroupsServiceInterface.html index 5c187932..df8c1d0e 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UserGroupsServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-UserGroupsServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UsersService.html b/5/plugin/reference/classes/BaserCore-Service-UsersService.html index 14c944ec..31ff86aa 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UsersService.html +++ b/5/plugin/reference/classes/BaserCore-Service-UsersService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UsersServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-UsersServiceInterface.html index e139636b..9e1dec86 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UsersServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-UsersServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UtilitiesService.html b/5/plugin/reference/classes/BaserCore-Service-UtilitiesService.html index 5a164a0e..5b19d34b 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UtilitiesService.html +++ b/5/plugin/reference/classes/BaserCore-Service-UtilitiesService.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Service-UtilitiesServiceInterface.html b/5/plugin/reference/classes/BaserCore-Service-UtilitiesServiceInterface.html index 1aaac4a1..4be54cb1 100644 --- a/5/plugin/reference/classes/BaserCore-Service-UtilitiesServiceInterface.html +++ b/5/plugin/reference/classes/BaserCore-Service-UtilitiesServiceInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-ServiceProvider-BcServiceProvider.html b/5/plugin/reference/classes/BaserCore-ServiceProvider-BcServiceProvider.html index 9b234d2b..4752877c 100644 --- a/5/plugin/reference/classes/BaserCore-ServiceProvider-BcServiceProvider.html +++ b/5/plugin/reference/classes/BaserCore-ServiceProvider-BcServiceProvider.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-TestSuite-BcEventListenerMock.html b/5/plugin/reference/classes/BaserCore-TestSuite-BcEventListenerMock.html index 4995c949..3913fd1a 100644 --- a/5/plugin/reference/classes/BaserCore-TestSuite-BcEventListenerMock.html +++ b/5/plugin/reference/classes/BaserCore-TestSuite-BcEventListenerMock.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-TestSuite-BcTestCase.html b/5/plugin/reference/classes/BaserCore-TestSuite-BcTestCase.html index ffec8cf8..03ee770c 100644 --- a/5/plugin/reference/classes/BaserCore-TestSuite-BcTestCase.html +++ b/5/plugin/reference/classes/BaserCore-TestSuite-BcTestCase.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -627,7 +631,7 @@

      $BaserCore -  : Plugin +  : Plugin
      @@ -1003,7 +1007,7 @@

      public - Plugin + Plugin $BaserCore diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcAbstractDetector.html b/5/plugin/reference/classes/BaserCore-Utility-BcAbstractDetector.html index c32be4b2..aa3c3bc3 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcAbstractDetector.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcAbstractDetector.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcAgent.html b/5/plugin/reference/classes/BaserCore-Utility-BcAgent.html index f69bb189..b275006a 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcAgent.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcAgent.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcApiUtil.html b/5/plugin/reference/classes/BaserCore-Utility-BcApiUtil.html index 5a48a84d..d923df6b 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcApiUtil.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcApiUtil.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcComposer.html b/5/plugin/reference/classes/BaserCore-Utility-BcComposer.html index 28876a63..816d2229 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcComposer.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcComposer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcContainer.html b/5/plugin/reference/classes/BaserCore-Utility-BcContainer.html index 07f1b656..fec081e9 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcContainer.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcContainer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcContainerTrait.html b/5/plugin/reference/classes/BaserCore-Utility-BcContainerTrait.html index 3824fe6e..aa2dc4d5 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcContainerTrait.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcContainerTrait.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcEvent.html b/5/plugin/reference/classes/BaserCore-Utility-BcEvent.html index 3f6a2a17..4f450cbd 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcEvent.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcEvent.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcFile.html b/5/plugin/reference/classes/BaserCore-Utility-BcFile.html index 61f83c94..54cad640 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcFile.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcFile.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcFileUploader.html b/5/plugin/reference/classes/BaserCore-Utility-BcFileUploader.html index 25ecd228..93770a50 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcFileUploader.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcFileUploader.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcFolder.html b/5/plugin/reference/classes/BaserCore-Utility-BcFolder.html index 4cea74a5..f0219c01 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcFolder.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcFolder.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcGmaps.html b/5/plugin/reference/classes/BaserCore-Utility-BcGmaps.html index 0a3619d0..f35d0298 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcGmaps.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcGmaps.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcLang.html b/5/plugin/reference/classes/BaserCore-Utility-BcLang.html index 7ae3cc6a..ca71e83a 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcLang.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcLang.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcPluginUtil.html b/5/plugin/reference/classes/BaserCore-Utility-BcPluginUtil.html index 3d4c45c7..47461ce3 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcPluginUtil.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcPluginUtil.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcSiteConfig.html b/5/plugin/reference/classes/BaserCore-Utility-BcSiteConfig.html index 3f268c02..d025c5db 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcSiteConfig.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcSiteConfig.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcText.html b/5/plugin/reference/classes/BaserCore-Utility-BcText.html index 0e07c70e..5ba96c72 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcText.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcText.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcUpdateLog.html b/5/plugin/reference/classes/BaserCore-Utility-BcUpdateLog.html index 261026f7..8dd1aa53 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcUpdateLog.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcUpdateLog.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Utility-BcZip.html b/5/plugin/reference/classes/BaserCore-Utility-BcZip.html index be0c3fe2..bbd6600b 100644 --- a/5/plugin/reference/classes/BaserCore-Utility-BcZip.html +++ b/5/plugin/reference/classes/BaserCore-Utility-BcZip.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Vendor-CKEditorStyleParser.html b/5/plugin/reference/classes/BaserCore-Vendor-CKEditorStyleParser.html index 969c1590..07bd4cfe 100644 --- a/5/plugin/reference/classes/BaserCore-Vendor-CKEditorStyleParser.html +++ b/5/plugin/reference/classes/BaserCore-Vendor-CKEditorStyleParser.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-Vendor-Imageresizer.html b/5/plugin/reference/classes/BaserCore-Vendor-Imageresizer.html index 6b517ac7..839adeea 100644 --- a/5/plugin/reference/classes/BaserCore-Vendor-Imageresizer.html +++ b/5/plugin/reference/classes/BaserCore-Vendor-Imageresizer.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-AppView.html b/5/plugin/reference/classes/BaserCore-View-AppView.html index 71b3fadf..ee57458c 100644 --- a/5/plugin/reference/classes/BaserCore-View-AppView.html +++ b/5/plugin/reference/classes/BaserCore-View-AppView.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-BcAdminAppView.html b/5/plugin/reference/classes/BaserCore-View-BcAdminAppView.html index 4d1babd4..a6b4d407 100644 --- a/5/plugin/reference/classes/BaserCore-View-BcAdminAppView.html +++ b/5/plugin/reference/classes/BaserCore-View-BcAdminAppView.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-BcFrontAppView.html b/5/plugin/reference/classes/BaserCore-View-BcFrontAppView.html index c9f6d2dc..241ea497 100644 --- a/5/plugin/reference/classes/BaserCore-View-BcFrontAppView.html +++ b/5/plugin/reference/classes/BaserCore-View-BcFrontAppView.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-BcFrontEmailView.html b/5/plugin/reference/classes/BaserCore-View-BcFrontEmailView.html index a7e56f87..2bb45654 100644 --- a/5/plugin/reference/classes/BaserCore-View-BcFrontEmailView.html +++ b/5/plugin/reference/classes/BaserCore-View-BcFrontEmailView.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BaserCoreBaserHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BaserCoreBaserHelper.html index dcb6d680..317b7025 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BaserCoreBaserHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BaserCoreBaserHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminFormHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminFormHelper.html index 50d7e69d..44fbe943 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminFormHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminFormHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminHelper.html index 2329bbba..81ec1f97 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcAdminHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcArrayHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcArrayHelper.html index 15e3a235..ec068766 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcArrayHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcArrayHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcAuthHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcAuthHelper.html index 22b3d1f8..4378eead 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcAuthHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcAuthHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcBaserHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcBaserHelper.html index eb4f8fa3..debb3184 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcBaserHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcBaserHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -2382,7 +2386,7 @@

      @@ -2541,7 +2545,7 @@

      @@ -2623,7 +2627,7 @@

      @@ -2724,7 +2728,7 @@

      @@ -2780,7 +2784,7 @@

      @@ -3384,7 +3388,7 @@

      @@ -3437,7 +3441,7 @@

      @@ -3504,7 +3508,7 @@

      @@ -3559,7 +3563,7 @@

      @@ -3652,7 +3656,7 @@

      @@ -3744,7 +3748,7 @@

      @@ -3826,7 +3830,7 @@

      @@ -3886,7 +3890,7 @@

      @@ -4060,7 +4064,7 @@

      @@ -4158,7 +4162,7 @@

      @@ -4247,7 +4251,7 @@

      @@ -4553,7 +4557,7 @@

      @@ -4896,7 +4900,7 @@

      @@ -4977,7 +4981,7 @@

      @@ -5415,7 +5419,7 @@

      @@ -5947,7 +5951,7 @@

      @@ -6050,7 +6054,7 @@

      @@ -6131,7 +6135,7 @@

      @@ -6212,7 +6216,7 @@

      @@ -6343,7 +6347,7 @@

      @@ -6454,7 +6458,7 @@

      @@ -6524,7 +6528,7 @@

      @@ -6623,7 +6627,7 @@

      @@ -6762,7 +6766,7 @@

      @@ -7019,7 +7023,7 @@

      @@ -7187,7 +7191,7 @@

      @@ -7277,7 +7281,7 @@

      @@ -7356,7 +7360,7 @@

      @@ -7434,7 +7438,7 @@

      @@ -7594,7 +7598,7 @@

      @@ -7895,7 +7899,7 @@

      @@ -8015,7 +8019,7 @@

      @@ -8108,7 +8112,7 @@

      @@ -8179,7 +8183,7 @@

      @@ -8400,7 +8404,7 @@

      @@ -8461,7 +8465,7 @@

      @@ -8518,7 +8522,7 @@

      @@ -8597,7 +8601,7 @@

      @@ -8668,7 +8672,7 @@

      @@ -8743,7 +8747,7 @@

      @@ -8831,7 +8835,7 @@

      @@ -8898,7 +8902,7 @@

      @@ -8976,7 +8980,7 @@

      @@ -9076,7 +9080,7 @@

      @@ -9286,7 +9290,7 @@

      @@ -9361,7 +9365,7 @@

      @@ -9436,7 +9440,7 @@

      @@ -9629,7 +9633,7 @@

      @@ -9705,7 +9709,7 @@

      @@ -9784,7 +9788,7 @@

      @@ -10363,7 +10367,7 @@

      @@ -10425,7 +10429,7 @@

      @@ -10491,7 +10495,7 @@

      @@ -10578,7 +10582,7 @@

      @@ -10656,7 +10660,7 @@

      @@ -10840,7 +10844,7 @@

      @@ -11073,7 +11077,7 @@

      @@ -11148,7 +11152,7 @@

      @@ -11238,7 +11242,7 @@

      @@ -11524,7 +11528,7 @@

      @@ -12075,7 +12079,7 @@

      @@ -12259,7 +12263,7 @@

      @@ -12312,7 +12316,7 @@

      @@ -12365,7 +12369,7 @@

      @@ -12458,7 +12462,7 @@

      @@ -12541,7 +12545,7 @@

      @@ -12722,7 +12726,7 @@

      @@ -12823,7 +12827,7 @@

      @@ -12906,7 +12910,7 @@

      @@ -12953,7 +12957,7 @@

      @@ -13004,7 +13008,7 @@

      @@ -13075,7 +13079,7 @@

      @@ -13154,7 +13158,7 @@

      @@ -13217,7 +13221,7 @@

      @@ -13296,7 +13300,7 @@

      @@ -13422,7 +13426,7 @@

      @@ -13496,7 +13500,7 @@

      @@ -13563,7 +13567,7 @@

      @@ -13616,7 +13620,7 @@

      @@ -13691,7 +13695,7 @@

      @@ -13754,7 +13758,7 @@

      @@ -13821,7 +13825,7 @@

      @@ -13999,7 +14003,7 @@

      @@ -14144,7 +14148,7 @@

      @@ -14266,7 +14270,7 @@

      @@ -14338,7 +14342,7 @@

      diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcCkeditorHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcCkeditorHelper.html index 499fae1e..63a25a8e 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcCkeditorHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcCkeditorHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcFormHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcFormHelper.html index 3070edee..a61398de 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcFormHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcFormHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcFormTableHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcFormTableHelper.html index 94cabec7..0eb6b42d 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcFormTableHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcFormTableHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcFreezeHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcFreezeHelper.html index 69ff568d..8152b44e 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcFreezeHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcFreezeHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcGoogleMapsHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcGoogleMapsHelper.html index 9c344fc6..cf1a4f9f 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcGoogleMapsHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcGoogleMapsHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcHtmlHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcHtmlHelper.html index fb66eba5..f7998f5e 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcHtmlHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcHtmlHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcLayoutHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcLayoutHelper.html index aed4d3a8..f9d02913 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcLayoutHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcLayoutHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcListTableHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcListTableHelper.html index 1eb2f39d..a2b0fdc6 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcListTableHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcListTableHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcPageHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcPageHelper.html index 10390735..817f1d94 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcPageHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcPageHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcPluginBaserHelperInterface.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcPluginBaserHelperInterface.html index 3e123c14..3c438630 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcPluginBaserHelperInterface.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcPluginBaserHelperInterface.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcSearchBoxHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcSearchBoxHelper.html index 45755d8e..f6be0191 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcSearchBoxHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcSearchBoxHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcSiteConfigHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcSiteConfigHelper.html index dddcf803..69eca78c 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcSiteConfigHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcSiteConfigHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcSmartphoneHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcSmartphoneHelper.html index 44356118..193edba0 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcSmartphoneHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcSmartphoneHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcTextHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcTextHelper.html index a7564a97..17b4006a 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcTextHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcTextHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcTimeHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcTimeHelper.html index d915de2a..4099eac7 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcTimeHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcTimeHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcToolbarHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcToolbarHelper.html index bd7382c2..e58c3068 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcToolbarHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcToolbarHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model @@ -956,7 +960,7 @@

      @@ -1142,7 +1146,7 @@

      @@ -1206,7 +1210,7 @@

      @@ -1326,7 +1330,7 @@

      @@ -1386,7 +1390,7 @@

      @@ -1450,7 +1454,7 @@

      @@ -1514,7 +1518,7 @@

      @@ -1578,7 +1582,7 @@

      @@ -1642,7 +1646,7 @@

      @@ -1854,7 +1858,7 @@

      @@ -2370,7 +2374,7 @@

      @@ -2434,7 +2438,7 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BaserCore-View-Helper-BcXmlHelper.html b/5/plugin/reference/classes/BaserCore-View-Helper-BcXmlHelper.html index 34ac6460..36536f51 100644 --- a/5/plugin/reference/classes/BaserCore-View-Helper-BcXmlHelper.html +++ b/5/plugin/reference/classes/BaserCore-View-Helper-BcXmlHelper.html @@ -387,6 +387,10 @@

    • Controller +
    • +
    • + Event +
    • Model diff --git a/5/plugin/reference/classes/BcAdminThird-BcAdminThirdPlugin.html b/5/plugin/reference/classes/BcAdminThird-BcAdminThirdPlugin.html new file mode 100644 index 00000000..4e9574eb --- /dev/null +++ b/5/plugin/reference/classes/BcAdminThird-BcAdminThirdPlugin.html @@ -0,0 +1,2545 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
      +

      baserCMS クラスリファレンス

      + + + + + +
      + +
      +
      + + + + +
      +
      + + +
      +

      + BcAdminThirdPlugin + + + extends BcPlugin + + +
      + in package + +
      + + +

      + +
      + + +
      + + + +

      Class Plugin

      + + + + + + +

      + Table of Contents + + +

      + + + + + + + + + +

      + Properties + + +

      +
      +
      + $currentSite + +  : null +
      +
      現在のサイト +キャッシュ用
      + +
      + $migrations + +  : Migrations +
      + +
      + +

      + Methods + + +

      +
      +
      + applyAsTheme() + +  : mixed +
      +
      テーマを適用する
      + +
      + bootstrap() + +  : void +
      +
      bootstrap
      + +
      + clearCurrentSite() + +  : void +
      +
      カレントサイトを初期化する
      + +
      + contentsRoutingForReverse() + +  : RouteBuilder +
      +
      コンテンツ管理ルーティング
      + +
      + createAssetsSymlink() + +  : bool +
      +
      プラグインアセットのシンボリックリンクを作成する
      + +
      + execScript() + +  : bool +
      +
      アップデートスクリプトを実行する
      + +
      + execUpdater() + +  : mixed +
      +
      アップデートプログラムを実行する
      + +
      + frontPageRouting() + +  : RouteBuilder +
      +
      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
      + +
      + getService() + +  : array<string|int, mixed>|mixed|object +
      +
      Get Service
      + +
      + getUpdaters() + +  : array<string|int, mixed> +
      +
      アップデータのパスを取得する
      + +
      + getUpdateScriptMessages() + +  : array<string|int, mixed> +
      +
      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
      + +
      + hasService() + +  : bool +
      +
      Has Service
      + +
      + initialize() + +  : void +
      +
      Initialize
      + +
      + install() + +  : bool +
      +
      プラグインをインストールする
      + +
      + migrate() + +  : mixed +
      +
      マイグレーションを実行する
      + +
      + prefixRouting() + +  : RouteBuilder +
      +
      プラグインの管理画面用ルーティング
      + +
      + rollbackDb() + +  : bool +
      +
      プラグインのテーブルをリセットする
      + +
      + routes() + +  : void +
      +
      ルーティング設定
      + +
      + siteRouting() + +  : RouteBuilder +
      +
      サブサイトのプラグイン用ルーティング
      + +
      + uninstall() + +  : bool +
      +
      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
      + +
      + updateDateNow() + +  : void +
      +
      対象のフィールドを現在の日付に更新する
      + +
      + + + + + + + +
      +

      + Properties + + +

      +
      +

      + $currentSite + + + + +

      + + +

      現在のサイト +キャッシュ用

      + + + public + static null + $currentSite + = null + + + + + +
      +
      +

      + $migrations + + + + +

      + + + + + public + Migrations + $migrations + + + + + + +
      +
      + +
      +

      + Methods + + +

      +
      +

      + applyAsTheme() + + +

      + + +

      テーマを適用する

      + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
      +
      + +
      Parameters
      +
      +
      + $site + : Site +
      +
      + +
      +
      + $theme + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + + +
      +
      +

      + bootstrap() + + +

      + + +

      bootstrap

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

      + clearCurrentSite() + + +

      + + +

      カレントサイトを初期化する

      + + + public + clearCurrentSite() : void + +
      +
      + + + + + +
      +
      +

      + contentsRoutingForReverse() + + +

      + + +

      コンテンツ管理ルーティング

      + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
      +
      +

      リバースルーティングのために必要

      +
      + +
      Parameters
      +
      +
      + $routes + : RouteBuilder +
      +
      + +
      +
      + $plugin + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + +
      +
      Return values
      + RouteBuilder +
      + +
      +
      + + + +

      プラグインアセットのシンボリックリンクを作成する

      + + + public + createAssetsSymlink() : bool + +
      +
      + + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + execScript() + + +

      + + +

      アップデートスクリプトを実行する

      + + + public + execScript(string $__version) : bool + +
      +
      + +
      Parameters
      +
      +
      + $__version + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + execUpdater() + + +

      + + +

      アップデートプログラムを実行する

      + + + public + execUpdater() : mixed + +
      +
      + + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + + +
      +
      +

      + frontPageRouting() + + +

      + + +

      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

      + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
      +
      +

      BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

      +
      + +
      Parameters
      +
      +
      + $routes + : RouteBuilder +
      +
      + +
      +
      + $plugin + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + +
      +
      Return values
      + RouteBuilder +
      + +
      +
      +

      + getService() + + +

      + + +

      Get Service

      + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
      +
      + +
      Parameters
      +
      +
      + $service + : +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + array<string|int, mixed>|mixed|object +
      + +
      +
      +

      + getUpdaters() + + +

      + + +

      アップデータのパスを取得する

      + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $name + : mixed + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + array<string|int, mixed> + — +

      $updates

      +
      + +
      + +
      +
      +

      + getUpdateScriptMessages() + + +

      + + +

      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

      + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
      +
      +

      戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

      +
      + +
      Parameters
      +
      +
      + $name + : mixed + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + array<string|int, mixed> + — +

      $messages

      +
      + +
      + +
      +
      +

      + hasService() + + +

      + + +

      Has Service

      + + + public + hasService( $service) : bool + +
      +
      + +
      Parameters
      +
      +
      + $service + : +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + initialize() + + +

      + + +

      Initialize

      + + + public + initialize() : void + +
      +
      + + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + + +
      +
      +

      + install() + + +

      + + +

      プラグインをインストールする

      + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
      +
      +

      マイグレーションファイルを読み込み、 plugins テーブルに登録する

      +
      + +
      Parameters
      +
      +
      + $options + : array<string|int, mixed> + = []
      +
      +
        +
      • +plugin : プラグイン名
      • +
      • +connection : コネクション名
      • +
      • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
      • +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + unitTest +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + checked +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + migrate() + + +

      + + +

      マイグレーションを実行する

      + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
      +
      + +
      Parameters
      +
      +
      + $options + : array<string|int, mixed> + = []
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + + +
      +
      +

      + prefixRouting() + + +

      + + +

      プラグインの管理画面用ルーティング

      + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
      +
      +

      プラグイン名がダッシュ区切りの場合

      +
      + +
      Parameters
      +
      +
      + $routes + : RouteBuilder +
      +
      + +
      +
      + $plugin + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + +
      +
      Return values
      + RouteBuilder +
      + +
      +
      +

      + rollbackDb() + + +

      + + +

      プラグインのテーブルをリセットする

      + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
      +
      + +
      Parameters
      +
      +
      + $options + : array<string|int, mixed> + = []
      +
      +
        +
      • +plugin : プラグイン名
      • +
      • +connection : コネクション名
      • +
      • +target : ロールバック対象バージョン
      • +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + routes() + + +

      + + +

      ルーティング設定

      + + + public + routes(RouteBuilder $routes) : void + +
      +
      +

      次のルートを設定するが、未インストールの場合はスキップする。

      +

      コンテンツ管理のプラグイン用のリバースルーティング

      +

      ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

      +

      管理画面のプラグイン用ルーティング

      +

      /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

      +

      フロントエンドのプラグイン用ルーティング

      +

      /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

      +

      サブサイトのプラグイン用ルーティング

      +

      /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

      +

      APIのプラグイン用ルーティング

      +

      /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

      +
      + +
      Parameters
      +
      +
      + $routes + : RouteBuilder +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + + +
      +
      +

      + siteRouting() + + +

      + + +

      サブサイトのプラグイン用ルーティング

      + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
      +
      +

      プラグイン名がダッシュ区切りの場合

      +
      + +
      Parameters
      +
      +
      + $routes + : RouteBuilder +
      +
      + +
      +
      + $plugin + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + +
      +
      Return values
      + RouteBuilder +
      + +
      +
      +

      + uninstall() + + +

      + + +

      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

      + + + public + uninstall([mixed $options = [] ]) : bool + +
      +
      + +
      Parameters
      +
      +
      + $options + : mixed + = []
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + unitTest +
      +
      + + +
      +
      + +
      +
      Return values
      + bool +
      + +
      +
      +

      + updateDateNow() + + +

      + + +

      対象のフィールドを現在の日付に更新する

      + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
      +
      + +
      Parameters
      +
      +
      + $table + : string +
      +
      + +
      +
      + $fields + : array<string|int, mixed> +
      +
      + +
      +
      + $conditions + : array<string|int, mixed> + = []
      +
      + +
      +
      + $options + : array<string|int, mixed> + = []
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + checked +
      +
      + + +
      +
      + noTodo +
      +
      + + +
      +
      + + +
      +
      + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + + +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/5/plugin/reference/classes/BcBlog-BcBlogPlugin.html b/5/plugin/reference/classes/BcBlog-BcBlogPlugin.html new file mode 100644 index 00000000..84a2aaab --- /dev/null +++ b/5/plugin/reference/classes/BcBlog-BcBlogPlugin.html @@ -0,0 +1,2662 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
        +

        baserCMS クラスリファレンス

        + + + + + +
        + +
        +
        + + + + +
        +
        + + +
        +

        + BcBlogPlugin + + + extends BcPlugin + + +
        + in package + +
        + + + + Uses + BcContainerTrait +

        + +
        + + +
        + + + +

        plugin for BcBlog

        + + + + + + +

        + Table of Contents + + +

        + + + + + + + + + +

        + Properties + + +

        +
        +
        + $currentSite + +  : null +
        +
        現在のサイト +キャッシュ用
        + +
        + $migrations + +  : Migrations +
        + +
        + +

        + Methods + + +

        +
        +
        + applyAsTheme() + +  : mixed +
        +
        テーマを適用する
        + +
        + bootstrap() + +  : void +
        +
        bootstrap
        + +
        + clearCurrentSite() + +  : void +
        +
        カレントサイトを初期化する
        + +
        + contentsRoutingForReverse() + +  : RouteBuilder +
        +
        コンテンツ管理ルーティング
        + +
        + createAssetsSymlink() + +  : bool +
        +
        プラグインアセットのシンボリックリンクを作成する
        + +
        + execScript() + +  : bool +
        +
        アップデートスクリプトを実行する
        + +
        + execUpdater() + +  : mixed +
        +
        アップデートプログラムを実行する
        + +
        + frontPageRouting() + +  : RouteBuilder +
        +
        プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
        + +
        + getService() + +  : array<string|int, mixed>|mixed|object +
        +
        Get Service
        + +
        + getUpdaters() + +  : array<string|int, mixed> +
        +
        アップデータのパスを取得する
        + +
        + getUpdateScriptMessages() + +  : array<string|int, mixed> +
        +
        アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
        + +
        + hasService() + +  : bool +
        +
        Has Service
        + +
        + initialize() + +  : void +
        +
        Initialize
        + +
        + install() + +  : bool +
        +
        プラグインをインストールする
        + +
        + migrate() + +  : mixed +
        +
        マイグレーションを実行する
        + +
        + prefixRouting() + +  : RouteBuilder +
        +
        プラグインの管理画面用ルーティング
        + +
        + rollbackDb() + +  : bool +
        +
        プラグインのテーブルをリセットする
        + +
        + routes() + +  : void +
        +
        routes
        + +
        + services() + +  : void +
        +
        services
        + +
        + siteRouting() + +  : RouteBuilder +
        +
        サブサイトのプラグイン用ルーティング
        + +
        + uninstall() + +  : bool +
        +
        プラグインをアンインストールする
        + +
        + updateDateNow() + +  : void +
        +
        対象のフィールドを現在の日付に更新する
        + +
        + updateDefaultData() + +  : void +
        +
        初期データ読み込み時の更新処理
        + +
        + + + + + + + +
        +

        + Properties + + +

        +
        +

        + $currentSite + + + + +

        + + +

        現在のサイト +キャッシュ用

        + + + public + static null + $currentSite + = null + + + + + +
        +
        +

        + $migrations + + + + +

        + + + + + public + Migrations + $migrations + + + + + + +
        +
        + +
        +

        + Methods + + +

        +
        +

        + applyAsTheme() + + +

        + + +

        テーマを適用する

        + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
        +
        + +
        Parameters
        +
        +
        + $site + : Site +
        +
        + +
        +
        + $theme + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + + +
        +
        +

        + bootstrap() + + +

        + + +

        bootstrap

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

        + clearCurrentSite() + + +

        + + +

        カレントサイトを初期化する

        + + + public + clearCurrentSite() : void + +
        +
        + + + + + +
        +
        +

        + contentsRoutingForReverse() + + +

        + + +

        コンテンツ管理ルーティング

        + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
        +
        +

        リバースルーティングのために必要

        +
        + +
        Parameters
        +
        +
        + $routes + : RouteBuilder +
        +
        + +
        +
        + $plugin + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + +
        +
        Return values
        + RouteBuilder +
        + +
        +
        + + + +

        プラグインアセットのシンボリックリンクを作成する

        + + + public + createAssetsSymlink() : bool + +
        +
        + + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + execScript() + + +

        + + +

        アップデートスクリプトを実行する

        + + + public + execScript(string $__version) : bool + +
        +
        + +
        Parameters
        +
        +
        + $__version + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + execUpdater() + + +

        + + +

        アップデートプログラムを実行する

        + + + public + execUpdater() : mixed + +
        +
        + + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + + +
        +
        +

        + frontPageRouting() + + +

        + + +

        プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

        + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
        +
        +

        BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

        +
        + +
        Parameters
        +
        +
        + $routes + : RouteBuilder +
        +
        + +
        +
        + $plugin + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + +
        +
        Return values
        + RouteBuilder +
        + +
        +
        +

        + getService() + + +

        + + +

        Get Service

        + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
        +
        + +
        Parameters
        +
        +
        + $service + : +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + array<string|int, mixed>|mixed|object +
        + +
        +
        +

        + getUpdaters() + + +

        + + +

        アップデータのパスを取得する

        + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
        +
        + +
        Parameters
        +
        +
        + $name + : mixed + = ''
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + array<string|int, mixed> + — +

        $updates

        +
        + +
        + +
        +
        +

        + getUpdateScriptMessages() + + +

        + + +

        アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

        + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
        +
        +

        戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

        +
        + +
        Parameters
        +
        +
        + $name + : mixed + = ''
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + array<string|int, mixed> + — +

        $messages

        +
        + +
        + +
        +
        +

        + hasService() + + +

        + + +

        Has Service

        + + + public + hasService( $service) : bool + +
        +
        + +
        Parameters
        +
        +
        + $service + : +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + initialize() + + +

        + + +

        Initialize

        + + + public + initialize() : void + +
        +
        + + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + + +
        +
        +

        + install() + + +

        + + +

        プラグインをインストールする

        + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
        +
        + +
        Parameters
        +
        +
        + $options + : array<string|int, mixed> + = []
        +
        +
          +
        • +plugin : プラグイン名
        • +
        • +connection : コネクション名
        • +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + noTodo +
        +
        + + +
        +
        + checked +
        +
        + + +
        +
        + unitTest +
        +
        + +

        利用例として継承しているだけのためユニットテストはスキップ

        +
        + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + migrate() + + +

        + + +

        マイグレーションを実行する

        + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
        +
        + +
        Parameters
        +
        +
        + $options + : array<string|int, mixed> + = []
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + + +
        +
        +

        + prefixRouting() + + +

        + + +

        プラグインの管理画面用ルーティング

        + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
        +
        +

        プラグイン名がダッシュ区切りの場合

        +
        + +
        Parameters
        +
        +
        + $routes + : RouteBuilder +
        +
        + +
        +
        + $plugin + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + +
        +
        Return values
        + RouteBuilder +
        + +
        +
        +

        + rollbackDb() + + +

        + + +

        プラグインのテーブルをリセットする

        + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
        +
        + +
        Parameters
        +
        +
        + $options + : array<string|int, mixed> + = []
        +
        +
          +
        • +plugin : プラグイン名
        • +
        • +connection : コネクション名
        • +
        • +target : ロールバック対象バージョン
        • +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + routes() + + +

        + + +

        routes

        + + + public + routes(RouteBuilder $routes) : void + +
        +
        + +
        Parameters
        +
        +
        + $routes + : RouteBuilder +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + + +
        +
        +

        + services() + + +

        + + +

        services

        + + + public + services(ContainerInterface $container) : void + +
        +
        + +
        Parameters
        +
        +
        + $container + : ContainerInterface +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + noTodo +
        +
        + + +
        +
        + checked +
        +
        + + +
        +
        + unitTest +
        +
        + + +
        +
        + + +
        +
        +

        + siteRouting() + + +

        + + +

        サブサイトのプラグイン用ルーティング

        + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
        +
        +

        プラグイン名がダッシュ区切りの場合

        +
        + +
        Parameters
        +
        +
        + $routes + : RouteBuilder +
        +
        + +
        +
        + $plugin + : string +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + +
        +
        Return values
        + RouteBuilder +
        + +
        +
        +

        + uninstall() + + +

        + + +

        プラグインをアンインストールする

        + + + public + uninstall([array<string|int, mixed> $options = [] ]) : bool + +
        +
        + +
        Parameters
        +
        +
        + $options + : array<string|int, mixed> + = []
        +
        +
          +
        • +plugin : プラグイン名
        • +
        • +connection : コネクション名
        • +
        • +target : ロールバック対象バージョン
        • +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + noTodo +
        +
        + + +
        +
        + checked +
        +
        + + +
        +
        + unitTest +
        +
        + +

        利用例として継承しているだけのためユニットテストはスキップ

        +
        + +
        +
        + +
        +
        Return values
        + bool +
        + +
        +
        +

        + updateDateNow() + + +

        + + +

        対象のフィールドを現在の日付に更新する

        + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
        +
        + +
        Parameters
        +
        +
        + $table + : string +
        +
        + +
        +
        + $fields + : array<string|int, mixed> +
        +
        + +
        +
        + $conditions + : array<string|int, mixed> + = []
        +
        + +
        +
        + $options + : array<string|int, mixed> + = []
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + checked +
        +
        + + +
        +
        + noTodo +
        +
        + + +
        +
        + + +
        +
        +

        + updateDefaultData() + + +

        + + +

        初期データ読み込み時の更新処理

        + + + public + updateDefaultData([array<string|int, mixed> $options = [] ]) : void + +
        +
        + +
        Parameters
        +
        +
        + $options + : array<string|int, mixed> + = []
        +
        + +
        +
        + + + + +
        +
        + +
        +
        +
        +
        +
        
        +        
        + +
        +
        + + + +
        +
        +
        + +
        + On this page + + +
        + +
        +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogAdminAppController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogAdminAppController.html index 292b4539..aee25af8 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogAdminAppController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogAdminAppController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCategoriesController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCategoriesController.html index f94554de..6bbe3947 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCategoriesController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCategoriesController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCommentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCommentsController.html index ab646871..2109bec5 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCommentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogCommentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogContentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogContentsController.html index 237f072d..c50ead21 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogContentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogContentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogPostsController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogPostsController.html index 609cf02b..da1c7f92 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogPostsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogPostsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogTagsController.html b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogTagsController.html index c2f03300..8ce1ffbe 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogTagsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Admin-BlogTagsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCategoriesController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCategoriesController.html index b57af1cb..f90926e4 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCategoriesController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCategoriesController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCommentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCommentsController.html index fcb7d206..7dc8e0f3 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCommentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogCommentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogContentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogContentsController.html index 80f911ae..ee0e5c00 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogContentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogContentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogPostsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogPostsController.html index 5737fedc..3830ca83 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogPostsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogPostsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogTagsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogTagsController.html index 82f15f9e..abd90b74 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogTagsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-Admin-BlogTagsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCategoriesController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCategoriesController.html index ef786df5..241394fd 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCategoriesController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCategoriesController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCommentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCommentsController.html index d73ea088..b94aef8c 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCommentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogCommentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogContentsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogContentsController.html index c397120d..f741b907 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogContentsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogContentsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogPostsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogPostsController.html index 562eba2b..0dcaa860 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogPostsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogPostsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogTagsController.html b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogTagsController.html index e882faef..4e4a3ed4 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-Api-BlogTagsController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-Api-BlogTagsController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Controller-BlogController.html b/5/plugin/reference/classes/BcBlog-Controller-BlogController.html index 579b8ada..74f35755 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-BlogController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-BlogController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -551,7 +555,7 @@

          @@ -1192,7 +1196,7 @@

          @@ -1355,7 +1359,7 @@

          @@ -1459,7 +1463,7 @@

          @@ -1589,7 +1593,7 @@

          @@ -1895,7 +1899,7 @@

          @@ -1983,7 +1987,7 @@

          @@ -2307,7 +2311,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-Controller-BlogFrontAppController.html b/5/plugin/reference/classes/BcBlog-Controller-BlogFrontAppController.html index 9f8d7da7..03540ddc 100644 --- a/5/plugin/reference/classes/BcBlog-Controller-BlogFrontAppController.html +++ b/5/plugin/reference/classes/BcBlog-Controller-BlogFrontAppController.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Event-BcBlogViewEventListener.html b/5/plugin/reference/classes/BcBlog-Event-BcBlogViewEventListener.html index dc4876ec..065a44a7 100644 --- a/5/plugin/reference/classes/BcBlog-Event-BcBlogViewEventListener.html +++ b/5/plugin/reference/classes/BcBlog-Event-BcBlogViewEventListener.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -725,7 +729,7 @@

          @@ -759,7 +763,7 @@

          @@ -798,7 +802,7 @@

          @@ -921,7 +925,7 @@

          @@ -990,7 +994,7 @@

          @@ -1047,7 +1051,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-Mailer-BlogCommentMailer.html b/5/plugin/reference/classes/BcBlog-Mailer-BlogCommentMailer.html index 0698c1c6..95db9a24 100644 --- a/5/plugin/reference/classes/BcBlog-Mailer-BlogCommentMailer.html +++ b/5/plugin/reference/classes/BcBlog-Mailer-BlogCommentMailer.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogCategory.html b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogCategory.html index e9582d9f..fa277dfc 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogCategory.html +++ b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogCategory.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogComment.html b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogComment.html index 1168951f..126c2c0f 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogComment.html +++ b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogComment.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogContent.html b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogContent.html index ae72a60b..6deabfee 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogContent.html +++ b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogContent.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogPost.html b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogPost.html index b98f3056..b0b2077d 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogPost.html +++ b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogPost.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogTag.html b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogTag.html index 36e166a9..cf061eb5 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Entity-BlogTag.html +++ b/5/plugin/reference/classes/BcBlog-Model-Entity-BlogTag.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogAppTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogAppTable.html index 135799fe..555ca482 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogAppTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogAppTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogCategoriesTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogCategoriesTable.html index b76a1b6f..7f1453d2 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogCategoriesTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogCategoriesTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogCommentsTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogCommentsTable.html index 5923f6dc..a094269d 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogCommentsTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogCommentsTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogContentsTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogContentsTable.html index b22a4485..40087d33 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogContentsTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogContentsTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsBlogTagsTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsBlogTagsTable.html index 9cc2b3d2..db5c8db2 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsBlogTagsTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsBlogTagsTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsTable.html index 65d0203b..1b029a09 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogPostsTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -1337,7 +1341,7 @@

          @@ -1400,7 +1404,7 @@

          @@ -1432,7 +1436,7 @@

          @@ -1512,7 +1516,7 @@

          @@ -1832,7 +1836,7 @@

          @@ -1917,7 +1921,7 @@

          @@ -1959,7 +1963,7 @@

          @@ -2114,7 +2118,7 @@

          @@ -2202,7 +2206,7 @@

          @@ -2355,7 +2359,7 @@

          @@ -2532,7 +2536,7 @@

          @@ -2614,7 +2618,7 @@

          @@ -2702,7 +2706,7 @@

          @@ -3232,7 +3236,7 @@

          @@ -3526,7 +3530,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-Model-Table-BlogTagsTable.html b/5/plugin/reference/classes/BcBlog-Model-Table-BlogTagsTable.html index a8f4aae5..f939b121 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Table-BlogTagsTable.html +++ b/5/plugin/reference/classes/BcBlog-Model-Table-BlogTagsTable.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Validation-BlogCategoryValidation.html b/5/plugin/reference/classes/BcBlog-Model-Validation-BlogCategoryValidation.html index f10a67e7..7b5ab223 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Validation-BlogCategoryValidation.html +++ b/5/plugin/reference/classes/BcBlog-Model-Validation-BlogCategoryValidation.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Model-Validation-BlogContentValidation.html b/5/plugin/reference/classes/BcBlog-Model-Validation-BlogContentValidation.html index 3ca08db6..6a60a5e3 100644 --- a/5/plugin/reference/classes/BcBlog-Model-Validation-BlogContentValidation.html +++ b/5/plugin/reference/classes/BcBlog-Model-Validation-BlogContentValidation.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminService.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminService.html index d6983356..2d6de47d 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminService.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminServiceInterface.html index dab483c2..8901f5ac 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCategoriesAdminServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminService.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminService.html index 80bae48c..203fbeb5 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminService.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -885,7 +889,7 @@

          @@ -959,7 +963,7 @@

          @@ -1049,7 +1053,7 @@

          @@ -1123,7 +1127,7 @@

          @@ -1204,7 +1208,7 @@

          @@ -1345,7 +1349,7 @@

          @@ -1656,7 +1660,7 @@

          @@ -1730,7 +1734,7 @@

          @@ -1801,7 +1805,7 @@

          @@ -1872,7 +1876,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminServiceInterface.html index 86787c5c..e654ead4 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogCommentsAdminServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminService.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminService.html index eb4ac3b3..35dff595 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminService.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminServiceInterface.html index ef367657..07c661c7 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogContentsAdminServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminService.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminService.html index e201b9bd..a99e1f15 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminService.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -848,6 +852,14 @@

        • 記事を公開状態に設定する
          +
          + selectContains() + +  : Query +
          +
          Contains を select を前提として適用する +select を利用した場合、関連テーブルのカラムを指定しないと、取得できないため
          +
          setupUpload() @@ -1041,7 +1053,7 @@

          @@ -1121,7 +1133,7 @@

          @@ -1202,7 +1214,7 @@

          @@ -1278,7 +1290,7 @@

          @@ -1352,7 +1364,7 @@

          @@ -1433,7 +1445,7 @@

          @@ -1535,7 +1547,7 @@

          @@ -1683,7 +1695,7 @@

          @@ -1766,7 +1778,7 @@

          @@ -1854,7 +1866,7 @@

          @@ -2009,7 +2021,7 @@

          @@ -2240,7 +2252,7 @@

          @@ -2321,7 +2333,7 @@

          @@ -2402,7 +2414,7 @@

          @@ -2497,7 +2509,7 @@

          @@ -2578,7 +2590,7 @@

          @@ -2659,7 +2671,7 @@

          @@ -2735,7 +2747,7 @@

          @@ -2885,7 +2897,7 @@

          @@ -3040,7 +3052,7 @@

          @@ -3114,7 +3126,7 @@

          @@ -3526,7 +3538,7 @@

          @@ -3587,6 +3599,81 @@

          Return values
          EntityInterface|false +

        • +
          +

          + selectContains() + + +

          + + +

          Contains を select を前提として適用する +select を利用した場合、関連テーブルのカラムを指定しないと、取得できないため

          + + + public + selectContains(Query $query[, array<string|int, mixed> $contains = [] ]) : Query + +
          +
          + +
          Parameters
          +
          +
          + $query + : Query +
          +
          + +
          +
          + $contains + : array<string|int, mixed> + = []
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + noTodo +
          +
          + + +
          +
          + checked +
          +
          + + +
          +
          + +
          +
          Return values
          + Query +
          +
          @@ -3750,7 +3837,7 @@

          @@ -4063,6 +4150,7 @@

          Return values
        • getViewVarsForIndex()
        • hasService()
        • publish()
        • +
        • selectContains()
        • setupUpload()
        • unpublish()
        • update()
        • diff --git a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminServiceInterface.html index e25ec8a8..67fd0cc9 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-Admin-BlogPostsAdminServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesService.html b/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesService.html index fcf041a7..c0b55e86 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesService.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesServiceInterface.html index c3c3099c..debeb59a 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogCategoriesServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogCommentsService.html b/5/plugin/reference/classes/BcBlog-Service-BlogCommentsService.html index 9ef2970f..981228cd 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogCommentsService.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogCommentsService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -874,7 +878,7 @@

          @@ -948,7 +952,7 @@

          @@ -1038,7 +1042,7 @@

          @@ -1112,7 +1116,7 @@

          @@ -1193,7 +1197,7 @@

          @@ -1334,7 +1338,7 @@

          @@ -1543,7 +1547,7 @@

          @@ -1617,7 +1621,7 @@

          @@ -1688,7 +1692,7 @@

          @@ -1759,7 +1763,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogCommentsServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-BlogCommentsServiceInterface.html index 4e596d24..f7638d56 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogCommentsServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogCommentsServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogContentsService.html b/5/plugin/reference/classes/BcBlog-Service-BlogContentsService.html index aa46d56a..c87baee8 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogContentsService.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogContentsService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogContentsServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-BlogContentsServiceInterface.html index 2e9e2dbf..9a5803db 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogContentsServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogContentsServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogPostsService.html b/5/plugin/reference/classes/BcBlog-Service-BlogPostsService.html index a60a1921..4ff1f2b8 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogPostsService.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogPostsService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -809,6 +813,14 @@

          記事を公開状態に設定する
          +
          + selectContains() + +  : Query +
          +
          Contains を select を前提として適用する +select を利用した場合、関連テーブルのカラムを指定しないと、取得できないため
          +
          setupUpload() @@ -1002,7 +1014,7 @@

          @@ -1082,7 +1094,7 @@

          @@ -1163,7 +1175,7 @@

          @@ -1239,7 +1251,7 @@

          @@ -1313,7 +1325,7 @@

          @@ -1394,7 +1406,7 @@

          @@ -1496,7 +1508,7 @@

          @@ -1644,7 +1656,7 @@

          @@ -1727,7 +1739,7 @@

          @@ -1815,7 +1827,7 @@

          @@ -1970,7 +1982,7 @@

          @@ -2127,7 +2139,7 @@

          @@ -2208,7 +2220,7 @@

          @@ -2289,7 +2301,7 @@

          @@ -2384,7 +2396,7 @@

          @@ -2465,7 +2477,7 @@

          @@ -2546,7 +2558,7 @@

          @@ -2622,7 +2634,7 @@

          @@ -2698,7 +2710,7 @@

          @@ -2853,7 +2865,7 @@

          @@ -2927,7 +2939,7 @@

          @@ -3082,7 +3094,7 @@

          @@ -3143,6 +3155,81 @@

          Return values
          EntityInterface|false +

        • +
          +

          + selectContains() + + +

          + + +

          Contains を select を前提として適用する +select を利用した場合、関連テーブルのカラムを指定しないと、取得できないため

          + + + public + selectContains(Query $query[, array<string|int, mixed> $contains = [] ]) : Query + +
          +
          + +
          Parameters
          +
          +
          + $query + : Query +
          +
          + +
          +
          + $contains + : array<string|int, mixed> + = []
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + noTodo +
          +
          + + +
          +
          + checked +
          +
          + + +
          +
          + +
          +
          Return values
          + Query +
          +
          @@ -3306,7 +3393,7 @@

          @@ -3614,6 +3701,7 @@

          Return values
        • getUrl()
        • hasService()
        • publish()
        • +
        • selectContains()
        • setupUpload()
        • unpublish()
        • update()
        • diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogPostsServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-BlogPostsServiceInterface.html index fd06e0a9..8fea4237 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogPostsServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogPostsServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogTagsService.html b/5/plugin/reference/classes/BcBlog-Service-BlogTagsService.html index 1e8ab8d1..142ddacf 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogTagsService.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogTagsService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-BlogTagsServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-BlogTagsServiceInterface.html index cdb87e90..e8333e6e 100644 --- a/5/plugin/reference/classes/BcBlog-Service-BlogTagsServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-BlogTagsServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontService.html b/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontService.html index 90aec6c5..83bc4f26 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontService.html +++ b/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontService.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontServiceInterface.html b/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontServiceInterface.html index 6eb4ce21..3aec842a 100644 --- a/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontServiceInterface.html +++ b/5/plugin/reference/classes/BcBlog-Service-Front-BlogFrontServiceInterface.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-ServiceProvider-BcBlogServiceProvider.html b/5/plugin/reference/classes/BcBlog-ServiceProvider-BcBlogServiceProvider.html index 97ed75fd..2a0647b3 100644 --- a/5/plugin/reference/classes/BcBlog-ServiceProvider-BcBlogServiceProvider.html +++ b/5/plugin/reference/classes/BcBlog-ServiceProvider-BcBlogServiceProvider.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-View-BlogAdminAppView.html b/5/plugin/reference/classes/BcBlog-View-BlogAdminAppView.html index 4cd9f637..f9bba7ca 100644 --- a/5/plugin/reference/classes/BcBlog-View-BlogAdminAppView.html +++ b/5/plugin/reference/classes/BcBlog-View-BlogAdminAppView.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-View-BlogFrontAppView.html b/5/plugin/reference/classes/BcBlog-View-BlogFrontAppView.html index f0a68fd7..c6f11b00 100644 --- a/5/plugin/reference/classes/BcBlog-View-BlogFrontAppView.html +++ b/5/plugin/reference/classes/BcBlog-View-BlogFrontAppView.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-View-Helper-BcBlogBaserHelper.html b/5/plugin/reference/classes/BcBlog-View-Helper-BcBlogBaserHelper.html index 7c36bdd0..80729475 100644 --- a/5/plugin/reference/classes/BcBlog-View-Helper-BcBlogBaserHelper.html +++ b/5/plugin/reference/classes/BcBlog-View-Helper-BcBlogBaserHelper.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcBlog-View-Helper-BlogHelper.html b/5/plugin/reference/classes/BcBlog-View-Helper-BlogHelper.html index 923bbdbc..4eb9c42a 100644 --- a/5/plugin/reference/classes/BcBlog-View-Helper-BlogHelper.html +++ b/5/plugin/reference/classes/BcBlog-View-Helper-BlogHelper.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model @@ -555,7 +559,7 @@

          @@ -1435,7 +1439,7 @@

          @@ -1469,7 +1473,7 @@

          @@ -1503,7 +1507,7 @@

          @@ -1537,7 +1541,7 @@

          @@ -1643,7 +1647,7 @@

          @@ -1720,7 +1724,7 @@

          @@ -1800,7 +1804,7 @@

          @@ -1865,7 +1869,7 @@

          @@ -1918,7 +1922,7 @@

          @@ -1998,7 +2002,7 @@

          @@ -2051,7 +2055,7 @@

          @@ -2104,7 +2108,7 @@

          @@ -2249,7 +2253,7 @@

          @@ -2351,7 +2355,7 @@

          @@ -2412,7 +2416,7 @@

          @@ -2469,7 +2473,7 @@

          @@ -2542,7 +2546,7 @@

          @@ -2605,7 +2609,7 @@

          @@ -2700,7 +2704,7 @@

          @@ -2762,7 +2766,7 @@

          @@ -2868,7 +2872,7 @@

          @@ -2935,7 +2939,7 @@

          @@ -3002,7 +3006,7 @@

          @@ -3085,7 +3089,7 @@

          @@ -3154,7 +3158,7 @@

          @@ -3232,7 +3236,7 @@

          @@ -3289,7 +3293,7 @@

          @@ -3325,7 +3329,7 @@

          @@ -3382,7 +3386,7 @@

          @@ -3498,7 +3502,7 @@

          @@ -3580,7 +3584,7 @@

          @@ -3658,7 +3662,7 @@

          @@ -3710,7 +3714,7 @@

          @@ -3821,7 +3825,7 @@

          @@ -3858,7 +3862,7 @@

          @@ -3940,7 +3944,7 @@

          @@ -4026,7 +4030,7 @@

          @@ -4093,7 +4097,7 @@

          @@ -4181,7 +4185,7 @@

          @@ -4369,7 +4373,7 @@

          @@ -4448,7 +4452,7 @@

          @@ -4544,7 +4548,7 @@

          @@ -4622,7 +4626,7 @@

          @@ -4791,7 +4795,7 @@

          @@ -4884,7 +4888,7 @@

          @@ -5046,7 +5050,7 @@

          @@ -5133,7 +5137,7 @@

          @@ -5190,7 +5194,7 @@

          BlogHelper.php : - 2094 + 2093 @@ -5280,7 +5284,7 @@

          BlogHelper.php : - 2013 + 2012 @@ -5363,7 +5367,7 @@

          BlogHelper.php : - 2031 + 2030 @@ -5453,7 +5457,7 @@

          BlogHelper.php : - 2051 + 2050 @@ -5557,7 +5561,7 @@

          BlogHelper.php : - 2075 + 2074 @@ -5647,7 +5651,7 @@

          BlogHelper.php : - 2114 + 2113 @@ -5730,7 +5734,7 @@

          @@ -5772,7 +5776,7 @@

          @@ -6045,7 +6049,7 @@

          @@ -6102,7 +6106,7 @@

          @@ -6163,7 +6167,7 @@

          @@ -6224,7 +6228,7 @@

          @@ -6285,7 +6289,7 @@

          @@ -6346,7 +6350,7 @@

          @@ -6415,7 +6419,7 @@

          @@ -6476,7 +6480,7 @@

          @@ -6537,7 +6541,7 @@

          @@ -6598,7 +6602,7 @@

          @@ -6824,7 +6828,7 @@

          @@ -6927,7 +6931,7 @@

          @@ -7001,7 +7005,7 @@

          @@ -7075,7 +7079,7 @@

          @@ -7157,7 +7161,7 @@

          @@ -7374,7 +7378,7 @@

          @@ -7455,7 +7459,7 @@

          @@ -7602,7 +7606,7 @@

          @@ -7669,7 +7673,7 @@

          @@ -7745,7 +7749,7 @@

          @@ -7894,7 +7898,7 @@

          @@ -7947,7 +7951,7 @@

          @@ -7995,7 +7999,7 @@

          diff --git a/5/plugin/reference/classes/BcBlog-View-Helper-RssHelper.html b/5/plugin/reference/classes/BcBlog-View-Helper-RssHelper.html index d1ca7afb..73921dc7 100644 --- a/5/plugin/reference/classes/BcBlog-View-Helper-RssHelper.html +++ b/5/plugin/reference/classes/BcBlog-View-Helper-RssHelper.html @@ -387,6 +387,10 @@

        • Controller +
        • +
        • + Event +
        • Model diff --git a/5/plugin/reference/classes/BcContentLink-BcContentLinkPlugin.html b/5/plugin/reference/classes/BcContentLink-BcContentLinkPlugin.html new file mode 100644 index 00000000..3b6cfbaf --- /dev/null +++ b/5/plugin/reference/classes/BcContentLink-BcContentLinkPlugin.html @@ -0,0 +1,2625 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
          +

          baserCMS クラスリファレンス

          + + + + + +
          + +
          +
          + + + + +
          +
          + + +
          +

          + BcContentLinkPlugin + + + extends BcPlugin + + +
          + in package + +
          + + +

          + +
          + + +
          + + + +

          plugin for BcPlugin

          + + + + + + +

          + Table of Contents + + +

          + + + + + + + + + +

          + Properties + + +

          +
          +
          + $currentSite + +  : null +
          +
          現在のサイト +キャッシュ用
          + +
          + $migrations + +  : Migrations +
          + +
          + +

          + Methods + + +

          +
          +
          + applyAsTheme() + +  : mixed +
          +
          テーマを適用する
          + +
          + bootstrap() + +  : void +
          +
          bootstrap
          + +
          + clearCurrentSite() + +  : void +
          +
          カレントサイトを初期化する
          + +
          + contentsRoutingForReverse() + +  : RouteBuilder +
          +
          コンテンツ管理ルーティング
          + +
          + createAssetsSymlink() + +  : bool +
          +
          プラグインアセットのシンボリックリンクを作成する
          + +
          + execScript() + +  : bool +
          +
          アップデートスクリプトを実行する
          + +
          + execUpdater() + +  : mixed +
          +
          アップデートプログラムを実行する
          + +
          + frontPageRouting() + +  : RouteBuilder +
          +
          プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
          + +
          + getService() + +  : array<string|int, mixed>|mixed|object +
          +
          Get Service
          + +
          + getUpdaters() + +  : array<string|int, mixed> +
          +
          アップデータのパスを取得する
          + +
          + getUpdateScriptMessages() + +  : array<string|int, mixed> +
          +
          アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
          + +
          + hasService() + +  : bool +
          +
          Has Service
          + +
          + initialize() + +  : void +
          +
          Initialize
          + +
          + install() + +  : bool +
          +
          プラグインをインストールする
          + +
          + migrate() + +  : mixed +
          +
          マイグレーションを実行する
          + +
          + prefixRouting() + +  : RouteBuilder +
          +
          プラグインの管理画面用ルーティング
          + +
          + rollbackDb() + +  : bool +
          +
          プラグインのテーブルをリセットする
          + +
          + routes() + +  : void +
          +
          ルーティング設定
          + +
          + services() + +  : void +
          +
          services
          + +
          + siteRouting() + +  : RouteBuilder +
          +
          サブサイトのプラグイン用ルーティング
          + +
          + uninstall() + +  : bool +
          +
          プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
          + +
          + updateDateNow() + +  : void +
          +
          対象のフィールドを現在の日付に更新する
          + +
          + + + + + + + +
          +

          + Properties + + +

          +
          +

          + $currentSite + + + + +

          + + +

          現在のサイト +キャッシュ用

          + + + public + static null + $currentSite + = null + + + + + +
          +
          +

          + $migrations + + + + +

          + + + + + public + Migrations + $migrations + + + + + + +
          +
          + +
          +

          + Methods + + +

          +
          +

          + applyAsTheme() + + +

          + + +

          テーマを適用する

          + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
          +
          + +
          Parameters
          +
          +
          + $site + : Site +
          +
          + +
          +
          + $theme + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + + +
          +
          +

          + bootstrap() + + +

          + + +

          bootstrap

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

          + clearCurrentSite() + + +

          + + +

          カレントサイトを初期化する

          + + + public + clearCurrentSite() : void + +
          +
          + + + + + +
          +
          +

          + contentsRoutingForReverse() + + +

          + + +

          コンテンツ管理ルーティング

          + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
          +
          +

          リバースルーティングのために必要

          +
          + +
          Parameters
          +
          +
          + $routes + : RouteBuilder +
          +
          + +
          +
          + $plugin + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + +
          +
          Return values
          + RouteBuilder +
          + +
          +
          + + + +

          プラグインアセットのシンボリックリンクを作成する

          + + + public + createAssetsSymlink() : bool + +
          +
          + + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + execScript() + + +

          + + +

          アップデートスクリプトを実行する

          + + + public + execScript(string $__version) : bool + +
          +
          + +
          Parameters
          +
          +
          + $__version + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + execUpdater() + + +

          + + +

          アップデートプログラムを実行する

          + + + public + execUpdater() : mixed + +
          +
          + + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + + +
          +
          +

          + frontPageRouting() + + +

          + + +

          プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

          + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
          +
          +

          BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

          +
          + +
          Parameters
          +
          +
          + $routes + : RouteBuilder +
          +
          + +
          +
          + $plugin + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + +
          +
          Return values
          + RouteBuilder +
          + +
          +
          +

          + getService() + + +

          + + +

          Get Service

          + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
          +
          + +
          Parameters
          +
          +
          + $service + : +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + array<string|int, mixed>|mixed|object +
          + +
          +
          +

          + getUpdaters() + + +

          + + +

          アップデータのパスを取得する

          + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
          +
          + +
          Parameters
          +
          +
          + $name + : mixed + = ''
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + array<string|int, mixed> + — +

          $updates

          +
          + +
          + +
          +
          +

          + getUpdateScriptMessages() + + +

          + + +

          アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

          + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
          +
          +

          戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

          +
          + +
          Parameters
          +
          +
          + $name + : mixed + = ''
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + array<string|int, mixed> + — +

          $messages

          +
          + +
          + +
          +
          +

          + hasService() + + +

          + + +

          Has Service

          + + + public + hasService( $service) : bool + +
          +
          + +
          Parameters
          +
          +
          + $service + : +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + initialize() + + +

          + + +

          Initialize

          + + + public + initialize() : void + +
          +
          + + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + + +
          +
          +

          + install() + + +

          + + +

          プラグインをインストールする

          + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
          +
          +

          マイグレーションファイルを読み込み、 plugins テーブルに登録する

          +
          + +
          Parameters
          +
          +
          + $options + : array<string|int, mixed> + = []
          +
          +
            +
          • +plugin : プラグイン名
          • +
          • +connection : コネクション名
          • +
          • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
          • +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + unitTest +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + checked +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + migrate() + + +

          + + +

          マイグレーションを実行する

          + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
          +
          + +
          Parameters
          +
          +
          + $options + : array<string|int, mixed> + = []
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + + +
          +
          +

          + prefixRouting() + + +

          + + +

          プラグインの管理画面用ルーティング

          + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
          +
          +

          プラグイン名がダッシュ区切りの場合

          +
          + +
          Parameters
          +
          +
          + $routes + : RouteBuilder +
          +
          + +
          +
          + $plugin + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + +
          +
          Return values
          + RouteBuilder +
          + +
          +
          +

          + rollbackDb() + + +

          + + +

          プラグインのテーブルをリセットする

          + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
          +
          + +
          Parameters
          +
          +
          + $options + : array<string|int, mixed> + = []
          +
          +
            +
          • +plugin : プラグイン名
          • +
          • +connection : コネクション名
          • +
          • +target : ロールバック対象バージョン
          • +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + routes() + + +

          + + +

          ルーティング設定

          + + + public + routes(RouteBuilder $routes) : void + +
          +
          +

          次のルートを設定するが、未インストールの場合はスキップする。

          +

          コンテンツ管理のプラグイン用のリバースルーティング

          +

          ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

          +

          管理画面のプラグイン用ルーティング

          +

          /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

          +

          フロントエンドのプラグイン用ルーティング

          +

          /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

          +

          サブサイトのプラグイン用ルーティング

          +

          /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

          +

          APIのプラグイン用ルーティング

          +

          /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

          +
          + +
          Parameters
          +
          +
          + $routes + : RouteBuilder +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + + +
          +
          +

          + services() + + +

          + + +

          services

          + + + public + services(ContainerInterface $container) : void + +
          +
          +

          コンテンツリンクプラグインのサービスプロバイダを追加する

          +
          + +
          Parameters
          +
          +
          + $container + : ContainerInterface +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + noTodo +
          +
          + + +
          +
          + checked +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + + +
          +
          +

          + siteRouting() + + +

          + + +

          サブサイトのプラグイン用ルーティング

          + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
          +
          +

          プラグイン名がダッシュ区切りの場合

          +
          + +
          Parameters
          +
          +
          + $routes + : RouteBuilder +
          +
          + +
          +
          + $plugin + : string +
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + +
          +
          Return values
          + RouteBuilder +
          + +
          +
          +

          + uninstall() + + +

          + + +

          プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

          + + + public + uninstall([mixed $options = [] ]) : bool + +
          +
          + +
          Parameters
          +
          +
          + $options + : mixed + = []
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + unitTest +
          +
          + + +
          +
          + +
          +
          Return values
          + bool +
          + +
          +
          +

          + updateDateNow() + + +

          + + +

          対象のフィールドを現在の日付に更新する

          + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
          +
          + +
          Parameters
          +
          +
          + $table + : string +
          +
          + +
          +
          + $fields + : array<string|int, mixed> +
          +
          + +
          +
          + $conditions + : array<string|int, mixed> + = []
          +
          + +
          +
          + $options + : array<string|int, mixed> + = []
          +
          + +
          +
          + + +
          + Tags + + +
          +
          +
          + checked +
          +
          + + +
          +
          + noTodo +
          +
          + + +
          +
          + + +
          +
          + +
          +
          +
          +
          +
          
          +        
          + +
          +
          + + + +
          +
          +
          + +
          + On this page + + +
          + +
          +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/5/plugin/reference/classes/BcContentLink-Controller-Admin-ContentLinksController.html b/5/plugin/reference/classes/BcContentLink-Controller-Admin-ContentLinksController.html index 5871a610..d59e99fa 100644 --- a/5/plugin/reference/classes/BcContentLink-Controller-Admin-ContentLinksController.html +++ b/5/plugin/reference/classes/BcContentLink-Controller-Admin-ContentLinksController.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Controller-Api-Admin-ContentLinksController.html b/5/plugin/reference/classes/BcContentLink-Controller-Api-Admin-ContentLinksController.html index 2628b8e2..b54e56c3 100644 --- a/5/plugin/reference/classes/BcContentLink-Controller-Api-Admin-ContentLinksController.html +++ b/5/plugin/reference/classes/BcContentLink-Controller-Api-Admin-ContentLinksController.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Controller-Api-ContentLinksController.html b/5/plugin/reference/classes/BcContentLink-Controller-Api-ContentLinksController.html index c3f4b94d..d63d4c06 100644 --- a/5/plugin/reference/classes/BcContentLink-Controller-Api-ContentLinksController.html +++ b/5/plugin/reference/classes/BcContentLink-Controller-Api-ContentLinksController.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Controller-ContentLinksController.html b/5/plugin/reference/classes/BcContentLink-Controller-ContentLinksController.html index cf35c6f0..2da6baa1 100644 --- a/5/plugin/reference/classes/BcContentLink-Controller-ContentLinksController.html +++ b/5/plugin/reference/classes/BcContentLink-Controller-ContentLinksController.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Model-Entity-ContentLink.html b/5/plugin/reference/classes/BcContentLink-Model-Entity-ContentLink.html index 570f2ea4..d89e3bf8 100644 --- a/5/plugin/reference/classes/BcContentLink-Model-Entity-ContentLink.html +++ b/5/plugin/reference/classes/BcContentLink-Model-Entity-ContentLink.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Model-Table-ContentLinksTable.html b/5/plugin/reference/classes/BcContentLink-Model-Table-ContentLinksTable.html index 56760673..08e9495e 100644 --- a/5/plugin/reference/classes/BcContentLink-Model-Table-ContentLinksTable.html +++ b/5/plugin/reference/classes/BcContentLink-Model-Table-ContentLinksTable.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Service-ContentLinksService.html b/5/plugin/reference/classes/BcContentLink-Service-ContentLinksService.html index 715f1df9..e1330a8f 100644 --- a/5/plugin/reference/classes/BcContentLink-Service-ContentLinksService.html +++ b/5/plugin/reference/classes/BcContentLink-Service-ContentLinksService.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-Service-ContentLinksServiceInterface.html b/5/plugin/reference/classes/BcContentLink-Service-ContentLinksServiceInterface.html index b475eb1e..77ff1b0d 100644 --- a/5/plugin/reference/classes/BcContentLink-Service-ContentLinksServiceInterface.html +++ b/5/plugin/reference/classes/BcContentLink-Service-ContentLinksServiceInterface.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcContentLink-ServiceProvider-BcContentLinkServiceProvider.html b/5/plugin/reference/classes/BcContentLink-ServiceProvider-BcContentLinkServiceProvider.html index 793bb82c..e9a63d3c 100644 --- a/5/plugin/reference/classes/BcContentLink-ServiceProvider-BcContentLinkServiceProvider.html +++ b/5/plugin/reference/classes/BcContentLink-ServiceProvider-BcContentLinkServiceProvider.html @@ -387,6 +387,10 @@

          • Controller +
          • +
          • + Event +
          • Model diff --git a/5/plugin/reference/classes/BcCustomContent-BcCustomContentPlugin.html b/5/plugin/reference/classes/BcCustomContent-BcCustomContentPlugin.html new file mode 100644 index 00000000..e15327d6 --- /dev/null +++ b/5/plugin/reference/classes/BcCustomContent-BcCustomContentPlugin.html @@ -0,0 +1,2716 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
            +

            baserCMS クラスリファレンス

            + + + + + +
            + +
            +
            + + + + +
            +
            + + +
            +

            + BcCustomContentPlugin + + + extends BcPlugin + + +
            + in package + +
            + + +

            + +
            + + +
            + + + +

            plugin for BcCustomContent

            + + + + + + +

            + Table of Contents + + +

            + + + + + + + + + +

            + Properties + + +

            +
            +
            + $currentSite + +  : null +
            +
            現在のサイト +キャッシュ用
            + +
            + $migrations + +  : Migrations +
            + +
            + +

            + Methods + + +

            +
            +
            + applyAsTheme() + +  : mixed +
            +
            テーマを適用する
            + +
            + bootstrap() + +  : void +
            +
            Bootstrap
            + +
            + clearCurrentSite() + +  : void +
            +
            カレントサイトを初期化する
            + +
            + contentsRoutingForReverse() + +  : RouteBuilder +
            +
            コンテンツ管理ルーティング
            + +
            + createAssetsSymlink() + +  : bool +
            +
            プラグインアセットのシンボリックリンクを作成する
            + +
            + execScript() + +  : bool +
            +
            アップデートスクリプトを実行する
            + +
            + execUpdater() + +  : mixed +
            +
            アップデートプログラムを実行する
            + +
            + frontPageRouting() + +  : RouteBuilder +
            +
            プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
            + +
            + getService() + +  : array<string|int, mixed>|mixed|object +
            +
            Get Service
            + +
            + getUpdaters() + +  : array<string|int, mixed> +
            +
            アップデータのパスを取得する
            + +
            + getUpdateScriptMessages() + +  : array<string|int, mixed> +
            +
            アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
            + +
            + hasService() + +  : bool +
            +
            Has Service
            + +
            + initialize() + +  : void +
            +
            Initialize
            + +
            + install() + +  : bool +
            +
            プラグインをインストールする
            + +
            + loadPlugin() + +  : void +
            +
            カスタムコンテンツコアのプラグインをロードする
            + +
            + migrate() + +  : mixed +
            +
            マイグレーションを実行する
            + +
            + prefixRouting() + +  : RouteBuilder +
            +
            プラグインの管理画面用ルーティング
            + +
            + rollbackDb() + +  : bool +
            +
            プラグインのテーブルをリセットする
            + +
            + routes() + +  : void +
            +
            ルーティング設定
            + +
            + services() + +  : void +
            +
            services
            + +
            + siteRouting() + +  : RouteBuilder +
            +
            サブサイトのプラグイン用ルーティング
            + +
            + uninstall() + +  : bool +
            +
            プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
            + +
            + updateDateNow() + +  : void +
            +
            対象のフィールドを現在の日付に更新する
            + +
            + updateDefaultData() + +  : void +
            +
            初期データ読み込み時の更新処理
            + +
            + + + + + + + +
            +

            + Properties + + +

            +
            +

            + $currentSite + + + + +

            + + +

            現在のサイト +キャッシュ用

            + + + public + static null + $currentSite + = null + + + + + +
            +
            +

            + $migrations + + + + +

            + + + + + public + Migrations + $migrations + + + + + + +
            +
            + +
            +

            + Methods + + +

            +
            +

            + applyAsTheme() + + +

            + + +

            テーマを適用する

            + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
            +
            + +
            Parameters
            +
            +
            + $site + : Site +
            +
            + +
            +
            + $theme + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + + +
            +
            +

            + bootstrap() + + +

            + + +

            Bootstrap

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

            + clearCurrentSite() + + +

            + + +

            カレントサイトを初期化する

            + + + public + clearCurrentSite() : void + +
            +
            + + + + + +
            +
            +

            + contentsRoutingForReverse() + + +

            + + +

            コンテンツ管理ルーティング

            + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
            +
            +

            リバースルーティングのために必要

            +
            + +
            Parameters
            +
            +
            + $routes + : RouteBuilder +
            +
            + +
            +
            + $plugin + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + +
            +
            Return values
            + RouteBuilder +
            + +
            +
            + + + +

            プラグインアセットのシンボリックリンクを作成する

            + + + public + createAssetsSymlink() : bool + +
            +
            + + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + execScript() + + +

            + + +

            アップデートスクリプトを実行する

            + + + public + execScript(string $__version) : bool + +
            +
            + +
            Parameters
            +
            +
            + $__version + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + execUpdater() + + +

            + + +

            アップデートプログラムを実行する

            + + + public + execUpdater() : mixed + +
            +
            + + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + frontPageRouting() + + +

            + + +

            プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

            + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
            +
            +

            BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

            +
            + +
            Parameters
            +
            +
            + $routes + : RouteBuilder +
            +
            + +
            +
            + $plugin + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + +
            +
            Return values
            + RouteBuilder +
            + +
            +
            +

            + getService() + + +

            + + +

            Get Service

            + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
            +
            + +
            Parameters
            +
            +
            + $service + : +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + array<string|int, mixed>|mixed|object +
            + +
            +
            +

            + getUpdaters() + + +

            + + +

            アップデータのパスを取得する

            + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
            +
            + +
            Parameters
            +
            +
            + $name + : mixed + = ''
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + array<string|int, mixed> + — +

            $updates

            +
            + +
            + +
            +
            +

            + getUpdateScriptMessages() + + +

            + + +

            アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

            + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
            +
            +

            戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

            +
            + +
            Parameters
            +
            +
            + $name + : mixed + = ''
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + array<string|int, mixed> + — +

            $messages

            +
            + +
            + +
            +
            +

            + hasService() + + +

            + + +

            Has Service

            + + + public + hasService( $service) : bool + +
            +
            + +
            Parameters
            +
            +
            + $service + : +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + initialize() + + +

            + + +

            Initialize

            + + + public + initialize() : void + +
            +
            + + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + install() + + +

            + + +

            プラグインをインストールする

            + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
            +
            + +
            Parameters
            +
            +
            + $options + : array<string|int, mixed> + = []
            +
            +
              +
            • +plugin : プラグイン名
            • +
            • +connection : コネクション名
            • +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + loadPlugin() + + +

            + + +

            カスタムコンテンツコアのプラグインをロードする

            + + + public + loadPlugin() : void + +
            +
            + + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + migrate() + + +

            + + +

            マイグレーションを実行する

            + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
            +
            + +
            Parameters
            +
            +
            + $options + : array<string|int, mixed> + = []
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + prefixRouting() + + +

            + + +

            プラグインの管理画面用ルーティング

            + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
            +
            +

            プラグイン名がダッシュ区切りの場合

            +
            + +
            Parameters
            +
            +
            + $routes + : RouteBuilder +
            +
            + +
            +
            + $plugin + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + +
            +
            Return values
            + RouteBuilder +
            + +
            +
            +

            + rollbackDb() + + +

            + + +

            プラグインのテーブルをリセットする

            + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
            +
            + +
            Parameters
            +
            +
            + $options + : array<string|int, mixed> + = []
            +
            +
              +
            • +plugin : プラグイン名
            • +
            • +connection : コネクション名
            • +
            • +target : ロールバック対象バージョン
            • +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + routes() + + +

            + + +

            ルーティング設定

            + + + public + routes(RouteBuilder $routes) : void + +
            +
            +

            次のルートを設定するが、未インストールの場合はスキップする。

            +

            コンテンツ管理のプラグイン用のリバースルーティング

            +

            ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

            +

            管理画面のプラグイン用ルーティング

            +

            /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

            +

            フロントエンドのプラグイン用ルーティング

            +

            /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

            +

            サブサイトのプラグイン用ルーティング

            +

            /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

            +

            APIのプラグイン用ルーティング

            +

            /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

            +
            + +
            Parameters
            +
            +
            + $routes + : RouteBuilder +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + services() + + +

            + + +

            services

            + + + public + services(ContainerInterface $container) : void + +
            +
            + +
            Parameters
            +
            +
            + $container + : ContainerInterface +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + noTodo +
            +
            + + +
            +
            + checked +
            +
            + + +
            +
            + + +
            +
            +

            + siteRouting() + + +

            + + +

            サブサイトのプラグイン用ルーティング

            + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
            +
            +

            プラグイン名がダッシュ区切りの場合

            +
            + +
            Parameters
            +
            +
            + $routes + : RouteBuilder +
            +
            + +
            +
            + $plugin + : string +
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + +
            +
            Return values
            + RouteBuilder +
            + +
            +
            +

            + uninstall() + + +

            + + +

            プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

            + + + public + uninstall([mixed $options = [] ]) : bool + +
            +
            + +
            Parameters
            +
            +
            + $options + : mixed + = []
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + unitTest +
            +
            + + +
            +
            + +
            +
            Return values
            + bool +
            + +
            +
            +

            + updateDateNow() + + +

            + + +

            対象のフィールドを現在の日付に更新する

            + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
            +
            + +
            Parameters
            +
            +
            + $table + : string +
            +
            + +
            +
            + $fields + : array<string|int, mixed> +
            +
            + +
            +
            + $conditions + : array<string|int, mixed> + = []
            +
            + +
            +
            + $options + : array<string|int, mixed> + = []
            +
            + +
            +
            + + +
            + Tags + + +
            +
            +
            + checked +
            +
            + + +
            +
            + noTodo +
            +
            + + +
            +
            + + +
            +
            +

            + updateDefaultData() + + +

            + + +

            初期データ読み込み時の更新処理

            + + + public + updateDefaultData([array<string|int, mixed> $options = [] ]) : void + +
            +
            + +
            Parameters
            +
            +
            + $options + : array<string|int, mixed> + = []
            +
            + +
            +
            + + + + +
            +
            + +
            +
            +
            +
            +
            
            +        
            + +
            +
            + + + +
            +
            +
            + +
            + On this page + + +
            + +
            +
            +
            +
            +
            +

            Search results

            + +
            +
            +
              +
              +
              +
              +
              + + +
              + + + + + + + + diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentAdminAppController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentAdminAppController.html index 19825190..afa57c9d 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentAdminAppController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentAdminAppController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentsController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentsController.html index 992a9d63..998ec330 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentsController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomContentsController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomEntriesController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomEntriesController.html index f4482f08..0926dd70 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomEntriesController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomEntriesController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomFieldsController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomFieldsController.html index f1df27ee..aeec4437 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomFieldsController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomFieldsController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomLinksController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomLinksController.html index 8000f80c..2779a708 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomLinksController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomLinksController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomTablesController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomTablesController.html index 88124604..a8da8e80 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomTablesController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Admin-CustomTablesController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model @@ -1582,7 +1586,7 @@

              diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomContentsController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomContentsController.html index 6c247505..9f57dfd2 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomContentsController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomContentsController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomEntriesController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomEntriesController.html index 69cb65a9..f0c8717f 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomEntriesController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomEntriesController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomFieldsController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomFieldsController.html index ec54f186..a45dd81b 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomFieldsController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomFieldsController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomLinksController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomLinksController.html index ddbcace4..54626017 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomLinksController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomLinksController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomTablesController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomTablesController.html index f7f186d9..bd41f08a 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomTablesController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-Admin-CustomTablesController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomContentsController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomContentsController.html index 02dfcf44..7cc860bd 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomContentsController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomContentsController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomEntriesController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomEntriesController.html index 703f48c2..903efd46 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomEntriesController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomEntriesController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomLinksController.html b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomLinksController.html index 5e967fae..5aafc0e7 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomLinksController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-Api-CustomLinksController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentController.html b/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentController.html index d0a0cbe6..d04d4acd 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model @@ -2036,7 +2040,7 @@

              diff --git a/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentFrontAppController.html b/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentFrontAppController.html index 96f55184..80904207 100644 --- a/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentFrontAppController.html +++ b/5/plugin/reference/classes/BcCustomContent-Controller-CustomContentFrontAppController.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Event-BcCustomContentControllerEventListener.html b/5/plugin/reference/classes/BcCustomContent-Event-BcCustomContentControllerEventListener.html index 64f90c6f..97c5f77a 100644 --- a/5/plugin/reference/classes/BcCustomContent-Event-BcCustomContentControllerEventListener.html +++ b/5/plugin/reference/classes/BcCustomContent-Event-BcCustomContentControllerEventListener.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model @@ -732,7 +736,7 @@

              @@ -766,7 +770,7 @@

              @@ -805,7 +809,7 @@

              @@ -935,7 +939,7 @@

              @@ -1004,7 +1008,7 @@

              @@ -1061,7 +1065,7 @@

              diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomContent.html b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomContent.html index 0394ebfa..820e4b55 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomContent.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomContent.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomEntry.html b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomEntry.html index 37681fb7..7fbb1480 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomEntry.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomEntry.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomField.html b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomField.html index f3e59e9d..b3924082 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomField.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomField.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomLink.html b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomLink.html index 38729950..07bc0f0c 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomLink.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomLink.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomTable.html index 1ce2cc6f..e2901781 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Entity-CustomTable.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomContentsTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomContentsTable.html index 49ed9077..7bb4c049 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomContentsTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomContentsTable.html @@ -387,6 +387,10 @@

            • Controller +
            • +
            • + Event +
            • Model @@ -552,7 +556,7 @@

              @@ -643,6 +647,13 @@

              テーブル名にプレフィックスを追加する
              +
              + beforeSave() + +  : bool +
              +
              beforeSave
              +
              belongsToMany() @@ -657,6 +668,13 @@

              並び順を変更する
              +
              + createSearchIndex() + +  : array<string|int, mixed>|false +
              +
              検索用データを生成する
              +
              dispatchLayerEvent() @@ -1051,6 +1069,87 @@
              Return values
              string +

            • +
              +

              + beforeSave() + + +

              + + +

              beforeSave

              + + + public + beforeSave(EventInterface $event, EntityInterface $entity, ArrayObject $options) : bool + +
              +
              + +
              Parameters
              +
              +
              + $event + : EventInterface +
              +
              + +
              +
              + $entity + : EntityInterface +
              +
              + +
              +
              + $options + : ArrayObject +
              +
              + +
              +
              + + +
              + Tags + + +
              +
              +
              + checked +
              +
              + + +
              +
              + noTodo +
              +
              + + +
              +
              + +
              +
              Return values
              + bool +
              +
              Return values
              bool + +
              +

              + createSearchIndex() + + +

              + + +

              検索用データを生成する

              + + + public + createSearchIndex(mixed $entity) : array<string|int, mixed>|false + +
              +
              + +
              Parameters
              +
              +
              + $entity + : mixed +
              +
              + +
              +
              + + +
              + Tags + + +
              +
              +
              + checked +
              +
              + + +
              +
              + noTodo +
              +
              + + +
              +
              + +
              +
              Return values
              + array<string|int, mixed>|false +
              +
              @@ -2099,7 +2265,7 @@

              @@ -2278,8 +2444,10 @@

              Return values
              • addPrefix()
              • +
              • beforeSave()
              • belongsToMany()
              • changeSort()
              • +
              • createSearchIndex()
              • dispatchLayerEvent()
              • getConditionAllowPublish()
              • getMax()
              • diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomEntriesTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomEntriesTable.html index 071779c2..208105c4 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomEntriesTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomEntriesTable.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -555,7 +559,7 @@

                @@ -998,7 +1002,7 @@

                @@ -1319,7 +1323,7 @@

                @@ -1386,7 +1390,7 @@

                @@ -1625,7 +1629,7 @@

                @@ -1699,7 +1703,7 @@

                @@ -1773,7 +1777,7 @@

                @@ -1928,7 +1932,7 @@

                @@ -2288,7 +2292,7 @@

                @@ -2517,7 +2521,7 @@

                @@ -2587,7 +2591,7 @@

                @@ -2864,7 +2868,7 @@

                @@ -3077,7 +3081,7 @@

                @@ -3140,7 +3144,7 @@

                @@ -3210,7 +3214,7 @@

                @@ -3291,7 +3295,7 @@

                @@ -3365,7 +3369,7 @@

                @@ -3439,7 +3443,7 @@

                @@ -3513,7 +3517,7 @@

                @@ -3587,7 +3591,7 @@

                @@ -3668,7 +3672,7 @@

                @@ -3742,7 +3746,7 @@

                @@ -3816,7 +3820,7 @@

                @@ -3890,7 +3894,7 @@

                @@ -4112,7 +4116,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomFieldsTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomFieldsTable.html index e18a1ddf..5be29e68 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomFieldsTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomFieldsTable.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -1055,7 +1059,7 @@

                @@ -1294,7 +1298,7 @@

                @@ -1424,7 +1428,7 @@

                @@ -1491,7 +1495,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomLinksTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomLinksTable.html index 7cc219b7..9397ceea 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomLinksTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomLinksTable.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -1122,7 +1126,7 @@

                @@ -1199,7 +1203,7 @@

                @@ -1598,7 +1602,7 @@

                @@ -1821,7 +1825,7 @@

                @@ -1969,7 +1973,7 @@

                @@ -2105,7 +2109,7 @@

                @@ -2458,7 +2462,7 @@

                @@ -2676,7 +2680,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomTablesTable.html b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomTablesTable.html index 1e7c6766..fa68abc6 100644 --- a/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomTablesTable.html +++ b/5/plugin/reference/classes/BcCustomContent-Model-Table-CustomTablesTable.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminService.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminService.html index 8f63b3fa..4c748347 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminServiceInterface.html index 8a7759bc..1afb7ce4 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomContentsAdminServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminService.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminService.html index ac7ecc0a..febda4e3 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -1203,7 +1207,7 @@

                @@ -1291,7 +1295,7 @@

                @@ -1450,7 +1454,7 @@

                @@ -1530,7 +1534,7 @@

                @@ -1685,7 +1689,7 @@

                @@ -1766,7 +1770,7 @@

                @@ -1840,7 +1844,7 @@

                @@ -1914,7 +1918,7 @@

                @@ -1988,7 +1992,7 @@

                @@ -2062,7 +2066,7 @@

                @@ -2143,7 +2147,7 @@

                @@ -2364,7 +2368,7 @@

                @@ -2505,7 +2509,7 @@

                @@ -2958,7 +2962,7 @@

                @@ -3363,7 +3367,7 @@

                @@ -3437,7 +3441,7 @@

                @@ -3500,7 +3504,7 @@

                @@ -3563,7 +3567,7 @@

                @@ -3644,7 +3648,7 @@

                @@ -3732,7 +3736,7 @@

                @@ -3961,7 +3965,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminServiceInterface.html index 1b06bd30..851a88ad 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomEntriesAdminServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminService.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminService.html index 0808542f..f67da936 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminServiceInterface.html index f4979a86..bb46b965 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomFieldsAdminServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminService.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminService.html index f30cd220..b7e529d9 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminServiceInterface.html index d005a50f..6e36e5a1 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomLinksAdminServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminService.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminService.html index 35fa41a1..46427874 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminServiceInterface.html index 6d9d13ab..1809eeda 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Admin-CustomTablesAdminServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsService.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsService.html index 6e7172e6..02d69f49 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsServiceInterface.html index c5bfb34d..91c54ce3 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomContentsServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesService.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesService.html index a7e4214d..bc2a5474 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -1157,7 +1161,7 @@

                @@ -1245,7 +1249,7 @@

                @@ -1404,7 +1408,7 @@

                @@ -1484,7 +1488,7 @@

                @@ -1639,7 +1643,7 @@

                @@ -1720,7 +1724,7 @@

                @@ -1794,7 +1798,7 @@

                @@ -1868,7 +1872,7 @@

                @@ -1942,7 +1946,7 @@

                @@ -2016,7 +2020,7 @@

                @@ -2097,7 +2101,7 @@

                @@ -2318,7 +2322,7 @@

                @@ -2459,7 +2463,7 @@

                @@ -2681,7 +2685,7 @@

                @@ -2843,7 +2847,7 @@

                @@ -2917,7 +2921,7 @@

                @@ -2980,7 +2984,7 @@

                @@ -3043,7 +3047,7 @@

                @@ -3124,7 +3128,7 @@

                @@ -3212,7 +3216,7 @@

                @@ -3441,7 +3445,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesServiceInterface.html index 9d317062..c3255185 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomEntriesServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsService.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsService.html index da1495ad..373a2cb1 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsServiceInterface.html index 52773ee7..9da8f59f 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomFieldsServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksService.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksService.html index 2f5001e5..f1e8fdbe 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksServiceInterface.html index f8114dbf..19199105 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomLinksServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesService.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesService.html index 32825554..7c916962 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesServiceInterface.html index 4a144f2d..5a229265 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-CustomTablesServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontService.html b/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontService.html index 640af61a..67f04af4 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontService.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontService.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model @@ -1020,7 +1024,7 @@

                @@ -1168,7 +1172,7 @@

                @@ -1325,7 +1329,7 @@

                @@ -1406,7 +1410,7 @@

                @@ -1568,7 +1572,7 @@

                @@ -1638,7 +1642,7 @@

                diff --git a/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontServiceInterface.html b/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontServiceInterface.html index 09c51a5a..ee78004a 100644 --- a/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontServiceInterface.html +++ b/5/plugin/reference/classes/BcCustomContent-Service-Front-CustomContentFrontServiceInterface.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-ServiceProvider-BcCustomContentServiceProvider.html b/5/plugin/reference/classes/BcCustomContent-ServiceProvider-BcCustomContentServiceProvider.html index 37d40842..ebfb856e 100644 --- a/5/plugin/reference/classes/BcCustomContent-ServiceProvider-BcCustomContentServiceProvider.html +++ b/5/plugin/reference/classes/BcCustomContent-ServiceProvider-BcCustomContentServiceProvider.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-Utility-CustomContentUtil.html b/5/plugin/reference/classes/BcCustomContent-Utility-CustomContentUtil.html index 86cca709..b1814dc0 100644 --- a/5/plugin/reference/classes/BcCustomContent-Utility-CustomContentUtil.html +++ b/5/plugin/reference/classes/BcCustomContent-Utility-CustomContentUtil.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-CustomContentAdminAppView.html b/5/plugin/reference/classes/BcCustomContent-View-CustomContentAdminAppView.html index 3ab6dd29..e52ff0b5 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-CustomContentAdminAppView.html +++ b/5/plugin/reference/classes/BcCustomContent-View-CustomContentAdminAppView.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-CustomContentFrontAppView.html b/5/plugin/reference/classes/BcCustomContent-View-CustomContentFrontAppView.html index 4ce868ce..b904f791 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-CustomContentFrontAppView.html +++ b/5/plugin/reference/classes/BcCustomContent-View-CustomContentFrontAppView.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-Helper-BcCustomContentBaserHelper.html b/5/plugin/reference/classes/BcCustomContent-View-Helper-BcCustomContentBaserHelper.html index b8752884..84124aa8 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-Helper-BcCustomContentBaserHelper.html +++ b/5/plugin/reference/classes/BcCustomContent-View-Helper-BcCustomContentBaserHelper.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAdminHelper.html b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAdminHelper.html index dc1d35c7..364e1a40 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAdminHelper.html +++ b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAdminHelper.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAppHelper.html b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAppHelper.html index 450d1ece..83776872 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAppHelper.html +++ b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentAppHelper.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentArrayTrait.html b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentArrayTrait.html index ea06dd62..8a5d1015 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentArrayTrait.html +++ b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentArrayTrait.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentHelper.html b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentHelper.html index 4d333526..e7b2dd9a 100644 --- a/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentHelper.html +++ b/5/plugin/reference/classes/BcCustomContent-View-Helper-CustomContentHelper.html @@ -387,6 +387,10 @@

              • Controller +
              • +
              • + Event +
              • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-BcEditorTemplatePlugin.html b/5/plugin/reference/classes/BcEditorTemplate-BcEditorTemplatePlugin.html new file mode 100644 index 00000000..4f2fa243 --- /dev/null +++ b/5/plugin/reference/classes/BcEditorTemplate-BcEditorTemplatePlugin.html @@ -0,0 +1,2616 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                +

                baserCMS クラスリファレンス

                + + + + + +
                + +
                +
                + + + + +
                +
                + + +
                +

                + BcEditorTemplatePlugin + + + extends BcPlugin + + +
                + in package + +
                + + +

                + +
                + + +
                + + + +

                Class Plugin

                + + + + + + +

                + Table of Contents + + +

                + + + + + + + + + +

                + Properties + + +

                +
                +
                + $currentSite + +  : null +
                +
                現在のサイト +キャッシュ用
                + +
                + $migrations + +  : Migrations +
                + +
                + +

                + Methods + + +

                +
                +
                + applyAsTheme() + +  : mixed +
                +
                テーマを適用する
                + +
                + bootstrap() + +  : void +
                +
                bootstrap
                + +
                + clearCurrentSite() + +  : void +
                +
                カレントサイトを初期化する
                + +
                + contentsRoutingForReverse() + +  : RouteBuilder +
                +
                コンテンツ管理ルーティング
                + +
                + createAssetsSymlink() + +  : bool +
                +
                プラグインアセットのシンボリックリンクを作成する
                + +
                + execScript() + +  : bool +
                +
                アップデートスクリプトを実行する
                + +
                + execUpdater() + +  : mixed +
                +
                アップデートプログラムを実行する
                + +
                + frontPageRouting() + +  : RouteBuilder +
                +
                プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                + +
                + getService() + +  : array<string|int, mixed>|mixed|object +
                +
                Get Service
                + +
                + getUpdaters() + +  : array<string|int, mixed> +
                +
                アップデータのパスを取得する
                + +
                + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                +
                アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                + +
                + hasService() + +  : bool +
                +
                Has Service
                + +
                + initialize() + +  : void +
                +
                Initialize
                + +
                + install() + +  : bool +
                +
                プラグインをインストールする
                + +
                + migrate() + +  : mixed +
                +
                マイグレーションを実行する
                + +
                + prefixRouting() + +  : RouteBuilder +
                +
                プラグインの管理画面用ルーティング
                + +
                + rollbackDb() + +  : bool +
                +
                プラグインのテーブルをリセットする
                + +
                + routes() + +  : void +
                +
                ルーティング設定
                + +
                + services() + +  : void +
                +
                services
                + +
                + siteRouting() + +  : RouteBuilder +
                +
                サブサイトのプラグイン用ルーティング
                + +
                + uninstall() + +  : bool +
                +
                プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                + +
                + updateDateNow() + +  : void +
                +
                対象のフィールドを現在の日付に更新する
                + +
                + + + + + + + +
                +

                + Properties + + +

                +
                +

                + $currentSite + + + + +

                + + +

                現在のサイト +キャッシュ用

                + + + public + static null + $currentSite + = null + + + + + +
                +
                +

                + $migrations + + + + +

                + + + + + public + Migrations + $migrations + + + + + + +
                +
                + +
                +

                + Methods + + +

                +
                +

                + applyAsTheme() + + +

                + + +

                テーマを適用する

                + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                +
                + +
                Parameters
                +
                +
                + $site + : Site +
                +
                + +
                +
                + $theme + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + + +
                +
                +

                + bootstrap() + + +

                + + +

                bootstrap

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

                + clearCurrentSite() + + +

                + + +

                カレントサイトを初期化する

                + + + public + clearCurrentSite() : void + +
                +
                + + + + + +
                +
                +

                + contentsRoutingForReverse() + + +

                + + +

                コンテンツ管理ルーティング

                + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                +
                +

                リバースルーティングのために必要

                +
                + +
                Parameters
                +
                +
                + $routes + : RouteBuilder +
                +
                + +
                +
                + $plugin + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + +
                +
                Return values
                + RouteBuilder +
                + +
                +
                + + + +

                プラグインアセットのシンボリックリンクを作成する

                + + + public + createAssetsSymlink() : bool + +
                +
                + + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + execScript() + + +

                + + +

                アップデートスクリプトを実行する

                + + + public + execScript(string $__version) : bool + +
                +
                + +
                Parameters
                +
                +
                + $__version + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + execUpdater() + + +

                + + +

                アップデートプログラムを実行する

                + + + public + execUpdater() : mixed + +
                +
                + + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + + +
                +
                +

                + frontPageRouting() + + +

                + + +

                プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                +
                +

                BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                +
                + +
                Parameters
                +
                +
                + $routes + : RouteBuilder +
                +
                + +
                +
                + $plugin + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + +
                +
                Return values
                + RouteBuilder +
                + +
                +
                +

                + getService() + + +

                + + +

                Get Service

                + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                +
                + +
                Parameters
                +
                +
                + $service + : +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + array<string|int, mixed>|mixed|object +
                + +
                +
                +

                + getUpdaters() + + +

                + + +

                アップデータのパスを取得する

                + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                +
                + +
                Parameters
                +
                +
                + $name + : mixed + = ''
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + array<string|int, mixed> + — +

                $updates

                +
                + +
                + +
                +
                +

                + getUpdateScriptMessages() + + +

                + + +

                アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                +
                +

                戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                +
                + +
                Parameters
                +
                +
                + $name + : mixed + = ''
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + array<string|int, mixed> + — +

                $messages

                +
                + +
                + +
                +
                +

                + hasService() + + +

                + + +

                Has Service

                + + + public + hasService( $service) : bool + +
                +
                + +
                Parameters
                +
                +
                + $service + : +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + initialize() + + +

                + + +

                Initialize

                + + + public + initialize() : void + +
                +
                + + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + + +
                +
                +

                + install() + + +

                + + +

                プラグインをインストールする

                + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                +
                +

                マイグレーションファイルを読み込み、 plugins テーブルに登録する

                +
                + +
                Parameters
                +
                +
                + $options + : array<string|int, mixed> + = []
                +
                +
                  +
                • +plugin : プラグイン名
                • +
                • +connection : コネクション名
                • +
                • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                • +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + unitTest +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + checked +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + migrate() + + +

                + + +

                マイグレーションを実行する

                + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                +
                + +
                Parameters
                +
                +
                + $options + : array<string|int, mixed> + = []
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + + +
                +
                +

                + prefixRouting() + + +

                + + +

                プラグインの管理画面用ルーティング

                + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                +
                +

                プラグイン名がダッシュ区切りの場合

                +
                + +
                Parameters
                +
                +
                + $routes + : RouteBuilder +
                +
                + +
                +
                + $plugin + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + +
                +
                Return values
                + RouteBuilder +
                + +
                +
                +

                + rollbackDb() + + +

                + + +

                プラグインのテーブルをリセットする

                + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                +
                + +
                Parameters
                +
                +
                + $options + : array<string|int, mixed> + = []
                +
                +
                  +
                • +plugin : プラグイン名
                • +
                • +connection : コネクション名
                • +
                • +target : ロールバック対象バージョン
                • +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + routes() + + +

                + + +

                ルーティング設定

                + + + public + routes(RouteBuilder $routes) : void + +
                +
                +

                次のルートを設定するが、未インストールの場合はスキップする。

                +

                コンテンツ管理のプラグイン用のリバースルーティング

                +

                ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                +

                管理画面のプラグイン用ルーティング

                +

                /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                +

                フロントエンドのプラグイン用ルーティング

                +

                /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                +

                サブサイトのプラグイン用ルーティング

                +

                /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                +

                APIのプラグイン用ルーティング

                +

                /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                +
                + +
                Parameters
                +
                +
                + $routes + : RouteBuilder +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + + +
                +
                +

                + services() + + +

                + + +

                services

                + + + public + services(ContainerInterface $container) : void + +
                +
                + +
                Parameters
                +
                +
                + $container + : ContainerInterface +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + noTodo +
                +
                + + +
                +
                + checked +
                +
                + + +
                +
                + + +
                +
                +

                + siteRouting() + + +

                + + +

                サブサイトのプラグイン用ルーティング

                + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                +
                +

                プラグイン名がダッシュ区切りの場合

                +
                + +
                Parameters
                +
                +
                + $routes + : RouteBuilder +
                +
                + +
                +
                + $plugin + : string +
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + +
                +
                Return values
                + RouteBuilder +
                + +
                +
                +

                + uninstall() + + +

                + + +

                プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                + + + public + uninstall([mixed $options = [] ]) : bool + +
                +
                + +
                Parameters
                +
                +
                + $options + : mixed + = []
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + unitTest +
                +
                + + +
                +
                + +
                +
                Return values
                + bool +
                + +
                +
                +

                + updateDateNow() + + +

                + + +

                対象のフィールドを現在の日付に更新する

                + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                +
                + +
                Parameters
                +
                +
                + $table + : string +
                +
                + +
                +
                + $fields + : array<string|int, mixed> +
                +
                + +
                +
                + $conditions + : array<string|int, mixed> + = []
                +
                + +
                +
                + $options + : array<string|int, mixed> + = []
                +
                + +
                +
                + + +
                + Tags + + +
                +
                +
                + checked +
                +
                + + +
                +
                + noTodo +
                +
                + + +
                +
                + + +
                +
                + +
                +
                +
                +
                +
                
                +        
                + +
                +
                + + + +
                +
                +
                + +
                + On this page + + +
                + +
                +
                +
                +
                +
                +

                Search results

                + +
                +
                +
                  +
                  +
                  +
                  +
                  + + +
                  + + + + + + + + diff --git a/5/plugin/reference/classes/BcEditorTemplate-Controller-Admin-EditorTemplatesController.html b/5/plugin/reference/classes/BcEditorTemplate-Controller-Admin-EditorTemplatesController.html index 5e044e41..56c51a06 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Controller-Admin-EditorTemplatesController.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Controller-Admin-EditorTemplatesController.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Controller-Api-Admin-EditorTemplatesController.html b/5/plugin/reference/classes/BcEditorTemplate-Controller-Api-Admin-EditorTemplatesController.html index 5e76952d..5e644d6e 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Controller-Api-Admin-EditorTemplatesController.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Controller-Api-Admin-EditorTemplatesController.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Model-Entity-EditorTemplate.html b/5/plugin/reference/classes/BcEditorTemplate-Model-Entity-EditorTemplate.html index 954d7899..1028974d 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Model-Entity-EditorTemplate.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Model-Entity-EditorTemplate.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Model-Table-EditorTemplatesTable.html b/5/plugin/reference/classes/BcEditorTemplate-Model-Table-EditorTemplatesTable.html index cb372053..652c1467 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Model-Table-EditorTemplatesTable.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Model-Table-EditorTemplatesTable.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminService.html b/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminService.html index 3a08c830..61a67ecf 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminService.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminService.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminServiceInterface.html b/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminServiceInterface.html index bed79d4a..cadf27b8 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Service-Admin-EditorTemplatesAdminServiceInterface.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesService.html b/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesService.html index a63f1c9a..5d8d0557 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesService.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesService.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesServiceInterface.html b/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesServiceInterface.html index 6b634de9..fcc4075a 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesServiceInterface.html +++ b/5/plugin/reference/classes/BcEditorTemplate-Service-EditorTemplatesServiceInterface.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcEditorTemplate-ServiceProvider-BcEditorTemplateServiceProvider.html b/5/plugin/reference/classes/BcEditorTemplate-ServiceProvider-BcEditorTemplateServiceProvider.html index e18c9760..27d50111 100644 --- a/5/plugin/reference/classes/BcEditorTemplate-ServiceProvider-BcEditorTemplateServiceProvider.html +++ b/5/plugin/reference/classes/BcEditorTemplate-ServiceProvider-BcEditorTemplateServiceProvider.html @@ -387,6 +387,10 @@

                • Controller +
                • +
                • + Event +
                • Model diff --git a/5/plugin/reference/classes/BcFavorite-BcFavoritePlugin.html b/5/plugin/reference/classes/BcFavorite-BcFavoritePlugin.html new file mode 100644 index 00000000..077ba6a9 --- /dev/null +++ b/5/plugin/reference/classes/BcFavorite-BcFavoritePlugin.html @@ -0,0 +1,2616 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                  +

                  baserCMS クラスリファレンス

                  + + + + + +
                  + +
                  +
                  + + + + +
                  +
                  + + +
                  +

                  + BcFavoritePlugin + + + extends BcPlugin + + +
                  + in package + +
                  + + +

                  + +
                  + + +
                  + + + +

                  plugin for BcFavorite

                  + + + + + + +

                  + Table of Contents + + +

                  + + + + + + + + + +

                  + Properties + + +

                  +
                  +
                  + $currentSite + +  : null +
                  +
                  現在のサイト +キャッシュ用
                  + +
                  + $migrations + +  : Migrations +
                  + +
                  + +

                  + Methods + + +

                  +
                  +
                  + applyAsTheme() + +  : mixed +
                  +
                  テーマを適用する
                  + +
                  + bootstrap() + +  : void +
                  +
                  bootstrap
                  + +
                  + clearCurrentSite() + +  : void +
                  +
                  カレントサイトを初期化する
                  + +
                  + contentsRoutingForReverse() + +  : RouteBuilder +
                  +
                  コンテンツ管理ルーティング
                  + +
                  + createAssetsSymlink() + +  : bool +
                  +
                  プラグインアセットのシンボリックリンクを作成する
                  + +
                  + execScript() + +  : bool +
                  +
                  アップデートスクリプトを実行する
                  + +
                  + execUpdater() + +  : mixed +
                  +
                  アップデートプログラムを実行する
                  + +
                  + frontPageRouting() + +  : RouteBuilder +
                  +
                  プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                  + +
                  + getService() + +  : array<string|int, mixed>|mixed|object +
                  +
                  Get Service
                  + +
                  + getUpdaters() + +  : array<string|int, mixed> +
                  +
                  アップデータのパスを取得する
                  + +
                  + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                  +
                  アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                  + +
                  + hasService() + +  : bool +
                  +
                  Has Service
                  + +
                  + initialize() + +  : void +
                  +
                  Initialize
                  + +
                  + install() + +  : bool +
                  +
                  プラグインをインストールする
                  + +
                  + migrate() + +  : mixed +
                  +
                  マイグレーションを実行する
                  + +
                  + prefixRouting() + +  : RouteBuilder +
                  +
                  プラグインの管理画面用ルーティング
                  + +
                  + rollbackDb() + +  : bool +
                  +
                  プラグインのテーブルをリセットする
                  + +
                  + routes() + +  : void +
                  +
                  ルーティング設定
                  + +
                  + services() + +  : void +
                  +
                  services
                  + +
                  + siteRouting() + +  : RouteBuilder +
                  +
                  サブサイトのプラグイン用ルーティング
                  + +
                  + uninstall() + +  : bool +
                  +
                  プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                  + +
                  + updateDateNow() + +  : void +
                  +
                  対象のフィールドを現在の日付に更新する
                  + +
                  + + + + + + + +
                  +

                  + Properties + + +

                  +
                  +

                  + $currentSite + + + + +

                  + + +

                  現在のサイト +キャッシュ用

                  + + + public + static null + $currentSite + = null + + + + + +
                  +
                  +

                  + $migrations + + + + +

                  + + + + + public + Migrations + $migrations + + + + + + +
                  +
                  + +
                  +

                  + Methods + + +

                  +
                  +

                  + applyAsTheme() + + +

                  + + +

                  テーマを適用する

                  + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $site + : Site +
                  +
                  + +
                  +
                  + $theme + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + bootstrap() + + +

                  + + +

                  bootstrap

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

                  + clearCurrentSite() + + +

                  + + +

                  カレントサイトを初期化する

                  + + + public + clearCurrentSite() : void + +
                  +
                  + + + + + +
                  +
                  +

                  + contentsRoutingForReverse() + + +

                  + + +

                  コンテンツ管理ルーティング

                  + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                  +
                  +

                  リバースルーティングのために必要

                  +
                  + +
                  Parameters
                  +
                  +
                  + $routes + : RouteBuilder +
                  +
                  + +
                  +
                  + $plugin + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + RouteBuilder +
                  + +
                  +
                  + + + +

                  プラグインアセットのシンボリックリンクを作成する

                  + + + public + createAssetsSymlink() : bool + +
                  +
                  + + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + execScript() + + +

                  + + +

                  アップデートスクリプトを実行する

                  + + + public + execScript(string $__version) : bool + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $__version + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + execUpdater() + + +

                  + + +

                  アップデートプログラムを実行する

                  + + + public + execUpdater() : mixed + +
                  +
                  + + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + frontPageRouting() + + +

                  + + +

                  プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                  + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                  +
                  +

                  BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                  +
                  + +
                  Parameters
                  +
                  +
                  + $routes + : RouteBuilder +
                  +
                  + +
                  +
                  + $plugin + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + RouteBuilder +
                  + +
                  +
                  +

                  + getService() + + +

                  + + +

                  Get Service

                  + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $service + : +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + array<string|int, mixed>|mixed|object +
                  + +
                  +
                  +

                  + getUpdaters() + + +

                  + + +

                  アップデータのパスを取得する

                  + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $name + : mixed + = ''
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + array<string|int, mixed> + — +

                  $updates

                  +
                  + +
                  + +
                  +
                  +

                  + getUpdateScriptMessages() + + +

                  + + +

                  アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                  + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                  +
                  +

                  戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                  +
                  + +
                  Parameters
                  +
                  +
                  + $name + : mixed + = ''
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + array<string|int, mixed> + — +

                  $messages

                  +
                  + +
                  + +
                  +
                  +

                  + hasService() + + +

                  + + +

                  Has Service

                  + + + public + hasService( $service) : bool + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $service + : +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + initialize() + + +

                  + + +

                  Initialize

                  + + + public + initialize() : void + +
                  +
                  + + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + install() + + +

                  + + +

                  プラグインをインストールする

                  + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                  +
                  +

                  マイグレーションファイルを読み込み、 plugins テーブルに登録する

                  +
                  + +
                  Parameters
                  +
                  +
                  + $options + : array<string|int, mixed> + = []
                  +
                  +
                    +
                  • +plugin : プラグイン名
                  • +
                  • +connection : コネクション名
                  • +
                  • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                  • +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + migrate() + + +

                  + + +

                  マイグレーションを実行する

                  + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $options + : array<string|int, mixed> + = []
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + prefixRouting() + + +

                  + + +

                  プラグインの管理画面用ルーティング

                  + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                  +
                  +

                  プラグイン名がダッシュ区切りの場合

                  +
                  + +
                  Parameters
                  +
                  +
                  + $routes + : RouteBuilder +
                  +
                  + +
                  +
                  + $plugin + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + RouteBuilder +
                  + +
                  +
                  +

                  + rollbackDb() + + +

                  + + +

                  プラグインのテーブルをリセットする

                  + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $options + : array<string|int, mixed> + = []
                  +
                  +
                    +
                  • +plugin : プラグイン名
                  • +
                  • +connection : コネクション名
                  • +
                  • +target : ロールバック対象バージョン
                  • +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + routes() + + +

                  + + +

                  ルーティング設定

                  + + + public + routes(RouteBuilder $routes) : void + +
                  +
                  +

                  次のルートを設定するが、未インストールの場合はスキップする。

                  +

                  コンテンツ管理のプラグイン用のリバースルーティング

                  +

                  ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                  +

                  管理画面のプラグイン用ルーティング

                  +

                  /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                  +

                  フロントエンドのプラグイン用ルーティング

                  +

                  /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                  +

                  サブサイトのプラグイン用ルーティング

                  +

                  /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                  +

                  APIのプラグイン用ルーティング

                  +

                  /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                  +
                  + +
                  Parameters
                  +
                  +
                  + $routes + : RouteBuilder +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + services() + + +

                  + + +

                  services

                  + + + public + services(ContainerInterface $container) : void + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $container + : ContainerInterface +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  +

                  + siteRouting() + + +

                  + + +

                  サブサイトのプラグイン用ルーティング

                  + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                  +
                  +

                  プラグイン名がダッシュ区切りの場合

                  +
                  + +
                  Parameters
                  +
                  +
                  + $routes + : RouteBuilder +
                  +
                  + +
                  +
                  + $plugin + : string +
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + RouteBuilder +
                  + +
                  +
                  +

                  + uninstall() + + +

                  + + +

                  プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                  + + + public + uninstall([mixed $options = [] ]) : bool + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $options + : mixed + = []
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + unitTest +
                  +
                  + + +
                  +
                  + +
                  +
                  Return values
                  + bool +
                  + +
                  +
                  +

                  + updateDateNow() + + +

                  + + +

                  対象のフィールドを現在の日付に更新する

                  + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                  +
                  + +
                  Parameters
                  +
                  +
                  + $table + : string +
                  +
                  + +
                  +
                  + $fields + : array<string|int, mixed> +
                  +
                  + +
                  +
                  + $conditions + : array<string|int, mixed> + = []
                  +
                  + +
                  +
                  + $options + : array<string|int, mixed> + = []
                  +
                  + +
                  +
                  + + +
                  + Tags + + +
                  +
                  +
                  + checked +
                  +
                  + + +
                  +
                  + noTodo +
                  +
                  + + +
                  +
                  + + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  
                  +        
                  + +
                  +
                  + + + +
                  +
                  +
                  + +
                  + On this page + + +
                  + +
                  +
                  +
                  +
                  +
                  +

                  Search results

                  + +
                  +
                  +
                    +
                    +
                    +
                    +
                    + + +
                    + + + + + + + + diff --git a/5/plugin/reference/classes/BcFavorite-Controller-Api-Admin-FavoritesController.html b/5/plugin/reference/classes/BcFavorite-Controller-Api-Admin-FavoritesController.html index 033ef6ce..40ffba86 100644 --- a/5/plugin/reference/classes/BcFavorite-Controller-Api-Admin-FavoritesController.html +++ b/5/plugin/reference/classes/BcFavorite-Controller-Api-Admin-FavoritesController.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-Event-BcFavoriteViewEventListener.html b/5/plugin/reference/classes/BcFavorite-Event-BcFavoriteViewEventListener.html index b7c8a27b..6cf6b38d 100644 --- a/5/plugin/reference/classes/BcFavorite-Event-BcFavoriteViewEventListener.html +++ b/5/plugin/reference/classes/BcFavorite-Event-BcFavoriteViewEventListener.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model @@ -725,7 +729,7 @@

                    @@ -759,7 +763,7 @@

                    @@ -798,7 +802,7 @@

                    @@ -1042,7 +1046,7 @@

                    @@ -1111,7 +1115,7 @@

                    @@ -1168,7 +1172,7 @@

                    diff --git a/5/plugin/reference/classes/BcFavorite-Model-Entity-Favorite.html b/5/plugin/reference/classes/BcFavorite-Model-Entity-Favorite.html index d43c6eaf..7dfb6d15 100644 --- a/5/plugin/reference/classes/BcFavorite-Model-Entity-Favorite.html +++ b/5/plugin/reference/classes/BcFavorite-Model-Entity-Favorite.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-Model-Table-FavoritesTable.html b/5/plugin/reference/classes/BcFavorite-Model-Table-FavoritesTable.html index 6340eef5..ad757b28 100644 --- a/5/plugin/reference/classes/BcFavorite-Model-Table-FavoritesTable.html +++ b/5/plugin/reference/classes/BcFavorite-Model-Table-FavoritesTable.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-Model-Validation-FavoriteValidation.html b/5/plugin/reference/classes/BcFavorite-Model-Validation-FavoriteValidation.html index 0a4fa420..5e1bad4f 100644 --- a/5/plugin/reference/classes/BcFavorite-Model-Validation-FavoriteValidation.html +++ b/5/plugin/reference/classes/BcFavorite-Model-Validation-FavoriteValidation.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-Service-FavoritesService.html b/5/plugin/reference/classes/BcFavorite-Service-FavoritesService.html index 0db640ba..5bf5bc02 100644 --- a/5/plugin/reference/classes/BcFavorite-Service-FavoritesService.html +++ b/5/plugin/reference/classes/BcFavorite-Service-FavoritesService.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-Service-FavoritesServiceInterface.html b/5/plugin/reference/classes/BcFavorite-Service-FavoritesServiceInterface.html index 49bd4c4e..a278b373 100644 --- a/5/plugin/reference/classes/BcFavorite-Service-FavoritesServiceInterface.html +++ b/5/plugin/reference/classes/BcFavorite-Service-FavoritesServiceInterface.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFavorite-ServiceProvider-BcFavoriteServiceProvider.html b/5/plugin/reference/classes/BcFavorite-ServiceProvider-BcFavoriteServiceProvider.html index 00484d7e..50eae795 100644 --- a/5/plugin/reference/classes/BcFavorite-ServiceProvider-BcFavoriteServiceProvider.html +++ b/5/plugin/reference/classes/BcFavorite-ServiceProvider-BcFavoriteServiceProvider.html @@ -387,6 +387,10 @@

                  • Controller +
                  • +
                  • + Event +
                  • Model diff --git a/5/plugin/reference/classes/BcFront-BcFrontPlugin.html b/5/plugin/reference/classes/BcFront-BcFrontPlugin.html new file mode 100644 index 00000000..e660cd65 --- /dev/null +++ b/5/plugin/reference/classes/BcFront-BcFrontPlugin.html @@ -0,0 +1,2545 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                    +

                    baserCMS クラスリファレンス

                    + + + + + +
                    + +
                    +
                    + + + + +
                    +
                    + + +
                    +

                    + BcFrontPlugin + + + extends BcPlugin + + +
                    + in package + +
                    + + +

                    + +
                    + + +
                    + + + +

                    plugin for BcFront

                    + + + + + + +

                    + Table of Contents + + +

                    + + + + + + + + + +

                    + Properties + + +

                    +
                    +
                    + $currentSite + +  : null +
                    +
                    現在のサイト +キャッシュ用
                    + +
                    + $migrations + +  : Migrations +
                    + +
                    + +

                    + Methods + + +

                    +
                    +
                    + applyAsTheme() + +  : mixed +
                    +
                    テーマを適用する
                    + +
                    + bootstrap() + +  : void +
                    +
                    bootstrap
                    + +
                    + clearCurrentSite() + +  : void +
                    +
                    カレントサイトを初期化する
                    + +
                    + contentsRoutingForReverse() + +  : RouteBuilder +
                    +
                    コンテンツ管理ルーティング
                    + +
                    + createAssetsSymlink() + +  : bool +
                    +
                    プラグインアセットのシンボリックリンクを作成する
                    + +
                    + execScript() + +  : bool +
                    +
                    アップデートスクリプトを実行する
                    + +
                    + execUpdater() + +  : mixed +
                    +
                    アップデートプログラムを実行する
                    + +
                    + frontPageRouting() + +  : RouteBuilder +
                    +
                    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                    + +
                    + getService() + +  : array<string|int, mixed>|mixed|object +
                    +
                    Get Service
                    + +
                    + getUpdaters() + +  : array<string|int, mixed> +
                    +
                    アップデータのパスを取得する
                    + +
                    + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                    +
                    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                    + +
                    + hasService() + +  : bool +
                    +
                    Has Service
                    + +
                    + initialize() + +  : void +
                    +
                    Initialize
                    + +
                    + install() + +  : bool +
                    +
                    プラグインをインストールする
                    + +
                    + migrate() + +  : mixed +
                    +
                    マイグレーションを実行する
                    + +
                    + prefixRouting() + +  : RouteBuilder +
                    +
                    プラグインの管理画面用ルーティング
                    + +
                    + rollbackDb() + +  : bool +
                    +
                    プラグインのテーブルをリセットする
                    + +
                    + routes() + +  : void +
                    +
                    ルーティング設定
                    + +
                    + siteRouting() + +  : RouteBuilder +
                    +
                    サブサイトのプラグイン用ルーティング
                    + +
                    + uninstall() + +  : bool +
                    +
                    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                    + +
                    + updateDateNow() + +  : void +
                    +
                    対象のフィールドを現在の日付に更新する
                    + +
                    + + + + + + + +
                    +

                    + Properties + + +

                    +
                    +

                    + $currentSite + + + + +

                    + + +

                    現在のサイト +キャッシュ用

                    + + + public + static null + $currentSite + = null + + + + + +
                    +
                    +

                    + $migrations + + + + +

                    + + + + + public + Migrations + $migrations + + + + + + +
                    +
                    + +
                    +

                    + Methods + + +

                    +
                    +

                    + applyAsTheme() + + +

                    + + +

                    テーマを適用する

                    + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $site + : Site +
                    +
                    + +
                    +
                    + $theme + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + + +
                    +
                    +

                    + bootstrap() + + +

                    + + +

                    bootstrap

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

                    + clearCurrentSite() + + +

                    + + +

                    カレントサイトを初期化する

                    + + + public + clearCurrentSite() : void + +
                    +
                    + + + + + +
                    +
                    +

                    + contentsRoutingForReverse() + + +

                    + + +

                    コンテンツ管理ルーティング

                    + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                    +
                    +

                    リバースルーティングのために必要

                    +
                    + +
                    Parameters
                    +
                    +
                    + $routes + : RouteBuilder +
                    +
                    + +
                    +
                    + $plugin + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + RouteBuilder +
                    + +
                    +
                    + + + +

                    プラグインアセットのシンボリックリンクを作成する

                    + + + public + createAssetsSymlink() : bool + +
                    +
                    + + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + execScript() + + +

                    + + +

                    アップデートスクリプトを実行する

                    + + + public + execScript(string $__version) : bool + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $__version + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + execUpdater() + + +

                    + + +

                    アップデートプログラムを実行する

                    + + + public + execUpdater() : mixed + +
                    +
                    + + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + + +
                    +
                    +

                    + frontPageRouting() + + +

                    + + +

                    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                    + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                    +
                    +

                    BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                    +
                    + +
                    Parameters
                    +
                    +
                    + $routes + : RouteBuilder +
                    +
                    + +
                    +
                    + $plugin + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + RouteBuilder +
                    + +
                    +
                    +

                    + getService() + + +

                    + + +

                    Get Service

                    + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $service + : +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + array<string|int, mixed>|mixed|object +
                    + +
                    +
                    +

                    + getUpdaters() + + +

                    + + +

                    アップデータのパスを取得する

                    + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $name + : mixed + = ''
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + array<string|int, mixed> + — +

                    $updates

                    +
                    + +
                    + +
                    +
                    +

                    + getUpdateScriptMessages() + + +

                    + + +

                    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                    + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                    +
                    +

                    戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                    +
                    + +
                    Parameters
                    +
                    +
                    + $name + : mixed + = ''
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + array<string|int, mixed> + — +

                    $messages

                    +
                    + +
                    + +
                    +
                    +

                    + hasService() + + +

                    + + +

                    Has Service

                    + + + public + hasService( $service) : bool + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $service + : +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + initialize() + + +

                    + + +

                    Initialize

                    + + + public + initialize() : void + +
                    +
                    + + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + + +
                    +
                    +

                    + install() + + +

                    + + +

                    プラグインをインストールする

                    + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                    +
                    +

                    マイグレーションファイルを読み込み、 plugins テーブルに登録する

                    +
                    + +
                    Parameters
                    +
                    +
                    + $options + : array<string|int, mixed> + = []
                    +
                    +
                      +
                    • +plugin : プラグイン名
                    • +
                    • +connection : コネクション名
                    • +
                    • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                    • +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + migrate() + + +

                    + + +

                    マイグレーションを実行する

                    + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $options + : array<string|int, mixed> + = []
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + + +
                    +
                    +

                    + prefixRouting() + + +

                    + + +

                    プラグインの管理画面用ルーティング

                    + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                    +
                    +

                    プラグイン名がダッシュ区切りの場合

                    +
                    + +
                    Parameters
                    +
                    +
                    + $routes + : RouteBuilder +
                    +
                    + +
                    +
                    + $plugin + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + RouteBuilder +
                    + +
                    +
                    +

                    + rollbackDb() + + +

                    + + +

                    プラグインのテーブルをリセットする

                    + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $options + : array<string|int, mixed> + = []
                    +
                    +
                      +
                    • +plugin : プラグイン名
                    • +
                    • +connection : コネクション名
                    • +
                    • +target : ロールバック対象バージョン
                    • +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + routes() + + +

                    + + +

                    ルーティング設定

                    + + + public + routes(RouteBuilder $routes) : void + +
                    +
                    +

                    次のルートを設定するが、未インストールの場合はスキップする。

                    +

                    コンテンツ管理のプラグイン用のリバースルーティング

                    +

                    ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                    +

                    管理画面のプラグイン用ルーティング

                    +

                    /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                    +

                    フロントエンドのプラグイン用ルーティング

                    +

                    /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                    +

                    サブサイトのプラグイン用ルーティング

                    +

                    /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                    +

                    APIのプラグイン用ルーティング

                    +

                    /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                    +
                    + +
                    Parameters
                    +
                    +
                    + $routes + : RouteBuilder +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + + +
                    +
                    +

                    + siteRouting() + + +

                    + + +

                    サブサイトのプラグイン用ルーティング

                    + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                    +
                    +

                    プラグイン名がダッシュ区切りの場合

                    +
                    + +
                    Parameters
                    +
                    +
                    + $routes + : RouteBuilder +
                    +
                    + +
                    +
                    + $plugin + : string +
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + RouteBuilder +
                    + +
                    +
                    +

                    + uninstall() + + +

                    + + +

                    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                    + + + public + uninstall([mixed $options = [] ]) : bool + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $options + : mixed + = []
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + unitTest +
                    +
                    + + +
                    +
                    + +
                    +
                    Return values
                    + bool +
                    + +
                    +
                    +

                    + updateDateNow() + + +

                    + + +

                    対象のフィールドを現在の日付に更新する

                    + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                    +
                    + +
                    Parameters
                    +
                    +
                    + $table + : string +
                    +
                    + +
                    +
                    + $fields + : array<string|int, mixed> +
                    +
                    + +
                    +
                    + $conditions + : array<string|int, mixed> + = []
                    +
                    + +
                    +
                    + $options + : array<string|int, mixed> + = []
                    +
                    + +
                    +
                    + + +
                    + Tags + + +
                    +
                    +
                    + checked +
                    +
                    + + +
                    +
                    + noTodo +
                    +
                    + + +
                    +
                    + + +
                    +
                    + +
                    +
                    +
                    +
                    +
                    
                    +        
                    + +
                    +
                    + + + +
                    +
                    +
                    + +
                    + On this page + + +
                    + +
                    +
                    +
                    +
                    +
                    +

                    Search results

                    + +
                    +
                    +
                      +
                      +
                      +
                      +
                      + + +
                      + + + + + + + + diff --git a/5/plugin/reference/classes/BcInstaller-BcInstallerPlugin.html b/5/plugin/reference/classes/BcInstaller-BcInstallerPlugin.html new file mode 100644 index 00000000..679ac1a8 --- /dev/null +++ b/5/plugin/reference/classes/BcInstaller-BcInstallerPlugin.html @@ -0,0 +1,2667 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                      +

                      baserCMS クラスリファレンス

                      + + + + + +
                      + +
                      +
                      + + + + +
                      +
                      + + +
                      +

                      + BcInstallerPlugin + + + extends BcPlugin + + +
                      + in package + +
                      + + +

                      + +
                      + + +
                      + + + +

                      Class Plugin

                      + + + + + + +

                      + Table of Contents + + +

                      + + + + + + + + + +

                      + Properties + + +

                      +
                      +
                      + $currentSite + +  : null +
                      +
                      現在のサイト +キャッシュ用
                      + +
                      + $migrations + +  : Migrations +
                      + +
                      + +

                      + Methods + + +

                      +
                      +
                      + applyAsTheme() + +  : mixed +
                      +
                      テーマを適用する
                      + +
                      + bootstrap() + +  : void +
                      +
                      bootstrap
                      + +
                      + clearCurrentSite() + +  : void +
                      +
                      カレントサイトを初期化する
                      + +
                      + console() + +  : CommandCollection +
                      +
                      コマンド定義
                      + +
                      + contentsRoutingForReverse() + +  : RouteBuilder +
                      +
                      コンテンツ管理ルーティング
                      + +
                      + createAssetsSymlink() + +  : bool +
                      +
                      プラグインアセットのシンボリックリンクを作成する
                      + +
                      + execScript() + +  : bool +
                      +
                      アップデートスクリプトを実行する
                      + +
                      + execUpdater() + +  : mixed +
                      +
                      アップデートプログラムを実行する
                      + +
                      + frontPageRouting() + +  : RouteBuilder +
                      +
                      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                      + +
                      + getService() + +  : array<string|int, mixed>|mixed|object +
                      +
                      Get Service
                      + +
                      + getUpdaters() + +  : array<string|int, mixed> +
                      +
                      アップデータのパスを取得する
                      + +
                      + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                      +
                      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                      + +
                      + hasService() + +  : bool +
                      +
                      Has Service
                      + +
                      + initialize() + +  : void +
                      +
                      Initialize
                      + +
                      + install() + +  : bool +
                      +
                      プラグインをインストールする
                      + +
                      + migrate() + +  : mixed +
                      +
                      マイグレーションを実行する
                      + +
                      + prefixRouting() + +  : RouteBuilder +
                      +
                      プラグインの管理画面用ルーティング
                      + +
                      + rollbackDb() + +  : bool +
                      +
                      プラグインのテーブルをリセットする
                      + +
                      + routes() + +  : void +
                      +
                      ルーター設定
                      + +
                      + services() + +  : void +
                      +
                      services
                      + +
                      + siteRouting() + +  : RouteBuilder +
                      +
                      サブサイトのプラグイン用ルーティング
                      + +
                      + uninstall() + +  : bool +
                      +
                      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                      + +
                      + updateDateNow() + +  : void +
                      +
                      対象のフィールドを現在の日付に更新する
                      + +
                      + + + + + + + +
                      +

                      + Properties + + +

                      +
                      +

                      + $currentSite + + + + +

                      + + +

                      現在のサイト +キャッシュ用

                      + + + public + static null + $currentSite + = null + + + + + +
                      +
                      +

                      + $migrations + + + + +

                      + + + + + public + Migrations + $migrations + + + + + + +
                      +
                      + +
                      +

                      + Methods + + +

                      +
                      +

                      + applyAsTheme() + + +

                      + + +

                      テーマを適用する

                      + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $site + : Site +
                      +
                      + +
                      +
                      + $theme + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + bootstrap() + + +

                      + + +

                      bootstrap

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

                      + clearCurrentSite() + + +

                      + + +

                      カレントサイトを初期化する

                      + + + public + clearCurrentSite() : void + +
                      +
                      + + + + + +
                      +
                      +

                      + console() + + +

                      + + +

                      コマンド定義

                      + + + public + console(CommandCollection $commands) : CommandCollection + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $commands + : CommandCollection +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + CommandCollection +
                      + +
                      +
                      +

                      + contentsRoutingForReverse() + + +

                      + + +

                      コンテンツ管理ルーティング

                      + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      リバースルーティングのために必要

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      + + + +

                      プラグインアセットのシンボリックリンクを作成する

                      + + + public + createAssetsSymlink() : bool + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + execScript() + + +

                      + + +

                      アップデートスクリプトを実行する

                      + + + public + execScript(string $__version) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $__version + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + execUpdater() + + +

                      + + +

                      アップデートプログラムを実行する

                      + + + public + execUpdater() : mixed + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + frontPageRouting() + + +

                      + + +

                      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                      + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + getService() + + +

                      + + +

                      Get Service

                      + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $service + : +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed>|mixed|object +
                      + +
                      +
                      +

                      + getUpdaters() + + +

                      + + +

                      アップデータのパスを取得する

                      + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $name + : mixed + = ''
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed> + — +

                      $updates

                      +
                      + +
                      + +
                      +
                      +

                      + getUpdateScriptMessages() + + +

                      + + +

                      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                      + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                      +
                      +

                      戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                      +
                      + +
                      Parameters
                      +
                      +
                      + $name + : mixed + = ''
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed> + — +

                      $messages

                      +
                      + +
                      + +
                      +
                      +

                      + hasService() + + +

                      + + +

                      Has Service

                      + + + public + hasService( $service) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $service + : +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + initialize() + + +

                      + + +

                      Initialize

                      + + + public + initialize() : void + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + install() + + +

                      + + +

                      プラグインをインストールする

                      + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                      +
                      +

                      マイグレーションファイルを読み込み、 plugins テーブルに登録する

                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      +
                        +
                      • +plugin : プラグイン名
                      • +
                      • +connection : コネクション名
                      • +
                      • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                      • +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + migrate() + + +

                      + + +

                      マイグレーションを実行する

                      + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + prefixRouting() + + +

                      + + +

                      プラグインの管理画面用ルーティング

                      + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      プラグイン名がダッシュ区切りの場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + rollbackDb() + + +

                      + + +

                      プラグインのテーブルをリセットする

                      + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      +
                        +
                      • +plugin : プラグイン名
                      • +
                      • +connection : コネクション名
                      • +
                      • +target : ロールバック対象バージョン
                      • +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + routes() + + +

                      + + +

                      ルーター設定

                      + + + public + routes(RouteBuilder $routes) : void + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + services() + + +

                      + + +

                      services

                      + + + public + services(ContainerInterface $container) : void + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $container + : ContainerInterface +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + siteRouting() + + +

                      + + +

                      サブサイトのプラグイン用ルーティング

                      + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      プラグイン名がダッシュ区切りの場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + uninstall() + + +

                      + + +

                      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                      + + + public + uninstall([mixed $options = [] ]) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : mixed + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + updateDateNow() + + +

                      + + +

                      対象のフィールドを現在の日付に更新する

                      + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $table + : string +
                      +
                      + +
                      +
                      + $fields + : array<string|int, mixed> +
                      +
                      + +
                      +
                      + $conditions + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      + +
                      +
                      +
                      +
                      +
                      
                      +        
                      + +
                      +
                      + + + +
                      +
                      +
                      + +
                      + On this page + + +
                      + +
                      +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/5/plugin/reference/classes/BcInstaller-Command-InstallCheckCommand.html b/5/plugin/reference/classes/BcInstaller-Command-InstallCheckCommand.html index 366648bc..eae74f36 100644 --- a/5/plugin/reference/classes/BcInstaller-Command-InstallCheckCommand.html +++ b/5/plugin/reference/classes/BcInstaller-Command-InstallCheckCommand.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcInstaller-Command-InstallCommand.html b/5/plugin/reference/classes/BcInstaller-Command-InstallCommand.html index 7cc0f65a..31aee1ed 100644 --- a/5/plugin/reference/classes/BcInstaller-Command-InstallCommand.html +++ b/5/plugin/reference/classes/BcInstaller-Command-InstallCommand.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcInstaller-Controller-Admin-InstallationsController.html b/5/plugin/reference/classes/BcInstaller-Controller-Admin-InstallationsController.html index 9df7edc5..3158e6b8 100644 --- a/5/plugin/reference/classes/BcInstaller-Controller-Admin-InstallationsController.html +++ b/5/plugin/reference/classes/BcInstaller-Controller-Admin-InstallationsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcInstaller-Mailer-Admin-InstallerMailer.html b/5/plugin/reference/classes/BcInstaller-Mailer-Admin-InstallerMailer.html index 81702fe2..a3b1faf5 100644 --- a/5/plugin/reference/classes/BcInstaller-Mailer-Admin-InstallerMailer.html +++ b/5/plugin/reference/classes/BcInstaller-Mailer-Admin-InstallerMailer.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminService.html b/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminService.html index a115638d..32e80295 100644 --- a/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminService.html +++ b/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminService.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model @@ -862,20 +866,6 @@

                        memory_limit を取得する
                        -
                        - _updateBlogPosts() - -  : bool -
                        -
                        コンテンツの作成日を更新する
                        - -
                        - _updateContents() - -  : bool -
                        -
                        コンテンツの作成日を更新する
                        - @@ -1121,7 +1111,7 @@

                        @@ -1383,7 +1373,7 @@

                        @@ -1440,7 +1430,7 @@

                        @@ -1514,7 +1504,7 @@

                        @@ -1638,7 +1628,7 @@

                        @@ -1752,7 +1742,7 @@

                        @@ -2505,7 +2495,7 @@

                        @@ -2562,7 +2552,7 @@

                        @@ -2773,7 +2763,7 @@

                        @@ -3199,7 +3189,7 @@

                        @@ -3298,120 +3288,6 @@

                        Return values
                        int -
                    • -
                      -

                      - _updateBlogPosts() - - -

                      - - -

                      コンテンツの作成日を更新する

                      - - - protected - _updateBlogPosts() : bool - -
                      -
                      - - - -
                      - Tags - - -
                      -
                      -
                      - checked -
                      -
                      - - -
                      -
                      - noTodo -
                      -
                      - - -
                      -
                      - -
                      -
                      Return values
                      - bool -
                      - -
                      -
                      -

                      - _updateContents() - - -

                      - - -

                      コンテンツの作成日を更新する

                      - - - protected - _updateContents() : bool - -
                      -
                      - - - -
                      - Tags - - -
                      -
                      -
                      - checked -
                      -
                      - - -
                      -
                      - noTodo -
                      -
                      - - -
                      -
                      - -
                      -
                      Return values
                      - bool -
                      -
                      @@ -3569,8 +3445,6 @@
                      Return values
                    • writeDbSettingToSession()
                    • _getDbSource()
                    • _getMemoryLimit()
                    • -
                    • _updateBlogPosts()
                    • -
                    • _updateContents()
                    • diff --git a/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminServiceInterface.html b/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminServiceInterface.html index 7a56b8cc..5991754c 100644 --- a/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcInstaller-Service-Admin-InstallationsAdminServiceInterface.html @@ -387,6 +387,10 @@

                    • Controller +
                    • +
                    • + Event +
                    • Model diff --git a/5/plugin/reference/classes/BcInstaller-Service-InstallationsService.html b/5/plugin/reference/classes/BcInstaller-Service-InstallationsService.html index dbef1e0e..70368a6d 100644 --- a/5/plugin/reference/classes/BcInstaller-Service-InstallationsService.html +++ b/5/plugin/reference/classes/BcInstaller-Service-InstallationsService.html @@ -387,6 +387,10 @@

                    • Controller +
                    • +
                    • + Event +
                    • Model @@ -774,20 +778,6 @@

                      memory_limit を取得する
                      -
                      - _updateBlogPosts() - -  : bool -
                      -
                      コンテンツの作成日を更新する
                      - -
                      - _updateContents() - -  : bool -
                      -
                      コンテンツの作成日を更新する
                      - @@ -1033,7 +1023,7 @@

                      @@ -1228,7 +1218,7 @@

                      @@ -1285,7 +1275,7 @@

                      @@ -1359,7 +1349,7 @@

                      @@ -1416,7 +1406,7 @@

                      @@ -1530,7 +1520,7 @@

                      @@ -1809,7 +1799,7 @@

                      @@ -1866,7 +1856,7 @@

                      @@ -1933,7 +1923,7 @@

                      @@ -2289,7 +2279,7 @@

                      @@ -2388,120 +2378,6 @@

                      Return values
                      int - -
                      -

                      - _updateBlogPosts() - - -

                      - - -

                      コンテンツの作成日を更新する

                      - - - protected - _updateBlogPosts() : bool - -
                      -
                      - - - -
                      - Tags - - -
                      -
                      -
                      - checked -
                      -
                      - - -
                      -
                      - noTodo -
                      -
                      - - -
                      -
                      - -
                      -
                      Return values
                      - bool -
                      - -
                      -
                      -

                      - _updateContents() - - -

                      - - -

                      コンテンツの作成日を更新する

                      - - - protected - _updateContents() : bool - -
                      -
                      - - - -
                      - Tags - - -
                      -
                      -
                      - checked -
                      -
                      - - -
                      -
                      - noTodo -
                      -
                      - - -
                      -
                      - -
                      -
                      Return values
                      - bool -
                      -
                      @@ -2647,8 +2523,6 @@
                      Return values
                    • testConnectDb()
                    • _getDbSource()
                    • _getMemoryLimit()
                    • -
                    • _updateBlogPosts()
                    • -
                    • _updateContents()
                    • diff --git a/5/plugin/reference/classes/BcInstaller-Service-InstallationsServiceInterface.html b/5/plugin/reference/classes/BcInstaller-Service-InstallationsServiceInterface.html index cc6d0c50..77efc07a 100644 --- a/5/plugin/reference/classes/BcInstaller-Service-InstallationsServiceInterface.html +++ b/5/plugin/reference/classes/BcInstaller-Service-InstallationsServiceInterface.html @@ -387,6 +387,10 @@

                    • Controller +
                    • +
                    • + Event +
                    • Model diff --git a/5/plugin/reference/classes/BcInstaller-ServiceProvider-BcInstallerServiceProvider.html b/5/plugin/reference/classes/BcInstaller-ServiceProvider-BcInstallerServiceProvider.html index e01135c5..2e8fa550 100644 --- a/5/plugin/reference/classes/BcInstaller-ServiceProvider-BcInstallerServiceProvider.html +++ b/5/plugin/reference/classes/BcInstaller-ServiceProvider-BcInstallerServiceProvider.html @@ -387,6 +387,10 @@

                    • Controller +
                    • +
                    • + Event +
                    • Model diff --git a/5/plugin/reference/classes/BcMail-BcMailPlugin.html b/5/plugin/reference/classes/BcMail-BcMailPlugin.html new file mode 100644 index 00000000..a8ecb637 --- /dev/null +++ b/5/plugin/reference/classes/BcMail-BcMailPlugin.html @@ -0,0 +1,2616 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                      +

                      baserCMS クラスリファレンス

                      + + + + + +
                      + +
                      +
                      + + + + +
                      +
                      + + +
                      +

                      + BcMailPlugin + + + extends BcPlugin + + +
                      + in package + +
                      + + +

                      + +
                      + + +
                      + + + +

                      plugin for BcMail

                      + + + + + + +

                      + Table of Contents + + +

                      + + + + + + + + + +

                      + Properties + + +

                      +
                      +
                      + $currentSite + +  : null +
                      +
                      現在のサイト +キャッシュ用
                      + +
                      + $migrations + +  : Migrations +
                      + +
                      + +

                      + Methods + + +

                      +
                      +
                      + applyAsTheme() + +  : mixed +
                      +
                      テーマを適用する
                      + +
                      + bootstrap() + +  : void +
                      +
                      bootstrap
                      + +
                      + clearCurrentSite() + +  : void +
                      +
                      カレントサイトを初期化する
                      + +
                      + contentsRoutingForReverse() + +  : RouteBuilder +
                      +
                      コンテンツ管理ルーティング
                      + +
                      + createAssetsSymlink() + +  : bool +
                      +
                      プラグインアセットのシンボリックリンクを作成する
                      + +
                      + execScript() + +  : bool +
                      +
                      アップデートスクリプトを実行する
                      + +
                      + execUpdater() + +  : mixed +
                      +
                      アップデートプログラムを実行する
                      + +
                      + frontPageRouting() + +  : RouteBuilder +
                      +
                      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                      + +
                      + getService() + +  : array<string|int, mixed>|mixed|object +
                      +
                      Get Service
                      + +
                      + getUpdaters() + +  : array<string|int, mixed> +
                      +
                      アップデータのパスを取得する
                      + +
                      + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                      +
                      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                      + +
                      + hasService() + +  : bool +
                      +
                      Has Service
                      + +
                      + initialize() + +  : void +
                      +
                      Initialize
                      + +
                      + install() + +  : bool +
                      +
                      プラグインをインストールする
                      + +
                      + migrate() + +  : mixed +
                      +
                      マイグレーションを実行する
                      + +
                      + prefixRouting() + +  : RouteBuilder +
                      +
                      プラグインの管理画面用ルーティング
                      + +
                      + rollbackDb() + +  : bool +
                      +
                      プラグインのテーブルをリセットする
                      + +
                      + routes() + +  : void +
                      +
                      ルーティング設定
                      + +
                      + services() + +  : void +
                      +
                      services
                      + +
                      + siteRouting() + +  : RouteBuilder +
                      +
                      サブサイトのプラグイン用ルーティング
                      + +
                      + uninstall() + +  : bool +
                      +
                      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                      + +
                      + updateDateNow() + +  : void +
                      +
                      対象のフィールドを現在の日付に更新する
                      + +
                      + + + + + + + +
                      +

                      + Properties + + +

                      +
                      +

                      + $currentSite + + + + +

                      + + +

                      現在のサイト +キャッシュ用

                      + + + public + static null + $currentSite + = null + + + + + +
                      +
                      +

                      + $migrations + + + + +

                      + + + + + public + Migrations + $migrations + + + + + + +
                      +
                      + +
                      +

                      + Methods + + +

                      +
                      +

                      + applyAsTheme() + + +

                      + + +

                      テーマを適用する

                      + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $site + : Site +
                      +
                      + +
                      +
                      + $theme + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + bootstrap() + + +

                      + + +

                      bootstrap

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

                      + clearCurrentSite() + + +

                      + + +

                      カレントサイトを初期化する

                      + + + public + clearCurrentSite() : void + +
                      +
                      + + + + + +
                      +
                      +

                      + contentsRoutingForReverse() + + +

                      + + +

                      コンテンツ管理ルーティング

                      + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      リバースルーティングのために必要

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      + + + +

                      プラグインアセットのシンボリックリンクを作成する

                      + + + public + createAssetsSymlink() : bool + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + execScript() + + +

                      + + +

                      アップデートスクリプトを実行する

                      + + + public + execScript(string $__version) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $__version + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + execUpdater() + + +

                      + + +

                      アップデートプログラムを実行する

                      + + + public + execUpdater() : mixed + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + frontPageRouting() + + +

                      + + +

                      プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                      + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + getService() + + +

                      + + +

                      Get Service

                      + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $service + : +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed>|mixed|object +
                      + +
                      +
                      +

                      + getUpdaters() + + +

                      + + +

                      アップデータのパスを取得する

                      + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $name + : mixed + = ''
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed> + — +

                      $updates

                      +
                      + +
                      + +
                      +
                      +

                      + getUpdateScriptMessages() + + +

                      + + +

                      アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                      + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                      +
                      +

                      戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                      +
                      + +
                      Parameters
                      +
                      +
                      + $name + : mixed + = ''
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + array<string|int, mixed> + — +

                      $messages

                      +
                      + +
                      + +
                      +
                      +

                      + hasService() + + +

                      + + +

                      Has Service

                      + + + public + hasService( $service) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $service + : +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + initialize() + + +

                      + + +

                      Initialize

                      + + + public + initialize() : void + +
                      +
                      + + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + install() + + +

                      + + +

                      プラグインをインストールする

                      + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                      +
                      +

                      マイグレーションファイルを読み込み、 plugins テーブルに登録する

                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      +
                        +
                      • +plugin : プラグイン名
                      • +
                      • +connection : コネクション名
                      • +
                      • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                      • +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + migrate() + + +

                      + + +

                      マイグレーションを実行する

                      + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + prefixRouting() + + +

                      + + +

                      プラグインの管理画面用ルーティング

                      + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      プラグイン名がダッシュ区切りの場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + rollbackDb() + + +

                      + + +

                      プラグインのテーブルをリセットする

                      + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      +
                        +
                      • +plugin : プラグイン名
                      • +
                      • +connection : コネクション名
                      • +
                      • +target : ロールバック対象バージョン
                      • +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + routes() + + +

                      + + +

                      ルーティング設定

                      + + + public + routes(RouteBuilder $routes) : void + +
                      +
                      +

                      次のルートを設定するが、未インストールの場合はスキップする。

                      +

                      コンテンツ管理のプラグイン用のリバースルーティング

                      +

                      ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                      +

                      管理画面のプラグイン用ルーティング

                      +

                      /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                      +

                      フロントエンドのプラグイン用ルーティング

                      +

                      /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                      +

                      サブサイトのプラグイン用ルーティング

                      +

                      /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                      +

                      APIのプラグイン用ルーティング

                      +

                      /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + services() + + +

                      + + +

                      services

                      + + + public + services(ContainerInterface $container) : void + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $container + : ContainerInterface +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + + +
                      +
                      +

                      + siteRouting() + + +

                      + + +

                      サブサイトのプラグイン用ルーティング

                      + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                      +
                      +

                      プラグイン名がダッシュ区切りの場合

                      +
                      + +
                      Parameters
                      +
                      +
                      + $routes + : RouteBuilder +
                      +
                      + +
                      +
                      + $plugin + : string +
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + RouteBuilder +
                      + +
                      +
                      +

                      + uninstall() + + +

                      + + +

                      プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                      + + + public + uninstall([mixed $options = [] ]) : bool + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $options + : mixed + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + unitTest +
                      +
                      + + +
                      +
                      + +
                      +
                      Return values
                      + bool +
                      + +
                      +
                      +

                      + updateDateNow() + + +

                      + + +

                      対象のフィールドを現在の日付に更新する

                      + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                      +
                      + +
                      Parameters
                      +
                      +
                      + $table + : string +
                      +
                      + +
                      +
                      + $fields + : array<string|int, mixed> +
                      +
                      + +
                      +
                      + $conditions + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + $options + : array<string|int, mixed> + = []
                      +
                      + +
                      +
                      + + +
                      + Tags + + +
                      +
                      +
                      + checked +
                      +
                      + + +
                      +
                      + noTodo +
                      +
                      + + +
                      +
                      + + +
                      +
                      + +
                      +
                      +
                      +
                      +
                      
                      +        
                      + +
                      +
                      + + + +
                      +
                      +
                      + +
                      + On this page + + +
                      + +
                      +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/5/plugin/reference/classes/BcMail-Controller-Admin-MailAdminAppController.html b/5/plugin/reference/classes/BcMail-Controller-Admin-MailAdminAppController.html index edd9e275..6c6d67b0 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Admin-MailAdminAppController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Admin-MailAdminAppController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Admin-MailConfigsController.html b/5/plugin/reference/classes/BcMail-Controller-Admin-MailConfigsController.html index 7c1644d3..160a639c 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Admin-MailConfigsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Admin-MailConfigsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Admin-MailContentsController.html b/5/plugin/reference/classes/BcMail-Controller-Admin-MailContentsController.html index 55ced04f..4e33466c 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Admin-MailContentsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Admin-MailContentsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Admin-MailFieldsController.html b/5/plugin/reference/classes/BcMail-Controller-Admin-MailFieldsController.html index c1652f67..8bbd3bc3 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Admin-MailFieldsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Admin-MailFieldsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Admin-MailMessagesController.html b/5/plugin/reference/classes/BcMail-Controller-Admin-MailMessagesController.html index e22d4d2c..49718f50 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Admin-MailMessagesController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Admin-MailMessagesController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailContentsController.html b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailContentsController.html index 2328db63..c48be0fe 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailContentsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailContentsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailFieldsController.html b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailFieldsController.html index 99fe89b3..90d5cbd3 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailFieldsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailFieldsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailMessagesController.html b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailMessagesController.html index 8ee9b5ff..dbf2841f 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailMessagesController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-Admin-MailMessagesController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-MailContentsController.html b/5/plugin/reference/classes/BcMail-Controller-Api-MailContentsController.html index d2ff747c..3c617e50 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-MailContentsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-MailContentsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-MailFieldsController.html b/5/plugin/reference/classes/BcMail-Controller-Api-MailFieldsController.html index d0998181..82974998 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-MailFieldsController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-MailFieldsController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-Api-MailMessagesController.html b/5/plugin/reference/classes/BcMail-Controller-Api-MailMessagesController.html index 0d6cce19..12330c95 100644 --- a/5/plugin/reference/classes/BcMail-Controller-Api-MailMessagesController.html +++ b/5/plugin/reference/classes/BcMail-Controller-Api-MailMessagesController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-MailController.html b/5/plugin/reference/classes/BcMail-Controller-MailController.html index 4138c398..2fd12598 100644 --- a/5/plugin/reference/classes/BcMail-Controller-MailController.html +++ b/5/plugin/reference/classes/BcMail-Controller-MailController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Controller-MailFrontAppController.html b/5/plugin/reference/classes/BcMail-Controller-MailFrontAppController.html index b6a4adcf..d1d3ea20 100644 --- a/5/plugin/reference/classes/BcMail-Controller-MailFrontAppController.html +++ b/5/plugin/reference/classes/BcMail-Controller-MailFrontAppController.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Event-BcMailViewEventListener.html b/5/plugin/reference/classes/BcMail-Event-BcMailViewEventListener.html index c0aa47bd..482b4190 100644 --- a/5/plugin/reference/classes/BcMail-Event-BcMailViewEventListener.html +++ b/5/plugin/reference/classes/BcMail-Event-BcMailViewEventListener.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model @@ -718,7 +722,7 @@

                        @@ -752,7 +756,7 @@

                        @@ -791,7 +795,7 @@

                        @@ -904,7 +908,7 @@

                        @@ -973,7 +977,7 @@

                        @@ -1030,7 +1034,7 @@

                        diff --git a/5/plugin/reference/classes/BcMail-Mailer-MailMessageMailer.html b/5/plugin/reference/classes/BcMail-Mailer-MailMessageMailer.html index 678d573e..2346efbb 100644 --- a/5/plugin/reference/classes/BcMail-Mailer-MailMessageMailer.html +++ b/5/plugin/reference/classes/BcMail-Mailer-MailMessageMailer.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Entity-MailConfig.html b/5/plugin/reference/classes/BcMail-Model-Entity-MailConfig.html index fc683e0e..eeec92f3 100644 --- a/5/plugin/reference/classes/BcMail-Model-Entity-MailConfig.html +++ b/5/plugin/reference/classes/BcMail-Model-Entity-MailConfig.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Entity-MailContent.html b/5/plugin/reference/classes/BcMail-Model-Entity-MailContent.html index 0ede8880..dbfa09fe 100644 --- a/5/plugin/reference/classes/BcMail-Model-Entity-MailContent.html +++ b/5/plugin/reference/classes/BcMail-Model-Entity-MailContent.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Entity-MailField.html b/5/plugin/reference/classes/BcMail-Model-Entity-MailField.html index 8c705d03..662b0089 100644 --- a/5/plugin/reference/classes/BcMail-Model-Entity-MailField.html +++ b/5/plugin/reference/classes/BcMail-Model-Entity-MailField.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Entity-MailMessage.html b/5/plugin/reference/classes/BcMail-Model-Entity-MailMessage.html index 371f3b18..c6bc27df 100644 --- a/5/plugin/reference/classes/BcMail-Model-Entity-MailMessage.html +++ b/5/plugin/reference/classes/BcMail-Model-Entity-MailMessage.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Table-MailAppTable.html b/5/plugin/reference/classes/BcMail-Model-Table-MailAppTable.html index 78d1319c..77a29a15 100644 --- a/5/plugin/reference/classes/BcMail-Model-Table-MailAppTable.html +++ b/5/plugin/reference/classes/BcMail-Model-Table-MailAppTable.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Table-MailConfigsTable.html b/5/plugin/reference/classes/BcMail-Model-Table-MailConfigsTable.html index 9240e099..9e1b56a0 100644 --- a/5/plugin/reference/classes/BcMail-Model-Table-MailConfigsTable.html +++ b/5/plugin/reference/classes/BcMail-Model-Table-MailConfigsTable.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Table-MailContentsTable.html b/5/plugin/reference/classes/BcMail-Model-Table-MailContentsTable.html index 46b57773..4309f162 100644 --- a/5/plugin/reference/classes/BcMail-Model-Table-MailContentsTable.html +++ b/5/plugin/reference/classes/BcMail-Model-Table-MailContentsTable.html @@ -387,6 +387,10 @@

                      • Controller +
                      • +
                      • + Event +
                      • Model @@ -555,7 +559,7 @@

                        @@ -661,18 +665,18 @@

                        テーブル名にプレフィックスを追加する
                        - afterSave() + alphaNumeric() -  : void +  : bool
                        -
                        afterSave
                        +
                        英数チェック
                        - alphaNumeric() + beforeSave()  : bool
                        -
                        英数チェック
                        +
                        beforeSave
                        belongsToMany() @@ -860,7 +864,7 @@

                        @@ -894,7 +898,7 @@

                        @@ -1204,25 +1208,25 @@

                        Return values
                        class="phpdocumentor-element -method -public - " + -static " > -

                        - afterSave() - +

                        + alphaNumeric() +

                        -

                        afterSave

                        +

                        英数チェック

                        public - afterSave(mixed $created[, mixed $options = [] ]) : void + static alphaNumeric(array<string|int, mixed> $check) : bool
                        @@ -1230,48 +1234,47 @@

                        Parameters
                        - $created - : mixed + $check + : array<string|int, mixed>
                        - -
                        -
                        - $options - : mixed - = []
                        -
                        - +

                        チェック対象文字列

                        +
                        +
                        - +
                        +
                        Return values
                        + bool +
                        +
                        -

                        - alphaNumeric() - +

                        + beforeSave() +

                        -

                        英数チェック

                        +

                        beforeSave

                        public - static alphaNumeric(array<string|int, mixed> $check) : bool + beforeSave(EventInterface $event, EntityInterface $entity, ArrayObject $options) : bool
                        @@ -1279,13 +1282,25 @@

                        Parameters
                        - $check - : array<string|int, mixed> + $event + : EventInterface
                        -

                        チェック対象文字列

                        -
                        - + +
                        +
                        + $entity + : EntityInterface +
                        +
                        + +
                        +
                        + $options + : ArrayObject +
                        +
                        +
                        @@ -1473,7 +1488,7 @@

                        @@ -1540,7 +1555,7 @@

                        @@ -1642,7 +1657,7 @@

                        @@ -1650,7 +1665,7 @@

                        public - createSearchIndex(array<string|int, mixed> $data) : array<string|int, mixed>|false + createSearchIndex(mixed $mailContent) : array<string|int, mixed>|false
                        @@ -1658,8 +1673,8 @@

                        Parameters
                        - $data - : array<string|int, mixed> + $mailContent + : mixed
                        @@ -1667,6 +1682,27 @@
                        Parameters
                        +
                        + Tags + + +
                        +
                        +
                        + checked +
                        +
                        + + +
                        +
                        + noTodo +
                        +
                        + + +
                        +
                        Return values
                        @@ -1776,7 +1812,7 @@

                        @@ -1822,7 +1858,7 @@

                        @@ -2294,7 +2330,7 @@

                        @@ -2793,7 +2829,7 @@

                        @@ -2974,8 +3010,8 @@

                        Return values
                        • addPrefix()
                        • -
                        • afterSave()
                        • alphaNumeric()
                        • +
                        • beforeSave()
                        • belongsToMany()
                        • changeSort()
                        • checkSslUrl()
                        • diff --git a/5/plugin/reference/classes/BcMail-Model-Table-MailFieldsTable.html b/5/plugin/reference/classes/BcMail-Model-Table-MailFieldsTable.html index 58eb5477..5882090f 100644 --- a/5/plugin/reference/classes/BcMail-Model-Table-MailFieldsTable.html +++ b/5/plugin/reference/classes/BcMail-Model-Table-MailFieldsTable.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Table-MailMessagesTable.html b/5/plugin/reference/classes/BcMail-Model-Table-MailMessagesTable.html index fe7ebfed..9ef5c8bf 100644 --- a/5/plugin/reference/classes/BcMail-Model-Table-MailMessagesTable.html +++ b/5/plugin/reference/classes/BcMail-Model-Table-MailMessagesTable.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Model-Validation-MailMessageValidation.html b/5/plugin/reference/classes/BcMail-Model-Validation-MailMessageValidation.html index 25e614b6..bd2dcbb4 100644 --- a/5/plugin/reference/classes/BcMail-Model-Validation-MailMessageValidation.html +++ b/5/plugin/reference/classes/BcMail-Model-Validation-MailMessageValidation.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminService.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminService.html index d0e6de7d..7cff59d0 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminService.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminServiceInterface.html index 80f52b4a..8aa9c3ae 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailConfigsAdminServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminService.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminService.html index f83a2c71..871d6c97 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminService.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminServiceInterface.html index 77a1d664..5473c400 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailContentsAdminServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminService.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminService.html index 448218d0..7cf19848 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminService.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminServiceInterface.html index fb8d9ddc..a21d0482 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailFieldsAdminServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminService.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminService.html index 6fdb2266..f0317a37 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminService.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminServiceInterface.html index 1ca0bddb..32e9ddbd 100644 --- a/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-Admin-MailMessagesAdminServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Front-MailFrontService.html b/5/plugin/reference/classes/BcMail-Service-Front-MailFrontService.html index dad76da2..b89bdd81 100644 --- a/5/plugin/reference/classes/BcMail-Service-Front-MailFrontService.html +++ b/5/plugin/reference/classes/BcMail-Service-Front-MailFrontService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-Front-MailFrontServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-Front-MailFrontServiceInterface.html index 73fb2f35..5ce92ded 100644 --- a/5/plugin/reference/classes/BcMail-Service-Front-MailFrontServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-Front-MailFrontServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailConfigsService.html b/5/plugin/reference/classes/BcMail-Service-MailConfigsService.html index 42a1602a..70d9a79c 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailConfigsService.html +++ b/5/plugin/reference/classes/BcMail-Service-MailConfigsService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailConfigsServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-MailConfigsServiceInterface.html index 554ca47f..e20d464a 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailConfigsServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-MailConfigsServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailContentsService.html b/5/plugin/reference/classes/BcMail-Service-MailContentsService.html index f1d17082..c6d1a009 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailContentsService.html +++ b/5/plugin/reference/classes/BcMail-Service-MailContentsService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailContentsServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-MailContentsServiceInterface.html index 5d463295..34b92519 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailContentsServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-MailContentsServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailFieldsService.html b/5/plugin/reference/classes/BcMail-Service-MailFieldsService.html index 0aa43312..aa95d01b 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailFieldsService.html +++ b/5/plugin/reference/classes/BcMail-Service-MailFieldsService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailFieldsServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-MailFieldsServiceInterface.html index c081912f..26df211f 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailFieldsServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-MailFieldsServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailMessagesService.html b/5/plugin/reference/classes/BcMail-Service-MailMessagesService.html index cd14ae87..081d2d3e 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailMessagesService.html +++ b/5/plugin/reference/classes/BcMail-Service-MailMessagesService.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-Service-MailMessagesServiceInterface.html b/5/plugin/reference/classes/BcMail-Service-MailMessagesServiceInterface.html index f82d7805..3b827ab7 100644 --- a/5/plugin/reference/classes/BcMail-Service-MailMessagesServiceInterface.html +++ b/5/plugin/reference/classes/BcMail-Service-MailMessagesServiceInterface.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-ServiceProvider-BcMailServiceProvider.html b/5/plugin/reference/classes/BcMail-ServiceProvider-BcMailServiceProvider.html index c1b8b7b5..3179a042 100644 --- a/5/plugin/reference/classes/BcMail-ServiceProvider-BcMailServiceProvider.html +++ b/5/plugin/reference/classes/BcMail-ServiceProvider-BcMailServiceProvider.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Cell-MailCell.html b/5/plugin/reference/classes/BcMail-View-Cell-MailCell.html index bf23d115..49090660 100644 --- a/5/plugin/reference/classes/BcMail-View-Cell-MailCell.html +++ b/5/plugin/reference/classes/BcMail-View-Cell-MailCell.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Helper-BcMailBaserHelper.html b/5/plugin/reference/classes/BcMail-View-Helper-BcMailBaserHelper.html index 1ee527aa..b46a0b5c 100644 --- a/5/plugin/reference/classes/BcMail-View-Helper-BcMailBaserHelper.html +++ b/5/plugin/reference/classes/BcMail-View-Helper-BcMailBaserHelper.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Helper-MailHelper.html b/5/plugin/reference/classes/BcMail-View-Helper-MailHelper.html index 928897b5..c43dbcae 100644 --- a/5/plugin/reference/classes/BcMail-View-Helper-MailHelper.html +++ b/5/plugin/reference/classes/BcMail-View-Helper-MailHelper.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Helper-MaildataHelper.html b/5/plugin/reference/classes/BcMail-View-Helper-MaildataHelper.html index f9bdc991..dd166df8 100644 --- a/5/plugin/reference/classes/BcMail-View-Helper-MaildataHelper.html +++ b/5/plugin/reference/classes/BcMail-View-Helper-MaildataHelper.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Helper-MailfieldHelper.html b/5/plugin/reference/classes/BcMail-View-Helper-MailfieldHelper.html index 2de55bd2..c0e1ae10 100644 --- a/5/plugin/reference/classes/BcMail-View-Helper-MailfieldHelper.html +++ b/5/plugin/reference/classes/BcMail-View-Helper-MailfieldHelper.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-Helper-MailformHelper.html b/5/plugin/reference/classes/BcMail-View-Helper-MailformHelper.html index e0f0ab3a..b282ac4a 100644 --- a/5/plugin/reference/classes/BcMail-View-Helper-MailformHelper.html +++ b/5/plugin/reference/classes/BcMail-View-Helper-MailformHelper.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-MailAdminAppView.html b/5/plugin/reference/classes/BcMail-View-MailAdminAppView.html index de500183..63311848 100644 --- a/5/plugin/reference/classes/BcMail-View-MailAdminAppView.html +++ b/5/plugin/reference/classes/BcMail-View-MailAdminAppView.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-MailFrontAppView.html b/5/plugin/reference/classes/BcMail-View-MailFrontAppView.html index 451e128e..6ac77afb 100644 --- a/5/plugin/reference/classes/BcMail-View-MailFrontAppView.html +++ b/5/plugin/reference/classes/BcMail-View-MailFrontAppView.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcMail-View-MailFrontEmailView.html b/5/plugin/reference/classes/BcMail-View-MailFrontEmailView.html index d733f1cb..f6d2058c 100644 --- a/5/plugin/reference/classes/BcMail-View-MailFrontEmailView.html +++ b/5/plugin/reference/classes/BcMail-View-MailFrontEmailView.html @@ -387,6 +387,10 @@

                        • Controller +
                        • +
                        • + Event +
                        • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-BcSearchIndexPlugin.html b/5/plugin/reference/classes/BcSearchIndex-BcSearchIndexPlugin.html new file mode 100644 index 00000000..a4e5e5c9 --- /dev/null +++ b/5/plugin/reference/classes/BcSearchIndex-BcSearchIndexPlugin.html @@ -0,0 +1,2623 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                          +

                          baserCMS クラスリファレンス

                          + + + + + +
                          + +
                          +
                          + + + + +
                          +
                          + + +
                          +

                          + BcSearchIndexPlugin + + + extends BcPlugin + + +
                          + in package + +
                          + + +

                          + +
                          + + +
                          + + + +

                          Class Plugin

                          + + + + + + +

                          + Table of Contents + + +

                          + + + + + + + + + +

                          + Properties + + +

                          +
                          +
                          + $currentSite + +  : null +
                          +
                          現在のサイト +キャッシュ用
                          + +
                          + $migrations + +  : Migrations +
                          + +
                          + +

                          + Methods + + +

                          +
                          +
                          + applyAsTheme() + +  : mixed +
                          +
                          テーマを適用する
                          + +
                          + bootstrap() + +  : void +
                          +
                          bootstrap
                          + +
                          + clearCurrentSite() + +  : void +
                          +
                          カレントサイトを初期化する
                          + +
                          + contentsRoutingForReverse() + +  : RouteBuilder +
                          +
                          コンテンツ管理ルーティング
                          + +
                          + createAssetsSymlink() + +  : bool +
                          +
                          プラグインアセットのシンボリックリンクを作成する
                          + +
                          + execScript() + +  : bool +
                          +
                          アップデートスクリプトを実行する
                          + +
                          + execUpdater() + +  : mixed +
                          +
                          アップデートプログラムを実行する
                          + +
                          + frontPageRouting() + +  : RouteBuilder +
                          +
                          プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                          + +
                          + getService() + +  : array<string|int, mixed>|mixed|object +
                          +
                          Get Service
                          + +
                          + getUpdaters() + +  : array<string|int, mixed> +
                          +
                          アップデータのパスを取得する
                          + +
                          + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                          +
                          アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                          + +
                          + hasService() + +  : bool +
                          +
                          Has Service
                          + +
                          + initialize() + +  : void +
                          +
                          Initialize
                          + +
                          + install() + +  : bool +
                          +
                          プラグインをインストールする
                          + +
                          + migrate() + +  : mixed +
                          +
                          マイグレーションを実行する
                          + +
                          + prefixRouting() + +  : RouteBuilder +
                          +
                          プラグインの管理画面用ルーティング
                          + +
                          + rollbackDb() + +  : bool +
                          +
                          プラグインのテーブルをリセットする
                          + +
                          + routes() + +  : void +
                          +
                          ルーティング設定
                          + +
                          + services() + +  : void +
                          +
                          services
                          + +
                          + siteRouting() + +  : RouteBuilder +
                          +
                          サブサイトのプラグイン用ルーティング
                          + +
                          + uninstall() + +  : bool +
                          +
                          プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                          + +
                          + updateDateNow() + +  : void +
                          +
                          対象のフィールドを現在の日付に更新する
                          + +
                          + + + + + + + +
                          +

                          + Properties + + +

                          +
                          +

                          + $currentSite + + + + +

                          + + +

                          現在のサイト +キャッシュ用

                          + + + public + static null + $currentSite + = null + + + + + +
                          +
                          +

                          + $migrations + + + + +

                          + + + + + public + Migrations + $migrations + + + + + + +
                          +
                          + +
                          +

                          + Methods + + +

                          +
                          +

                          + applyAsTheme() + + +

                          + + +

                          テーマを適用する

                          + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $site + : Site +
                          +
                          + +
                          +
                          + $theme + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + bootstrap() + + +

                          + + +

                          bootstrap

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

                          + clearCurrentSite() + + +

                          + + +

                          カレントサイトを初期化する

                          + + + public + clearCurrentSite() : void + +
                          +
                          + + + + + +
                          +
                          +

                          + contentsRoutingForReverse() + + +

                          + + +

                          コンテンツ管理ルーティング

                          + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                          +
                          +

                          リバースルーティングのために必要

                          +
                          + +
                          Parameters
                          +
                          +
                          + $routes + : RouteBuilder +
                          +
                          + +
                          +
                          + $plugin + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + RouteBuilder +
                          + +
                          +
                          + + + +

                          プラグインアセットのシンボリックリンクを作成する

                          + + + public + createAssetsSymlink() : bool + +
                          +
                          + + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + execScript() + + +

                          + + +

                          アップデートスクリプトを実行する

                          + + + public + execScript(string $__version) : bool + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $__version + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + execUpdater() + + +

                          + + +

                          アップデートプログラムを実行する

                          + + + public + execUpdater() : mixed + +
                          +
                          + + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + frontPageRouting() + + +

                          + + +

                          プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                          + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                          +
                          +

                          BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                          +
                          + +
                          Parameters
                          +
                          +
                          + $routes + : RouteBuilder +
                          +
                          + +
                          +
                          + $plugin + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + RouteBuilder +
                          + +
                          +
                          +

                          + getService() + + +

                          + + +

                          Get Service

                          + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $service + : +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + array<string|int, mixed>|mixed|object +
                          + +
                          +
                          +

                          + getUpdaters() + + +

                          + + +

                          アップデータのパスを取得する

                          + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $name + : mixed + = ''
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + array<string|int, mixed> + — +

                          $updates

                          +
                          + +
                          + +
                          +
                          +

                          + getUpdateScriptMessages() + + +

                          + + +

                          アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                          + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                          +
                          +

                          戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                          +
                          + +
                          Parameters
                          +
                          +
                          + $name + : mixed + = ''
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + array<string|int, mixed> + — +

                          $messages

                          +
                          + +
                          + +
                          +
                          +

                          + hasService() + + +

                          + + +

                          Has Service

                          + + + public + hasService( $service) : bool + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $service + : +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + initialize() + + +

                          + + +

                          Initialize

                          + + + public + initialize() : void + +
                          +
                          + + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + install() + + +

                          + + +

                          プラグインをインストールする

                          + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                          +
                          +

                          マイグレーションファイルを読み込み、 plugins テーブルに登録する

                          +
                          + +
                          Parameters
                          +
                          +
                          + $options + : array<string|int, mixed> + = []
                          +
                          +
                            +
                          • +plugin : プラグイン名
                          • +
                          • +connection : コネクション名
                          • +
                          • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                          • +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + migrate() + + +

                          + + +

                          マイグレーションを実行する

                          + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $options + : array<string|int, mixed> + = []
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + prefixRouting() + + +

                          + + +

                          プラグインの管理画面用ルーティング

                          + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                          +
                          +

                          プラグイン名がダッシュ区切りの場合

                          +
                          + +
                          Parameters
                          +
                          +
                          + $routes + : RouteBuilder +
                          +
                          + +
                          +
                          + $plugin + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + RouteBuilder +
                          + +
                          +
                          +

                          + rollbackDb() + + +

                          + + +

                          プラグインのテーブルをリセットする

                          + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $options + : array<string|int, mixed> + = []
                          +
                          +
                            +
                          • +plugin : プラグイン名
                          • +
                          • +connection : コネクション名
                          • +
                          • +target : ロールバック対象バージョン
                          • +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + routes() + + +

                          + + +

                          ルーティング設定

                          + + + public + routes(RouteBuilder $routes) : void + +
                          +
                          +

                          次のルートを設定するが、未インストールの場合はスキップする。

                          +

                          コンテンツ管理のプラグイン用のリバースルーティング

                          +

                          ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                          +

                          管理画面のプラグイン用ルーティング

                          +

                          /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                          +

                          フロントエンドのプラグイン用ルーティング

                          +

                          /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                          +

                          サブサイトのプラグイン用ルーティング

                          +

                          /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                          +

                          APIのプラグイン用ルーティング

                          +

                          /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                          +
                          + +
                          Parameters
                          +
                          +
                          + $routes + : RouteBuilder +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + services() + + +

                          + + +

                          services

                          + + + public + services(ContainerInterface $container) : void + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $container + : ContainerInterface +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + + +
                          +
                          +

                          + siteRouting() + + +

                          + + +

                          サブサイトのプラグイン用ルーティング

                          + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                          +
                          +

                          プラグイン名がダッシュ区切りの場合

                          +
                          + +
                          Parameters
                          +
                          +
                          + $routes + : RouteBuilder +
                          +
                          + +
                          +
                          + $plugin + : string +
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + RouteBuilder +
                          + +
                          +
                          +

                          + uninstall() + + +

                          + + +

                          プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                          + + + public + uninstall([mixed $options = [] ]) : bool + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $options + : mixed + = []
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + unitTest +
                          +
                          + + +
                          +
                          + +
                          +
                          Return values
                          + bool +
                          + +
                          +
                          +

                          + updateDateNow() + + +

                          + + +

                          対象のフィールドを現在の日付に更新する

                          + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                          +
                          + +
                          Parameters
                          +
                          +
                          + $table + : string +
                          +
                          + +
                          +
                          + $fields + : array<string|int, mixed> +
                          +
                          + +
                          +
                          + $conditions + : array<string|int, mixed> + = []
                          +
                          + +
                          +
                          + $options + : array<string|int, mixed> + = []
                          +
                          + +
                          +
                          + + +
                          + Tags + + +
                          +
                          +
                          + checked +
                          +
                          + + +
                          +
                          + noTodo +
                          +
                          + + +
                          +
                          + + +
                          +
                          + +
                          +
                          +
                          +
                          +
                          
                          +        
                          + +
                          +
                          + + + +
                          +
                          +
                          + +
                          + On this page + + +
                          + +
                          +
                          +
                          +
                          +
                          +

                          Search results

                          + +
                          +
                          +
                            +
                            +
                            +
                            +
                            + + +
                            + + + + + + + + diff --git a/5/plugin/reference/classes/BcSearchIndex-Controller-Admin-SearchIndexesController.html b/5/plugin/reference/classes/BcSearchIndex-Controller-Admin-SearchIndexesController.html index b4a16bda..461b4249 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Controller-Admin-SearchIndexesController.html +++ b/5/plugin/reference/classes/BcSearchIndex-Controller-Admin-SearchIndexesController.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Controller-Api-Admin-SearchIndexesController.html b/5/plugin/reference/classes/BcSearchIndex-Controller-Api-Admin-SearchIndexesController.html index 1b63f746..1b9799db 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Controller-Api-Admin-SearchIndexesController.html +++ b/5/plugin/reference/classes/BcSearchIndex-Controller-Api-Admin-SearchIndexesController.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Controller-Api-SearchIndexesController.html b/5/plugin/reference/classes/BcSearchIndex-Controller-Api-SearchIndexesController.html index 91455cb2..80a7594c 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Controller-Api-SearchIndexesController.html +++ b/5/plugin/reference/classes/BcSearchIndex-Controller-Api-SearchIndexesController.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Controller-SearchIndexesController.html b/5/plugin/reference/classes/BcSearchIndex-Controller-SearchIndexesController.html index 206381a7..820f93b6 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Controller-SearchIndexesController.html +++ b/5/plugin/reference/classes/BcSearchIndex-Controller-SearchIndexesController.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesFrontForm.html b/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesFrontForm.html index a04375c9..aefb7926 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesFrontForm.html +++ b/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesFrontForm.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesSearchForm.html b/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesSearchForm.html index b3df99e6..6e0fe729 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesSearchForm.html +++ b/5/plugin/reference/classes/BcSearchIndex-Form-SearchIndexesSearchForm.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Model-Behavior-BcSearchIndexManagerBehavior.html b/5/plugin/reference/classes/BcSearchIndex-Model-Behavior-BcSearchIndexManagerBehavior.html index 46787f4b..882c6045 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Model-Behavior-BcSearchIndexManagerBehavior.html +++ b/5/plugin/reference/classes/BcSearchIndex-Model-Behavior-BcSearchIndexManagerBehavior.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model @@ -1065,7 +1069,7 @@

                            @@ -1483,7 +1487,7 @@

                            diff --git a/5/plugin/reference/classes/BcSearchIndex-Model-Entity-SearchIndex.html b/5/plugin/reference/classes/BcSearchIndex-Model-Entity-SearchIndex.html index 4553109c..1294dd5a 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Model-Entity-SearchIndex.html +++ b/5/plugin/reference/classes/BcSearchIndex-Model-Entity-SearchIndex.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Model-Table-SearchIndexesTable.html b/5/plugin/reference/classes/BcSearchIndex-Model-Table-SearchIndexesTable.html index 6c60b630..607694bc 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Model-Table-SearchIndexesTable.html +++ b/5/plugin/reference/classes/BcSearchIndex-Model-Table-SearchIndexesTable.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminService.html b/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminService.html index b45efccb..4d7cea62 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminService.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminService.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminServiceInterface.html b/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminServiceInterface.html index 6b931ca3..8e57f302 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-Admin-SearchIndexesAdminServiceInterface.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontService.html b/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontService.html index 85a260ac..7687de7c 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontService.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontService.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontServiceInterface.html b/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontServiceInterface.html index cc820f0f..104247dc 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontServiceInterface.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-Front-SearchIndexesFrontServiceInterface.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesService.html b/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesService.html index bed9cc98..f9716cba 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesService.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesService.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesServiceInterface.html b/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesServiceInterface.html index 8546992d..0bd4855f 100644 --- a/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesServiceInterface.html +++ b/5/plugin/reference/classes/BcSearchIndex-Service-SearchIndexesServiceInterface.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-ServiceProvider-BcSearchIndexServiceProvider.html b/5/plugin/reference/classes/BcSearchIndex-ServiceProvider-BcSearchIndexServiceProvider.html index 141ecb96..b43d3dd6 100644 --- a/5/plugin/reference/classes/BcSearchIndex-ServiceProvider-BcSearchIndexServiceProvider.html +++ b/5/plugin/reference/classes/BcSearchIndex-ServiceProvider-BcSearchIndexServiceProvider.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcSearchIndex-View-Helper-BcSearchIndexHelper.html b/5/plugin/reference/classes/BcSearchIndex-View-Helper-BcSearchIndexHelper.html index b733e8c4..57e9c059 100644 --- a/5/plugin/reference/classes/BcSearchIndex-View-Helper-BcSearchIndexHelper.html +++ b/5/plugin/reference/classes/BcSearchIndex-View-Helper-BcSearchIndexHelper.html @@ -387,6 +387,10 @@

                          • Controller +
                          • +
                          • + Event +
                          • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-BcThemeConfigPlugin.html b/5/plugin/reference/classes/BcThemeConfig-BcThemeConfigPlugin.html new file mode 100644 index 00000000..6b686372 --- /dev/null +++ b/5/plugin/reference/classes/BcThemeConfig-BcThemeConfigPlugin.html @@ -0,0 +1,2691 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                            +

                            baserCMS クラスリファレンス

                            + + + + + +
                            + +
                            +
                            + + + + +
                            +
                            + + +
                            +

                            + BcThemeConfigPlugin + + + extends BcPlugin + + +
                            + in package + +
                            + + +

                            + +
                            + + +
                            + + + +

                            Class Plugin

                            + + + + + + +

                            + Table of Contents + + +

                            + + + + + + + + + +

                            + Properties + + +

                            +
                            +
                            + $currentSite + +  : null +
                            +
                            現在のサイト +キャッシュ用
                            + +
                            + $migrations + +  : Migrations +
                            + +
                            + +

                            + Methods + + +

                            +
                            +
                            + applyAsTheme() + +  : mixed +
                            +
                            テーマを適用する
                            + +
                            + bootstrap() + +  : void +
                            +
                            bootstrap
                            + +
                            + clearCurrentSite() + +  : void +
                            +
                            カレントサイトを初期化する
                            + +
                            + contentsRoutingForReverse() + +  : RouteBuilder +
                            +
                            コンテンツ管理ルーティング
                            + +
                            + createAssetsSymlink() + +  : bool +
                            +
                            プラグインアセットのシンボリックリンクを作成する
                            + +
                            + execScript() + +  : bool +
                            +
                            アップデートスクリプトを実行する
                            + +
                            + execUpdater() + +  : mixed +
                            +
                            アップデートプログラムを実行する
                            + +
                            + frontPageRouting() + +  : RouteBuilder +
                            +
                            プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                            + +
                            + getService() + +  : array<string|int, mixed>|mixed|object +
                            +
                            Get Service
                            + +
                            + getUpdaters() + +  : array<string|int, mixed> +
                            +
                            アップデータのパスを取得する
                            + +
                            + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                            +
                            アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                            + +
                            + hasService() + +  : bool +
                            +
                            Has Service
                            + +
                            + initialize() + +  : void +
                            +
                            Initialize
                            + +
                            + install() + +  : bool +
                            +
                            プラグインをインストールする
                            + +
                            + migrate() + +  : mixed +
                            +
                            マイグレーションを実行する
                            + +
                            + modifyDownloadDefaultData() + +  : true +
                            +
                            テーマ用初期データのダウンロードCSVを修正する
                            + +
                            + prefixRouting() + +  : RouteBuilder +
                            +
                            プラグインの管理画面用ルーティング
                            + +
                            + rollbackDb() + +  : bool +
                            +
                            プラグインのテーブルをリセットする
                            + +
                            + routes() + +  : void +
                            +
                            ルーティング設定
                            + +
                            + services() + +  : void +
                            +
                            services
                            + +
                            + siteRouting() + +  : RouteBuilder +
                            +
                            サブサイトのプラグイン用ルーティング
                            + +
                            + uninstall() + +  : bool +
                            +
                            プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                            + +
                            + updateDateNow() + +  : void +
                            +
                            対象のフィールドを現在の日付に更新する
                            + +
                            + + + + + + + +
                            +

                            + Properties + + +

                            +
                            +

                            + $currentSite + + + + +

                            + + +

                            現在のサイト +キャッシュ用

                            + + + public + static null + $currentSite + = null + + + + + +
                            +
                            +

                            + $migrations + + + + +

                            + + + + + public + Migrations + $migrations + + + + + + +
                            +
                            + +
                            +

                            + Methods + + +

                            +
                            +

                            + applyAsTheme() + + +

                            + + +

                            テーマを適用する

                            + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $site + : Site +
                            +
                            + +
                            +
                            + $theme + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + bootstrap() + + +

                            + + +

                            bootstrap

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

                            + clearCurrentSite() + + +

                            + + +

                            カレントサイトを初期化する

                            + + + public + clearCurrentSite() : void + +
                            +
                            + + + + + +
                            +
                            +

                            + contentsRoutingForReverse() + + +

                            + + +

                            コンテンツ管理ルーティング

                            + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                            +
                            +

                            リバースルーティングのために必要

                            +
                            + +
                            Parameters
                            +
                            +
                            + $routes + : RouteBuilder +
                            +
                            + +
                            +
                            + $plugin + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + RouteBuilder +
                            + +
                            +
                            + + + +

                            プラグインアセットのシンボリックリンクを作成する

                            + + + public + createAssetsSymlink() : bool + +
                            +
                            + + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + execScript() + + +

                            + + +

                            アップデートスクリプトを実行する

                            + + + public + execScript(string $__version) : bool + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $__version + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + execUpdater() + + +

                            + + +

                            アップデートプログラムを実行する

                            + + + public + execUpdater() : mixed + +
                            +
                            + + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + frontPageRouting() + + +

                            + + +

                            プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                            + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                            +
                            +

                            BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                            +
                            + +
                            Parameters
                            +
                            +
                            + $routes + : RouteBuilder +
                            +
                            + +
                            +
                            + $plugin + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + RouteBuilder +
                            + +
                            +
                            +

                            + getService() + + +

                            + + +

                            Get Service

                            + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $service + : +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + array<string|int, mixed>|mixed|object +
                            + +
                            +
                            +

                            + getUpdaters() + + +

                            + + +

                            アップデータのパスを取得する

                            + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $name + : mixed + = ''
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + array<string|int, mixed> + — +

                            $updates

                            +
                            + +
                            + +
                            +
                            +

                            + getUpdateScriptMessages() + + +

                            + + +

                            アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                            + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                            +
                            +

                            戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                            +
                            + +
                            Parameters
                            +
                            +
                            + $name + : mixed + = ''
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + array<string|int, mixed> + — +

                            $messages

                            +
                            + +
                            + +
                            +
                            +

                            + hasService() + + +

                            + + +

                            Has Service

                            + + + public + hasService( $service) : bool + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $service + : +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + initialize() + + +

                            + + +

                            Initialize

                            + + + public + initialize() : void + +
                            +
                            + + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + install() + + +

                            + + +

                            プラグインをインストールする

                            + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                            +
                            +

                            マイグレーションファイルを読み込み、 plugins テーブルに登録する

                            +
                            + +
                            Parameters
                            +
                            +
                            + $options + : array<string|int, mixed> + = []
                            +
                            +
                              +
                            • +plugin : プラグイン名
                            • +
                            • +connection : コネクション名
                            • +
                            • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                            • +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + migrate() + + +

                            + + +

                            マイグレーションを実行する

                            + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $options + : array<string|int, mixed> + = []
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + modifyDownloadDefaultData() + + +

                            + + +

                            テーマ用初期データのダウンロードCSVを修正する

                            + + + public + modifyDownloadDefaultData( $path) : true + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $path + : +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + true +
                            + +
                            +
                            +

                            + prefixRouting() + + +

                            + + +

                            プラグインの管理画面用ルーティング

                            + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                            +
                            +

                            プラグイン名がダッシュ区切りの場合

                            +
                            + +
                            Parameters
                            +
                            +
                            + $routes + : RouteBuilder +
                            +
                            + +
                            +
                            + $plugin + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + RouteBuilder +
                            + +
                            +
                            +

                            + rollbackDb() + + +

                            + + +

                            プラグインのテーブルをリセットする

                            + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $options + : array<string|int, mixed> + = []
                            +
                            +
                              +
                            • +plugin : プラグイン名
                            • +
                            • +connection : コネクション名
                            • +
                            • +target : ロールバック対象バージョン
                            • +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + routes() + + +

                            + + +

                            ルーティング設定

                            + + + public + routes(RouteBuilder $routes) : void + +
                            +
                            +

                            次のルートを設定するが、未インストールの場合はスキップする。

                            +

                            コンテンツ管理のプラグイン用のリバースルーティング

                            +

                            ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                            +

                            管理画面のプラグイン用ルーティング

                            +

                            /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                            +

                            フロントエンドのプラグイン用ルーティング

                            +

                            /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                            +

                            サブサイトのプラグイン用ルーティング

                            +

                            /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                            +

                            APIのプラグイン用ルーティング

                            +

                            /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                            +
                            + +
                            Parameters
                            +
                            +
                            + $routes + : RouteBuilder +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + services() + + +

                            + + +

                            services

                            + + + public + services(ContainerInterface $container) : void + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $container + : ContainerInterface +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + + +
                            +
                            +

                            + siteRouting() + + +

                            + + +

                            サブサイトのプラグイン用ルーティング

                            + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                            +
                            +

                            プラグイン名がダッシュ区切りの場合

                            +
                            + +
                            Parameters
                            +
                            +
                            + $routes + : RouteBuilder +
                            +
                            + +
                            +
                            + $plugin + : string +
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + RouteBuilder +
                            + +
                            +
                            +

                            + uninstall() + + +

                            + + +

                            プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                            + + + public + uninstall([mixed $options = [] ]) : bool + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $options + : mixed + = []
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + unitTest +
                            +
                            + + +
                            +
                            + +
                            +
                            Return values
                            + bool +
                            + +
                            +
                            +

                            + updateDateNow() + + +

                            + + +

                            対象のフィールドを現在の日付に更新する

                            + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                            +
                            + +
                            Parameters
                            +
                            +
                            + $table + : string +
                            +
                            + +
                            +
                            + $fields + : array<string|int, mixed> +
                            +
                            + +
                            +
                            + $conditions + : array<string|int, mixed> + = []
                            +
                            + +
                            +
                            + $options + : array<string|int, mixed> + = []
                            +
                            + +
                            +
                            + + +
                            + Tags + + +
                            +
                            +
                            + checked +
                            +
                            + + +
                            +
                            + noTodo +
                            +
                            + + +
                            +
                            + + +
                            +
                            + +
                            +
                            +
                            +
                            +
                            
                            +        
                            + +
                            +
                            + + + +
                            +
                            +
                            + +
                            + On this page + + +
                            + +
                            +
                            +
                            +
                            +
                            +

                            Search results

                            + +
                            +
                            +
                              +
                              +
                              +
                              +
                              + + +
                              + + + + + + + + diff --git a/5/plugin/reference/classes/BcThemeConfig-Controller-Admin-ThemeConfigsController.html b/5/plugin/reference/classes/BcThemeConfig-Controller-Admin-ThemeConfigsController.html index 4470443b..fae51d36 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Controller-Admin-ThemeConfigsController.html +++ b/5/plugin/reference/classes/BcThemeConfig-Controller-Admin-ThemeConfigsController.html @@ -387,6 +387,10 @@

                            • Controller +
                            • +
                            • + Event +
                            • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Controller-Api-Admin-ThemeConfigsController.html b/5/plugin/reference/classes/BcThemeConfig-Controller-Api-Admin-ThemeConfigsController.html index 08841cec..a8f003b0 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Controller-Api-Admin-ThemeConfigsController.html +++ b/5/plugin/reference/classes/BcThemeConfig-Controller-Api-Admin-ThemeConfigsController.html @@ -387,6 +387,10 @@

                            • Controller +
                            • +
                            • + Event +
                            • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html b/5/plugin/reference/classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html new file mode 100644 index 00000000..3f1a56c5 --- /dev/null +++ b/5/plugin/reference/classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html @@ -0,0 +1,1411 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                              +

                              baserCMS クラスリファレンス

                              + + + + + +
                              + +
                              +
                              + + + + +
                              +
                              + + +
                              +

                              + BcThemeConfigControllerEventListener + + + extends BcControllerEventListener + + +
                              + in package + +
                              + + +

                              + +
                              + + +
                              + + + +

                              Class BcThemeConfigControllerEventListener

                              + + + + + + +

                              + Table of Contents + + +

                              + + + + + + + + + +

                              + Properties + + +

                              +
                              +
                              + $events + +  : array<string|int, string> +
                              +
                              イベント
                              + +
                              + $layer + +  : string +
                              +
                              レイヤー名
                              + +
                              + $plugin + +  : string +
                              +
                              プラグイン名
                              + +
                              + +

                              + Methods + + +

                              +
                              +
                              + __construct() + +  : mixed +
                              +
                              コンストラクタ
                              + +
                              + addHelper() + +  : mixed +
                              +
                              コントローラーにヘルパーを追加する
                              + +
                              + baserCoreThemesAfterApply() + +  : void +
                              +
                              テーマ適用後イベント
                              + +
                              + getAction() + +  : string +
                              +
                              現在のアクションを特定する文字列を取得する
                              + +
                              + implementedEvents() + +  : array<string|int, mixed> +
                              +
                              implementedEvents
                              + +
                              + isAction() + +  : bool +
                              +
                              指定した文字列が現在のアクションとしてみなされるかどうか判定する
                              + +
                              + setAdminCurrentSite() + +  : bool +
                              +
                              管理システムの現在のサイトをセットする
                              + +
                              + + + + + + + +
                              +

                              + Properties + + +

                              + +
                              +

                              + $layer + + + + +

                              + + +

                              レイヤー名

                              + + + public + string + $layer + = '' + + + + + +
                              +
                              +

                              + $plugin + + + + +

                              + + +

                              プラグイン名

                              + + + public + string + $plugin + = '' + + + + + +
                              +
                              + +
                              +

                              + Methods + + +

                              +
                              +

                              + __construct() + + +

                              + + +

                              コンストラクタ

                              + + + public + __construct() : mixed + +
                              +
                              + + + +
                              + Tags + + +
                              +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + + +
                              +
                              +

                              + addHelper() + + +

                              + + +

                              コントローラーにヘルパーを追加する

                              + + + public + addHelper(Controller $controller, string|array<string|int, mixed> $helper) : mixed + +
                              +
                              + +
                              Parameters
                              +
                              +
                              + $controller + : Controller +
                              +
                              + +
                              +
                              + $helper + : string|array<string|int, mixed> +
                              +
                              + +
                              +
                              + + +
                              + Tags + + +
                              +
                              +
                              + unitTest +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + + +
                              +
                              +

                              + baserCoreThemesAfterApply() + + +

                              + + +

                              テーマ適用後イベント

                              + + + public + baserCoreThemesAfterApply(Event $event) : void + +
                              +
                              + +
                              Parameters
                              +
                              +
                              + $event + : Event +
                              +
                              + +
                              +
                              + + + + +
                              +
                              +

                              + getAction() + + +

                              + + +

                              現在のアクションを特定する文字列を取得する

                              + + + public + getAction([bool $isContainController = true ]) : string + +
                              +
                              + +
                              Parameters
                              +
                              +
                              + $isContainController + : bool + = true
                              +
                              +

                              コントローラー名を含むかどうか(初期値:true)

                              +
                              + +
                              +
                              + + +
                              + Tags + + +
                              +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + +
                              +
                              Return values
                              + string +
                              + +
                              +
                              +

                              + implementedEvents() + + +

                              + + +

                              implementedEvents

                              + + + public + implementedEvents() : array<string|int, mixed> + +
                              +
                              + + + +
                              + Tags + + +
                              +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + +
                              +
                              Return values
                              + array<string|int, mixed> +
                              + +
                              +
                              +

                              + isAction() + + +

                              + + +

                              指定した文字列が現在のアクションとしてみなされるかどうか判定する

                              + + + public + isAction(string $action[, bool $isContainController = true ]) : bool + +
                              +
                              +

                              コントローラー名、アクション名をキャメルケースに変換する前提で、ドットで結合した文字列とする +(例)Users.AdminIndex

                              +
                              + +
                              Parameters
                              +
                              +
                              + $action + : string +
                              +
                              +

                              アクションを特定する為の文字列

                              +
                              + +
                              +
                              + $isContainController + : bool + = true
                              +
                              +

                              コントローラー名を含むかどうか(初期値:true)

                              +
                              + +
                              +
                              + + +
                              + Tags + + +
                              +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + +
                              +
                              Return values
                              + bool +
                              + +
                              +
                              +

                              + setAdminCurrentSite() + + +

                              + + +

                              管理システムの現在のサイトをセットする

                              + + + public + setAdminCurrentSite(Controller $controller,  $siteId) : bool + +
                              +
                              + +
                              Parameters
                              +
                              +
                              + $controller + : Controller +
                              +
                              + +
                              +
                              + $siteId + : +
                              +
                              + +
                              +
                              + + +
                              + Tags + + +
                              +
                              +
                              + unitTest +
                              +
                              + + +
                              +
                              + noTodo +
                              +
                              + + +
                              +
                              + checked +
                              +
                              + + +
                              +
                              + +
                              +
                              Return values
                              + bool +
                              + +
                              +
                              + +
                              +
                              +
                              +
                              +
                              
                              +        
                              + +
                              +
                              + + + +
                              +
                              +
                              + +
                              + On this page + + +
                              + +
                              +
                              +
                              +
                              +
                              +

                              Search results

                              + +
                              +
                              +
                                +
                                +
                                +
                                +
                                + + +
                                + + + + + + + + diff --git a/5/plugin/reference/classes/BcThemeConfig-Model-Entity-ThemeConfig.html b/5/plugin/reference/classes/BcThemeConfig-Model-Entity-ThemeConfig.html index f4b54246..5f0af0d0 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Model-Entity-ThemeConfig.html +++ b/5/plugin/reference/classes/BcThemeConfig-Model-Entity-ThemeConfig.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Model-Table-ThemeConfigsTable.html b/5/plugin/reference/classes/BcThemeConfig-Model-Table-ThemeConfigsTable.html index c0caad12..30a6143c 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Model-Table-ThemeConfigsTable.html +++ b/5/plugin/reference/classes/BcThemeConfig-Model-Table-ThemeConfigsTable.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminService.html b/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminService.html index 8ec12768..44a27a59 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminService.html +++ b/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminService.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminServiceInterface.html b/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminServiceInterface.html index 79758335..8214155e 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeConfig-Service-Admin-ThemeConfigsAdminServiceInterface.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsService.html b/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsService.html index 6b1be7c9..82882916 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsService.html +++ b/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsService.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsServiceInterface.html b/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsServiceInterface.html index 4ecfe62f..e2d7658a 100644 --- a/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeConfig-Service-ThemeConfigsServiceInterface.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-ServiceProvider-BcThemeConfigServiceProvider.html b/5/plugin/reference/classes/BcThemeConfig-ServiceProvider-BcThemeConfigServiceProvider.html index 81d62c54..4e17a865 100644 --- a/5/plugin/reference/classes/BcThemeConfig-ServiceProvider-BcThemeConfigServiceProvider.html +++ b/5/plugin/reference/classes/BcThemeConfig-ServiceProvider-BcThemeConfigServiceProvider.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigBaserHelper.html b/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigBaserHelper.html index 3d5ab1c1..3f6b7b11 100644 --- a/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigBaserHelper.html +++ b/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigBaserHelper.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigHelper.html b/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigHelper.html index 9063a875..ca044993 100644 --- a/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigHelper.html +++ b/5/plugin/reference/classes/BcThemeConfig-View-Helper-BcThemeConfigHelper.html @@ -387,6 +387,10 @@

                              • Controller +
                              • +
                              • + Event +
                              • Model diff --git a/5/plugin/reference/classes/BcThemeFile-BcThemeFilePlugin.html b/5/plugin/reference/classes/BcThemeFile-BcThemeFilePlugin.html new file mode 100644 index 00000000..0ef60613 --- /dev/null +++ b/5/plugin/reference/classes/BcThemeFile-BcThemeFilePlugin.html @@ -0,0 +1,2616 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                +

                                baserCMS クラスリファレンス

                                + + + + + +
                                + +
                                +
                                + + + + +
                                +
                                + + +
                                +

                                + BcThemeFilePlugin + + + extends BcPlugin + + +
                                + in package + +
                                + + +

                                + +
                                + + +
                                + + + +

                                Class Plugin

                                + + + + + + +

                                + Table of Contents + + +

                                + + + + + + + + + +

                                + Properties + + +

                                +
                                +
                                + $currentSite + +  : null +
                                +
                                現在のサイト +キャッシュ用
                                + +
                                + $migrations + +  : Migrations +
                                + +
                                + +

                                + Methods + + +

                                +
                                +
                                + applyAsTheme() + +  : mixed +
                                +
                                テーマを適用する
                                + +
                                + bootstrap() + +  : void +
                                +
                                bootstrap
                                + +
                                + clearCurrentSite() + +  : void +
                                +
                                カレントサイトを初期化する
                                + +
                                + contentsRoutingForReverse() + +  : RouteBuilder +
                                +
                                コンテンツ管理ルーティング
                                + +
                                + createAssetsSymlink() + +  : bool +
                                +
                                プラグインアセットのシンボリックリンクを作成する
                                + +
                                + execScript() + +  : bool +
                                +
                                アップデートスクリプトを実行する
                                + +
                                + execUpdater() + +  : mixed +
                                +
                                アップデートプログラムを実行する
                                + +
                                + frontPageRouting() + +  : RouteBuilder +
                                +
                                プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                                + +
                                + getService() + +  : array<string|int, mixed>|mixed|object +
                                +
                                Get Service
                                + +
                                + getUpdaters() + +  : array<string|int, mixed> +
                                +
                                アップデータのパスを取得する
                                + +
                                + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                                +
                                アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                                + +
                                + hasService() + +  : bool +
                                +
                                Has Service
                                + +
                                + initialize() + +  : void +
                                +
                                Initialize
                                + +
                                + install() + +  : bool +
                                +
                                プラグインをインストールする
                                + +
                                + migrate() + +  : mixed +
                                +
                                マイグレーションを実行する
                                + +
                                + prefixRouting() + +  : RouteBuilder +
                                +
                                プラグインの管理画面用ルーティング
                                + +
                                + rollbackDb() + +  : bool +
                                +
                                プラグインのテーブルをリセットする
                                + +
                                + routes() + +  : void +
                                +
                                ルーティング設定
                                + +
                                + services() + +  : void +
                                +
                                services
                                + +
                                + siteRouting() + +  : RouteBuilder +
                                +
                                サブサイトのプラグイン用ルーティング
                                + +
                                + uninstall() + +  : bool +
                                +
                                プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                                + +
                                + updateDateNow() + +  : void +
                                +
                                対象のフィールドを現在の日付に更新する
                                + +
                                + + + + + + + +
                                +

                                + Properties + + +

                                +
                                +

                                + $currentSite + + + + +

                                + + +

                                現在のサイト +キャッシュ用

                                + + + public + static null + $currentSite + = null + + + + + +
                                +
                                +

                                + $migrations + + + + +

                                + + + + + public + Migrations + $migrations + + + + + + +
                                +
                                + +
                                +

                                + Methods + + +

                                +
                                +

                                + applyAsTheme() + + +

                                + + +

                                テーマを適用する

                                + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $site + : Site +
                                +
                                + +
                                +
                                + $theme + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + bootstrap() + + +

                                + + +

                                bootstrap

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

                                + clearCurrentSite() + + +

                                + + +

                                カレントサイトを初期化する

                                + + + public + clearCurrentSite() : void + +
                                +
                                + + + + + +
                                +
                                +

                                + contentsRoutingForReverse() + + +

                                + + +

                                コンテンツ管理ルーティング

                                + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                +
                                +

                                リバースルーティングのために必要

                                +
                                + +
                                Parameters
                                +
                                +
                                + $routes + : RouteBuilder +
                                +
                                + +
                                +
                                + $plugin + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + RouteBuilder +
                                + +
                                +
                                + + + +

                                プラグインアセットのシンボリックリンクを作成する

                                + + + public + createAssetsSymlink() : bool + +
                                +
                                + + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + execScript() + + +

                                + + +

                                アップデートスクリプトを実行する

                                + + + public + execScript(string $__version) : bool + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $__version + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + execUpdater() + + +

                                + + +

                                アップデートプログラムを実行する

                                + + + public + execUpdater() : mixed + +
                                +
                                + + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + frontPageRouting() + + +

                                + + +

                                プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                                + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                +
                                +

                                BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                                +
                                + +
                                Parameters
                                +
                                +
                                + $routes + : RouteBuilder +
                                +
                                + +
                                +
                                + $plugin + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + RouteBuilder +
                                + +
                                +
                                +

                                + getService() + + +

                                + + +

                                Get Service

                                + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $service + : +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + array<string|int, mixed>|mixed|object +
                                + +
                                +
                                +

                                + getUpdaters() + + +

                                + + +

                                アップデータのパスを取得する

                                + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $name + : mixed + = ''
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + array<string|int, mixed> + — +

                                $updates

                                +
                                + +
                                + +
                                +
                                +

                                + getUpdateScriptMessages() + + +

                                + + +

                                アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                                + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                                +
                                +

                                戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                                +
                                + +
                                Parameters
                                +
                                +
                                + $name + : mixed + = ''
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + array<string|int, mixed> + — +

                                $messages

                                +
                                + +
                                + +
                                +
                                +

                                + hasService() + + +

                                + + +

                                Has Service

                                + + + public + hasService( $service) : bool + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $service + : +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + initialize() + + +

                                + + +

                                Initialize

                                + + + public + initialize() : void + +
                                +
                                + + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + install() + + +

                                + + +

                                プラグインをインストールする

                                + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                                +
                                +

                                マイグレーションファイルを読み込み、 plugins テーブルに登録する

                                +
                                + +
                                Parameters
                                +
                                +
                                + $options + : array<string|int, mixed> + = []
                                +
                                +
                                  +
                                • +plugin : プラグイン名
                                • +
                                • +connection : コネクション名
                                • +
                                • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                                • +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + migrate() + + +

                                + + +

                                マイグレーションを実行する

                                + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $options + : array<string|int, mixed> + = []
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + prefixRouting() + + +

                                + + +

                                プラグインの管理画面用ルーティング

                                + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                +
                                +

                                プラグイン名がダッシュ区切りの場合

                                +
                                + +
                                Parameters
                                +
                                +
                                + $routes + : RouteBuilder +
                                +
                                + +
                                +
                                + $plugin + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + RouteBuilder +
                                + +
                                +
                                +

                                + rollbackDb() + + +

                                + + +

                                プラグインのテーブルをリセットする

                                + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $options + : array<string|int, mixed> + = []
                                +
                                +
                                  +
                                • +plugin : プラグイン名
                                • +
                                • +connection : コネクション名
                                • +
                                • +target : ロールバック対象バージョン
                                • +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + routes() + + +

                                + + +

                                ルーティング設定

                                + + + public + routes(RouteBuilder $routes) : void + +
                                +
                                +

                                次のルートを設定するが、未インストールの場合はスキップする。

                                +

                                コンテンツ管理のプラグイン用のリバースルーティング

                                +

                                ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                                +

                                管理画面のプラグイン用ルーティング

                                +

                                /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                                +

                                フロントエンドのプラグイン用ルーティング

                                +

                                /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                                +

                                サブサイトのプラグイン用ルーティング

                                +

                                /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                                +

                                APIのプラグイン用ルーティング

                                +

                                /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                                +
                                + +
                                Parameters
                                +
                                +
                                + $routes + : RouteBuilder +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + services() + + +

                                + + +

                                services

                                + + + public + services(ContainerInterface $container) : void + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $container + : ContainerInterface +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                +

                                + siteRouting() + + +

                                + + +

                                サブサイトのプラグイン用ルーティング

                                + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                +
                                +

                                プラグイン名がダッシュ区切りの場合

                                +
                                + +
                                Parameters
                                +
                                +
                                + $routes + : RouteBuilder +
                                +
                                + +
                                +
                                + $plugin + : string +
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + RouteBuilder +
                                + +
                                +
                                +

                                + uninstall() + + +

                                + + +

                                プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                                + + + public + uninstall([mixed $options = [] ]) : bool + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $options + : mixed + = []
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + unitTest +
                                +
                                + + +
                                +
                                + +
                                +
                                Return values
                                + bool +
                                + +
                                +
                                +

                                + updateDateNow() + + +

                                + + +

                                対象のフィールドを現在の日付に更新する

                                + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                                +
                                + +
                                Parameters
                                +
                                +
                                + $table + : string +
                                +
                                + +
                                +
                                + $fields + : array<string|int, mixed> +
                                +
                                + +
                                +
                                + $conditions + : array<string|int, mixed> + = []
                                +
                                + +
                                +
                                + $options + : array<string|int, mixed> + = []
                                +
                                + +
                                +
                                + + +
                                + Tags + + +
                                +
                                +
                                + checked +
                                +
                                + + +
                                +
                                + noTodo +
                                +
                                + + +
                                +
                                + + +
                                +
                                + +
                                +
                                +
                                +
                                +
                                
                                +        
                                + +
                                +
                                + + + +
                                +
                                +
                                + +
                                + On this page + + +
                                + +
                                +
                                +
                                +
                                +
                                +

                                Search results

                                + +
                                +
                                +
                                  +
                                  +
                                  +
                                  +
                                  + + +
                                  + + + + + + + + diff --git a/5/plugin/reference/classes/BcThemeFile-Controller-Admin-ThemeFilesController.html b/5/plugin/reference/classes/BcThemeFile-Controller-Admin-ThemeFilesController.html index 93a35898..fb9a1763 100644 --- a/5/plugin/reference/classes/BcThemeFile-Controller-Admin-ThemeFilesController.html +++ b/5/plugin/reference/classes/BcThemeFile-Controller-Admin-ThemeFilesController.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFilesController.html b/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFilesController.html index 1d4f5085..af5bab56 100644 --- a/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFilesController.html +++ b/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFilesController.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFoldersController.html b/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFoldersController.html index 970335e4..9b29f628 100644 --- a/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFoldersController.html +++ b/5/plugin/reference/classes/BcThemeFile-Controller-Api-Admin-ThemeFoldersController.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Form-ThemeFileForm.html b/5/plugin/reference/classes/BcThemeFile-Form-ThemeFileForm.html index 7a32a739..17ea075e 100644 --- a/5/plugin/reference/classes/BcThemeFile-Form-ThemeFileForm.html +++ b/5/plugin/reference/classes/BcThemeFile-Form-ThemeFileForm.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Form-ThemeFolderForm.html b/5/plugin/reference/classes/BcThemeFile-Form-ThemeFolderForm.html index ce86fc89..5f22811f 100644 --- a/5/plugin/reference/classes/BcThemeFile-Form-ThemeFolderForm.html +++ b/5/plugin/reference/classes/BcThemeFile-Form-ThemeFolderForm.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFile.html b/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFile.html index b62aa81a..c32813b9 100644 --- a/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFile.html +++ b/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFile.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFolder.html b/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFolder.html index ceb3caed..6ea9f600 100644 --- a/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFolder.html +++ b/5/plugin/reference/classes/BcThemeFile-Model-Entity-ThemeFolder.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFilesTable.html b/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFilesTable.html index 39c4c1f3..312082fd 100644 --- a/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFilesTable.html +++ b/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFilesTable.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFoldersTable.html b/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFoldersTable.html index 4b3434aa..aef432b8 100644 --- a/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFoldersTable.html +++ b/5/plugin/reference/classes/BcThemeFile-Model-Table-ThemeFoldersTable.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminService.html b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminService.html index 78651635..1e9e7777 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminService.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminService.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminServiceInterface.html b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminServiceInterface.html index 6bb2def0..8f764bf4 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFilesAdminServiceInterface.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminService.html b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminService.html index 9ff294a5..fbf902b0 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminService.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminService.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminServiceInterface.html b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminServiceInterface.html index 538bbc16..dd14a92e 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-Admin-ThemeFoldersAdminServiceInterface.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileService.html b/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileService.html index 60245516..03c63053 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileService.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileService.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileServiceInterface.html b/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileServiceInterface.html index 9709cb5b..84bbc6ed 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-BcThemeFileServiceInterface.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesService.html b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesService.html index f1eb1475..07dcb6a9 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesService.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesService.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesServiceInterface.html b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesServiceInterface.html index 1e8afb2d..19f6653d 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFilesServiceInterface.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersService.html b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersService.html index 1a44ee07..fa30035c 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersService.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersService.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersServiceInterface.html b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersServiceInterface.html index a005c4df..b9ea5949 100644 --- a/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersServiceInterface.html +++ b/5/plugin/reference/classes/BcThemeFile-Service-ThemeFoldersServiceInterface.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-ServiceProvider-BcThemeFileServiceProvider.html b/5/plugin/reference/classes/BcThemeFile-ServiceProvider-BcThemeFileServiceProvider.html index da85c48a..0a63b87e 100644 --- a/5/plugin/reference/classes/BcThemeFile-ServiceProvider-BcThemeFileServiceProvider.html +++ b/5/plugin/reference/classes/BcThemeFile-ServiceProvider-BcThemeFileServiceProvider.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcThemeFile-Utility-BcThemeFileUtil.html b/5/plugin/reference/classes/BcThemeFile-Utility-BcThemeFileUtil.html index a76253a7..5685d2b3 100644 --- a/5/plugin/reference/classes/BcThemeFile-Utility-BcThemeFileUtil.html +++ b/5/plugin/reference/classes/BcThemeFile-Utility-BcThemeFileUtil.html @@ -387,6 +387,10 @@

                                • Controller +
                                • +
                                • + Event +
                                • Model diff --git a/5/plugin/reference/classes/BcUploader-BcUploaderPlugin.html b/5/plugin/reference/classes/BcUploader-BcUploaderPlugin.html new file mode 100644 index 00000000..b55ac0bf --- /dev/null +++ b/5/plugin/reference/classes/BcUploader-BcUploaderPlugin.html @@ -0,0 +1,2592 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                  +

                                  baserCMS クラスリファレンス

                                  + + + + + +
                                  + +
                                  +
                                  + + + + +
                                  +
                                  + + +
                                  +

                                  + BcUploaderPlugin + + + extends BcPlugin + + +
                                  + in package + +
                                  + + +

                                  + +
                                  + + +
                                  + + + +

                                  plugin for BcUploader

                                  + + + + + + +

                                  + Table of Contents + + +

                                  + + + + + + + + + +

                                  + Properties + + +

                                  +
                                  +
                                  + $currentSite + +  : null +
                                  +
                                  現在のサイト +キャッシュ用
                                  + +
                                  + $migrations + +  : Migrations +
                                  + +
                                  + +

                                  + Methods + + +

                                  +
                                  +
                                  + applyAsTheme() + +  : mixed +
                                  +
                                  テーマを適用する
                                  + +
                                  + bootstrap() + +  : void +
                                  +
                                  bootstrap
                                  + +
                                  + clearCurrentSite() + +  : void +
                                  +
                                  カレントサイトを初期化する
                                  + +
                                  + contentsRoutingForReverse() + +  : RouteBuilder +
                                  +
                                  コンテンツ管理ルーティング
                                  + +
                                  + createAssetsSymlink() + +  : bool +
                                  +
                                  プラグインアセットのシンボリックリンクを作成する
                                  + +
                                  + execScript() + +  : bool +
                                  +
                                  アップデートスクリプトを実行する
                                  + +
                                  + execUpdater() + +  : mixed +
                                  +
                                  アップデートプログラムを実行する
                                  + +
                                  + frontPageRouting() + +  : RouteBuilder +
                                  +
                                  プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                                  + +
                                  + getService() + +  : array<string|int, mixed>|mixed|object +
                                  +
                                  Get Service
                                  + +
                                  + getUpdaters() + +  : array<string|int, mixed> +
                                  +
                                  アップデータのパスを取得する
                                  + +
                                  + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                                  +
                                  アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                                  + +
                                  + hasService() + +  : bool +
                                  +
                                  Has Service
                                  + +
                                  + initialize() + +  : void +
                                  +
                                  Initialize
                                  + +
                                  + install() + +  : bool +
                                  +
                                  プラグインをインストールする
                                  + +
                                  + migrate() + +  : mixed +
                                  +
                                  マイグレーションを実行する
                                  + +
                                  + prefixRouting() + +  : RouteBuilder +
                                  +
                                  プラグインの管理画面用ルーティング
                                  + +
                                  + rollbackDb() + +  : bool +
                                  +
                                  プラグインのテーブルをリセットする
                                  + +
                                  + routes() + +  : void +
                                  +
                                  Routes
                                  + +
                                  + services() + +  : void +
                                  +
                                  services
                                  + +
                                  + siteRouting() + +  : RouteBuilder +
                                  +
                                  サブサイトのプラグイン用ルーティング
                                  + +
                                  + uninstall() + +  : bool +
                                  +
                                  プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                                  + +
                                  + updateDateNow() + +  : void +
                                  +
                                  対象のフィールドを現在の日付に更新する
                                  + +
                                  + + + + + + + +
                                  +

                                  + Properties + + +

                                  +
                                  +

                                  + $currentSite + + + + +

                                  + + +

                                  現在のサイト +キャッシュ用

                                  + + + public + static null + $currentSite + = null + + + + + +
                                  +
                                  +

                                  + $migrations + + + + +

                                  + + + + + public + Migrations + $migrations + + + + + + +
                                  +
                                  + +
                                  +

                                  + Methods + + +

                                  +
                                  +

                                  + applyAsTheme() + + +

                                  + + +

                                  テーマを適用する

                                  + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $site + : Site +
                                  +
                                  + +
                                  +
                                  + $theme + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + bootstrap() + + +

                                  + + +

                                  bootstrap

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

                                  + clearCurrentSite() + + +

                                  + + +

                                  カレントサイトを初期化する

                                  + + + public + clearCurrentSite() : void + +
                                  +
                                  + + + + + +
                                  +
                                  +

                                  + contentsRoutingForReverse() + + +

                                  + + +

                                  コンテンツ管理ルーティング

                                  + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                  +
                                  +

                                  リバースルーティングのために必要

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $routes + : RouteBuilder +
                                  +
                                  + +
                                  +
                                  + $plugin + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + RouteBuilder +
                                  + +
                                  +
                                  + + + +

                                  プラグインアセットのシンボリックリンクを作成する

                                  + + + public + createAssetsSymlink() : bool + +
                                  +
                                  + + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + execScript() + + +

                                  + + +

                                  アップデートスクリプトを実行する

                                  + + + public + execScript(string $__version) : bool + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $__version + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + execUpdater() + + +

                                  + + +

                                  アップデートプログラムを実行する

                                  + + + public + execUpdater() : mixed + +
                                  +
                                  + + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + frontPageRouting() + + +

                                  + + +

                                  プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                                  + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                  +
                                  +

                                  BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $routes + : RouteBuilder +
                                  +
                                  + +
                                  +
                                  + $plugin + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + RouteBuilder +
                                  + +
                                  +
                                  +

                                  + getService() + + +

                                  + + +

                                  Get Service

                                  + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $service + : +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + array<string|int, mixed>|mixed|object +
                                  + +
                                  +
                                  +

                                  + getUpdaters() + + +

                                  + + +

                                  アップデータのパスを取得する

                                  + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $name + : mixed + = ''
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + array<string|int, mixed> + — +

                                  $updates

                                  +
                                  + +
                                  + +
                                  +
                                  +

                                  + getUpdateScriptMessages() + + +

                                  + + +

                                  アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                                  + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                                  +
                                  +

                                  戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $name + : mixed + = ''
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + array<string|int, mixed> + — +

                                  $messages

                                  +
                                  + +
                                  + +
                                  +
                                  +

                                  + hasService() + + +

                                  + + +

                                  Has Service

                                  + + + public + hasService( $service) : bool + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $service + : +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + initialize() + + +

                                  + + +

                                  Initialize

                                  + + + public + initialize() : void + +
                                  +
                                  + + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + install() + + +

                                  + + +

                                  プラグインをインストールする

                                  + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                                  +
                                  +

                                  マイグレーションファイルを読み込み、 plugins テーブルに登録する

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $options + : array<string|int, mixed> + = []
                                  +
                                  +
                                    +
                                  • +plugin : プラグイン名
                                  • +
                                  • +connection : コネクション名
                                  • +
                                  • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                                  • +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + migrate() + + +

                                  + + +

                                  マイグレーションを実行する

                                  + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $options + : array<string|int, mixed> + = []
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + prefixRouting() + + +

                                  + + +

                                  プラグインの管理画面用ルーティング

                                  + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                  +
                                  +

                                  プラグイン名がダッシュ区切りの場合

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $routes + : RouteBuilder +
                                  +
                                  + +
                                  +
                                  + $plugin + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + RouteBuilder +
                                  + +
                                  +
                                  +

                                  + rollbackDb() + + +

                                  + + +

                                  プラグインのテーブルをリセットする

                                  + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $options + : array<string|int, mixed> + = []
                                  +
                                  +
                                    +
                                  • +plugin : プラグイン名
                                  • +
                                  • +connection : コネクション名
                                  • +
                                  • +target : ロールバック対象バージョン
                                  • +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + routes() + + +

                                  + + +

                                  Routes

                                  + + + public + routes(RouteBuilder $routes) : void + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $routes + : RouteBuilder +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + services() + + +

                                  + + +

                                  services

                                  + + + public + services(ContainerInterface $container) : void + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $container + : ContainerInterface +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  +

                                  + siteRouting() + + +

                                  + + +

                                  サブサイトのプラグイン用ルーティング

                                  + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                  +
                                  +

                                  プラグイン名がダッシュ区切りの場合

                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $routes + : RouteBuilder +
                                  +
                                  + +
                                  +
                                  + $plugin + : string +
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + RouteBuilder +
                                  + +
                                  +
                                  +

                                  + uninstall() + + +

                                  + + +

                                  プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                                  + + + public + uninstall([mixed $options = [] ]) : bool + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $options + : mixed + = []
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + unitTest +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  Return values
                                  + bool +
                                  + +
                                  +
                                  +

                                  + updateDateNow() + + +

                                  + + +

                                  対象のフィールドを現在の日付に更新する

                                  + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                                  +
                                  + +
                                  Parameters
                                  +
                                  +
                                  + $table + : string +
                                  +
                                  + +
                                  +
                                  + $fields + : array<string|int, mixed> +
                                  +
                                  + +
                                  +
                                  + $conditions + : array<string|int, mixed> + = []
                                  +
                                  + +
                                  +
                                  + $options + : array<string|int, mixed> + = []
                                  +
                                  + +
                                  +
                                  + + +
                                  + Tags + + +
                                  +
                                  +
                                  + checked +
                                  +
                                  + + +
                                  +
                                  + noTodo +
                                  +
                                  + + +
                                  +
                                  + + +
                                  +
                                  + +
                                  +
                                  +
                                  +
                                  +
                                  
                                  +        
                                  + +
                                  +
                                  + + + +
                                  +
                                  +
                                  + +
                                  + On this page + + +
                                  + +
                                  +
                                  +
                                  +
                                  +
                                  +

                                  Search results

                                  + +
                                  +
                                  +
                                    +
                                    +
                                    +
                                    +
                                    + + +
                                    + + + + + + + + diff --git a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderCategoriesController.html b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderCategoriesController.html index c8687670..e51891df 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderCategoriesController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderCategoriesController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderConfigsController.html b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderConfigsController.html index bd338c1c..d479b8a8 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderConfigsController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderConfigsController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderFilesController.html b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderFilesController.html index 7650035b..f860aa13 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderFilesController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Admin-UploaderFilesController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderCategoriesController.html b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderCategoriesController.html index 135de956..0de84738 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderCategoriesController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderCategoriesController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderConfigsController.html b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderConfigsController.html index 6d3ab21f..242fbd13 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderConfigsController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderConfigsController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderFilesController.html b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderFilesController.html index 57f28896..05b954c3 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderFilesController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-Api-Admin-UploaderFilesController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Controller-UploaderFilesController.html b/5/plugin/reference/classes/BcUploader-Controller-UploaderFilesController.html index 786fa9aa..12f0f349 100644 --- a/5/plugin/reference/classes/BcUploader-Controller-UploaderFilesController.html +++ b/5/plugin/reference/classes/BcUploader-Controller-UploaderFilesController.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Event-BcUploaderViewEventListener.html b/5/plugin/reference/classes/BcUploader-Event-BcUploaderViewEventListener.html index 9c5b95a2..f3918938 100644 --- a/5/plugin/reference/classes/BcUploader-Event-BcUploaderViewEventListener.html +++ b/5/plugin/reference/classes/BcUploader-Event-BcUploaderViewEventListener.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model @@ -798,7 +802,7 @@

                                    @@ -832,7 +836,7 @@

                                    @@ -871,7 +875,7 @@

                                    @@ -987,7 +991,7 @@

                                    @@ -1056,7 +1060,7 @@

                                    @@ -1113,7 +1117,7 @@

                                    diff --git a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderCategory.html b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderCategory.html index 7efac808..42be2eda 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderCategory.html +++ b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderCategory.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderConfig.html b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderConfig.html index 8f825042..1d276de7 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderConfig.html +++ b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderConfig.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderFile.html b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderFile.html index c398c684..03119b47 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderFile.html +++ b/5/plugin/reference/classes/BcUploader-Model-Entity-UploaderFile.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderCategoriesTable.html b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderCategoriesTable.html index 2d4c9cd8..49329161 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderCategoriesTable.html +++ b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderCategoriesTable.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model @@ -1196,7 +1200,7 @@

                                    diff --git a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderConfigsTable.html b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderConfigsTable.html index b1988b70..6b25065d 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderConfigsTable.html +++ b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderConfigsTable.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderFilesTable.html b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderFilesTable.html index 9240dfa5..ef64cd43 100644 --- a/5/plugin/reference/classes/BcUploader-Model-Table-UploaderFilesTable.html +++ b/5/plugin/reference/classes/BcUploader-Model-Table-UploaderFilesTable.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminService.html b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminService.html index f964d810..fc3f49c0 100644 --- a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminService.html +++ b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminService.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminServiceInterface.html b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminServiceInterface.html index fe23039b..4803f0b0 100644 --- a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderConfigsAdminServiceInterface.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminService.html b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminService.html index 6198d310..530b8f7e 100644 --- a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminService.html +++ b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminService.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminServiceInterface.html b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminServiceInterface.html index 8be49406..3573e0da 100644 --- a/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcUploader-Service-Admin-UploaderFilesAdminServiceInterface.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesService.html b/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesService.html index 37000c63..9ee80f4b 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesService.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesService.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesServiceInterface.html b/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesServiceInterface.html index 0b40aa5c..3ceed7ad 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesServiceInterface.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderCategoriesServiceInterface.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsService.html b/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsService.html index 73da0f4c..bd7588ff 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsService.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsService.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsServiceInterface.html b/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsServiceInterface.html index f73ac776..58e8bd5d 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsServiceInterface.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderConfigsServiceInterface.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderFilesService.html b/5/plugin/reference/classes/BcUploader-Service-UploaderFilesService.html index d8c0f66b..d34edde6 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderFilesService.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderFilesService.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-Service-UploaderFilesServiceInterface.html b/5/plugin/reference/classes/BcUploader-Service-UploaderFilesServiceInterface.html index 8e9e93c3..81694ef0 100644 --- a/5/plugin/reference/classes/BcUploader-Service-UploaderFilesServiceInterface.html +++ b/5/plugin/reference/classes/BcUploader-Service-UploaderFilesServiceInterface.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-ServiceProvider-BcUploaderServiceProvider.html b/5/plugin/reference/classes/BcUploader-ServiceProvider-BcUploaderServiceProvider.html index 31611722..8a57fc2a 100644 --- a/5/plugin/reference/classes/BcUploader-ServiceProvider-BcUploaderServiceProvider.html +++ b/5/plugin/reference/classes/BcUploader-ServiceProvider-BcUploaderServiceProvider.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcUploader-View-Helper-UploaderHelper.html b/5/plugin/reference/classes/BcUploader-View-Helper-UploaderHelper.html index 8e9d3905..928488e1 100644 --- a/5/plugin/reference/classes/BcUploader-View-Helper-UploaderHelper.html +++ b/5/plugin/reference/classes/BcUploader-View-Helper-UploaderHelper.html @@ -387,6 +387,10 @@

                                  • Controller +
                                  • +
                                  • + Event +
                                  • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-BcWidgetAreaPlugin.html b/5/plugin/reference/classes/BcWidgetArea-BcWidgetAreaPlugin.html new file mode 100644 index 00000000..35b999cf --- /dev/null +++ b/5/plugin/reference/classes/BcWidgetArea-BcWidgetAreaPlugin.html @@ -0,0 +1,2616 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                    +

                                    baserCMS クラスリファレンス

                                    + + + + + +
                                    + +
                                    +
                                    + + + + +
                                    +
                                    + + +
                                    +

                                    + BcWidgetAreaPlugin + + + extends BcPlugin + + +
                                    + in package + +
                                    + + +

                                    + +
                                    + + +
                                    + + + +

                                    Class Plugin

                                    + + + + + + +

                                    + Table of Contents + + +

                                    + + + + + + + + + +

                                    + Properties + + +

                                    +
                                    +
                                    + $currentSite + +  : null +
                                    +
                                    現在のサイト +キャッシュ用
                                    + +
                                    + $migrations + +  : Migrations +
                                    + +
                                    + +

                                    + Methods + + +

                                    +
                                    +
                                    + applyAsTheme() + +  : mixed +
                                    +
                                    テーマを適用する
                                    + +
                                    + bootstrap() + +  : void +
                                    +
                                    bootstrap
                                    + +
                                    + clearCurrentSite() + +  : void +
                                    +
                                    カレントサイトを初期化する
                                    + +
                                    + contentsRoutingForReverse() + +  : RouteBuilder +
                                    +
                                    コンテンツ管理ルーティング
                                    + +
                                    + createAssetsSymlink() + +  : bool +
                                    +
                                    プラグインアセットのシンボリックリンクを作成する
                                    + +
                                    + execScript() + +  : bool +
                                    +
                                    アップデートスクリプトを実行する
                                    + +
                                    + execUpdater() + +  : mixed +
                                    +
                                    アップデートプログラムを実行する
                                    + +
                                    + frontPageRouting() + +  : RouteBuilder +
                                    +
                                    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)
                                    + +
                                    + getService() + +  : array<string|int, mixed>|mixed|object +
                                    +
                                    Get Service
                                    + +
                                    + getUpdaters() + +  : array<string|int, mixed> +
                                    +
                                    アップデータのパスを取得する
                                    + +
                                    + getUpdateScriptMessages() + +  : array<string|int, mixed> +
                                    +
                                    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する
                                    + +
                                    + hasService() + +  : bool +
                                    +
                                    Has Service
                                    + +
                                    + initialize() + +  : void +
                                    +
                                    Initialize
                                    + +
                                    + install() + +  : bool +
                                    +
                                    プラグインをインストールする
                                    + +
                                    + migrate() + +  : mixed +
                                    +
                                    マイグレーションを実行する
                                    + +
                                    + prefixRouting() + +  : RouteBuilder +
                                    +
                                    プラグインの管理画面用ルーティング
                                    + +
                                    + rollbackDb() + +  : bool +
                                    +
                                    プラグインのテーブルをリセットする
                                    + +
                                    + routes() + +  : void +
                                    +
                                    ルーティング設定
                                    + +
                                    + services() + +  : void +
                                    +
                                    services
                                    + +
                                    + siteRouting() + +  : RouteBuilder +
                                    +
                                    サブサイトのプラグイン用ルーティング
                                    + +
                                    + uninstall() + +  : bool +
                                    +
                                    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン
                                    + +
                                    + updateDateNow() + +  : void +
                                    +
                                    対象のフィールドを現在の日付に更新する
                                    + +
                                    + + + + + + + +
                                    +

                                    + Properties + + +

                                    +
                                    +

                                    + $currentSite + + + + +

                                    + + +

                                    現在のサイト +キャッシュ用

                                    + + + public + static null + $currentSite + = null + + + + + +
                                    +
                                    +

                                    + $migrations + + + + +

                                    + + + + + public + Migrations + $migrations + + + + + + +
                                    +
                                    + +
                                    +

                                    + Methods + + +

                                    +
                                    +

                                    + applyAsTheme() + + +

                                    + + +

                                    テーマを適用する

                                    + + + public + applyAsTheme(Site $site, string $theme) : mixed + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $site + : Site +
                                    +
                                    + +
                                    +
                                    + $theme + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + bootstrap() + + +

                                    + + +

                                    bootstrap

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

                                    + clearCurrentSite() + + +

                                    + + +

                                    カレントサイトを初期化する

                                    + + + public + clearCurrentSite() : void + +
                                    +
                                    + + + + + +
                                    +
                                    +

                                    + contentsRoutingForReverse() + + +

                                    + + +

                                    コンテンツ管理ルーティング

                                    + + + public + contentsRoutingForReverse(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                    +
                                    +

                                    リバースルーティングのために必要

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $routes + : RouteBuilder +
                                    +
                                    + +
                                    +
                                    + $plugin + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + RouteBuilder +
                                    + +
                                    +
                                    + + + +

                                    プラグインアセットのシンボリックリンクを作成する

                                    + + + public + createAssetsSymlink() : bool + +
                                    +
                                    + + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + execScript() + + +

                                    + + +

                                    アップデートスクリプトを実行する

                                    + + + public + execScript(string $__version) : bool + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $__version + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + execUpdater() + + +

                                    + + +

                                    アップデートプログラムを実行する

                                    + + + public + execUpdater() : mixed + +
                                    +
                                    + + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + frontPageRouting() + + +

                                    + + +

                                    プラグインのフロントエンド用ルーティング(プラグイン名がダッシュ区切りの場合)

                                    + + + public + frontPageRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                    +
                                    +

                                    BcPrefixAuthより先に定義が必要 +定義しない場合、CSRFトークン取得などの処理にて、BcPrefixAuthのルーティングに捕まり認証を求められてしまう場合がある。 +例)認証付 MyPage の定義で、alias を '/' とした場合

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $routes + : RouteBuilder +
                                    +
                                    + +
                                    +
                                    + $plugin + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + RouteBuilder +
                                    + +
                                    +
                                    +

                                    + getService() + + +

                                    + + +

                                    Get Service

                                    + + + public + getService( $service) : array<string|int, mixed>|mixed|object + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $service + : +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + array<string|int, mixed>|mixed|object +
                                    + +
                                    +
                                    +

                                    + getUpdaters() + + +

                                    + + +

                                    アップデータのパスを取得する

                                    + + + public + getUpdaters([mixed $name = '' ]) : array<string|int, mixed> + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $name + : mixed + = ''
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + array<string|int, mixed> + — +

                                    $updates

                                    +
                                    + +
                                    + +
                                    +
                                    +

                                    + getUpdateScriptMessages() + + +

                                    + + +

                                    アップデータのメッセージを取得する +現在のバージョンより上位のアップデートスクリプトフォルダの config.php を読み込み +変数 $updateMessage より取得する

                                    + + + public + getUpdateScriptMessages([mixed $name = '' ]) : array<string|int, mixed> + +
                                    +
                                    +

                                    戻り値例 +[ +'1.0.1 => 'message', +'1.0.2 => 'message' +]

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $name + : mixed + = ''
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + array<string|int, mixed> + — +

                                    $messages

                                    +
                                    + +
                                    + +
                                    +
                                    +

                                    + hasService() + + +

                                    + + +

                                    Has Service

                                    + + + public + hasService( $service) : bool + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $service + : +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + initialize() + + +

                                    + + +

                                    Initialize

                                    + + + public + initialize() : void + +
                                    +
                                    + + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + install() + + +

                                    + + +

                                    プラグインをインストールする

                                    + + + public + install([array<string|int, mixed> $options = [] ]) : bool + +
                                    +
                                    +

                                    マイグレーションファイルを読み込み、 plugins テーブルに登録する

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $options + : array<string|int, mixed> + = []
                                    +
                                    +
                                      +
                                    • +plugin : プラグイン名
                                    • +
                                    • +connection : コネクション名
                                    • +
                                    • +permission : アクセスルールを作るか作らないか。作らない場合は、システム管理ユーザーが利用可能
                                    • +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + migrate() + + +

                                    + + +

                                    マイグレーションを実行する

                                    + + + public + migrate([array<string|int, mixed> $options = [] ]) : mixed + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $options + : array<string|int, mixed> + = []
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + prefixRouting() + + +

                                    + + +

                                    プラグインの管理画面用ルーティング

                                    + + + public + prefixRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                    +
                                    +

                                    プラグイン名がダッシュ区切りの場合

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $routes + : RouteBuilder +
                                    +
                                    + +
                                    +
                                    + $plugin + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + RouteBuilder +
                                    + +
                                    +
                                    +

                                    + rollbackDb() + + +

                                    + + +

                                    プラグインのテーブルをリセットする

                                    + + + public + rollbackDb([array<string|int, mixed> $options = [] ]) : bool + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $options + : array<string|int, mixed> + = []
                                    +
                                    +
                                      +
                                    • +plugin : プラグイン名
                                    • +
                                    • +connection : コネクション名
                                    • +
                                    • +target : ロールバック対象バージョン
                                    • +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + routes() + + +

                                    + + +

                                    ルーティング設定

                                    + + + public + routes(RouteBuilder $routes) : void + +
                                    +
                                    +

                                    次のルートを設定するが、未インストールの場合はスキップする。

                                    +

                                    コンテンツ管理のプラグイン用のリバースルーティング

                                    +

                                    ['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'index'] → /news/ +['plugin' => 'BcBlog', 'controller' => 'Blog', 'action' => 'archives', 1] → /news/archives/1

                                    +

                                    管理画面のプラグイン用ルーティング

                                    +

                                    /baser/admin/plugin-name/controller_name/index +/baser/admin/plugin-name/controller_name/action_name/*

                                    +

                                    フロントエンドのプラグイン用ルーティング

                                    +

                                    /plugin-name/controller_name/index +/plugin-name/controller_name/action_name/*

                                    +

                                    サブサイトのプラグイン用ルーティング

                                    +

                                    /site_alias/plugin-name/controller_name/index +/site_alias/plugin-name/controller_name/action_name/*

                                    +

                                    APIのプラグイン用ルーティング

                                    +

                                    /baser/api/plugin-name/controller_name/index.json +/baser/api/plugin-name/controller_name/action_name/*.json

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $routes + : RouteBuilder +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + services() + + +

                                    + + +

                                    services

                                    + + + public + services(ContainerInterface $container) : void + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $container + : ContainerInterface +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    +

                                    + siteRouting() + + +

                                    + + +

                                    サブサイトのプラグイン用ルーティング

                                    + + + public + siteRouting(RouteBuilder $routes, string $plugin) : RouteBuilder + +
                                    +
                                    +

                                    プラグイン名がダッシュ区切りの場合

                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $routes + : RouteBuilder +
                                    +
                                    + +
                                    +
                                    + $plugin + : string +
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + RouteBuilder +
                                    + +
                                    +
                                    +

                                    + uninstall() + + +

                                    + + +

                                    プラグインをアンインストールする + - `plugin` : プラグイン名 + - `connection` : コネクション名 + - `target` : ロールバック対象バージョン

                                    + + + public + uninstall([mixed $options = [] ]) : bool + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $options + : mixed + = []
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + unitTest +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    Return values
                                    + bool +
                                    + +
                                    +
                                    +

                                    + updateDateNow() + + +

                                    + + +

                                    対象のフィールドを現在の日付に更新する

                                    + + + public + updateDateNow(string $table, array<string|int, mixed> $fields[, array<string|int, mixed> $conditions = [] ][, array<string|int, mixed> $options = [] ]) : void + +
                                    +
                                    + +
                                    Parameters
                                    +
                                    +
                                    + $table + : string +
                                    +
                                    + +
                                    +
                                    + $fields + : array<string|int, mixed> +
                                    +
                                    + +
                                    +
                                    + $conditions + : array<string|int, mixed> + = []
                                    +
                                    + +
                                    +
                                    + $options + : array<string|int, mixed> + = []
                                    +
                                    + +
                                    +
                                    + + +
                                    + Tags + + +
                                    +
                                    +
                                    + checked +
                                    +
                                    + + +
                                    +
                                    + noTodo +
                                    +
                                    + + +
                                    +
                                    + + +
                                    +
                                    + +
                                    +
                                    +
                                    +
                                    +
                                    
                                    +        
                                    + +
                                    +
                                    + + + +
                                    +
                                    +
                                    + +
                                    + On this page + + +
                                    + +
                                    +
                                    +
                                    +
                                    +
                                    +

                                    Search results

                                    + +
                                    +
                                    +
                                      +
                                      +
                                      +
                                      +
                                      + + +
                                      + + + + + + + + diff --git a/5/plugin/reference/classes/BcWidgetArea-Controller-Admin-WidgetAreasController.html b/5/plugin/reference/classes/BcWidgetArea-Controller-Admin-WidgetAreasController.html index 6ee80c35..3eb23c13 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Controller-Admin-WidgetAreasController.html +++ b/5/plugin/reference/classes/BcWidgetArea-Controller-Admin-WidgetAreasController.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Controller-Api-Admin-WidgetAreasController.html b/5/plugin/reference/classes/BcWidgetArea-Controller-Api-Admin-WidgetAreasController.html index 33fa2b08..3dd0149e 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Controller-Api-Admin-WidgetAreasController.html +++ b/5/plugin/reference/classes/BcWidgetArea-Controller-Api-Admin-WidgetAreasController.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaControllerEventListener.html b/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaControllerEventListener.html index c79112f4..6120caf2 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaControllerEventListener.html +++ b/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaControllerEventListener.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model @@ -725,7 +729,7 @@

                                      @@ -759,7 +763,7 @@

                                      @@ -798,7 +802,7 @@

                                      @@ -928,7 +932,7 @@

                                      @@ -997,7 +1001,7 @@

                                      @@ -1054,7 +1058,7 @@

                                      diff --git a/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaHelperEventListener.html b/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaHelperEventListener.html index bdba2ee5..bc40c732 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaHelperEventListener.html +++ b/5/plugin/reference/classes/BcWidgetArea-Event-BcWidgetAreaHelperEventListener.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model @@ -711,7 +715,7 @@

                                      @@ -745,7 +749,7 @@

                                      @@ -784,7 +788,7 @@

                                      @@ -900,7 +904,7 @@

                                      @@ -969,7 +973,7 @@

                                      @@ -1026,7 +1030,7 @@

                                      diff --git a/5/plugin/reference/classes/BcWidgetArea-Model-Entity-WidgetArea.html b/5/plugin/reference/classes/BcWidgetArea-Model-Entity-WidgetArea.html index 1dec96fd..b78f151c 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Model-Entity-WidgetArea.html +++ b/5/plugin/reference/classes/BcWidgetArea-Model-Entity-WidgetArea.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Model-Table-WidgetAreasTable.html b/5/plugin/reference/classes/BcWidgetArea-Model-Table-WidgetAreasTable.html index 7c1fcedf..60666443 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Model-Table-WidgetAreasTable.html +++ b/5/plugin/reference/classes/BcWidgetArea-Model-Table-WidgetAreasTable.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminService.html b/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminService.html index f1096668..693feaf4 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminService.html +++ b/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminService.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminServiceInterface.html b/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminServiceInterface.html index ef5c3ca0..17d5f070 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminServiceInterface.html +++ b/5/plugin/reference/classes/BcWidgetArea-Service-Admin-WidgetAreasAdminServiceInterface.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasService.html b/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasService.html index ad13edb4..0f0a69bb 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasService.html +++ b/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasService.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasServiceInterface.html b/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasServiceInterface.html index 5366ce41..30562be8 100644 --- a/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasServiceInterface.html +++ b/5/plugin/reference/classes/BcWidgetArea-Service-WidgetAreasServiceInterface.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-ServiceProvider-BcWidgetAreaServiceProvider.html b/5/plugin/reference/classes/BcWidgetArea-ServiceProvider-BcWidgetAreaServiceProvider.html index a8628002..42edba9a 100644 --- a/5/plugin/reference/classes/BcWidgetArea-ServiceProvider-BcWidgetAreaServiceProvider.html +++ b/5/plugin/reference/classes/BcWidgetArea-ServiceProvider-BcWidgetAreaServiceProvider.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaBaserHelper.html b/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaBaserHelper.html index 48b545b1..509fd1e8 100644 --- a/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaBaserHelper.html +++ b/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaBaserHelper.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaHelper.html b/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaHelper.html index 3c670358..cf1d41c0 100644 --- a/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaHelper.html +++ b/5/plugin/reference/classes/BcWidgetArea-View-Helper-BcWidgetAreaHelper.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/Cake-Routing-Asset.html b/5/plugin/reference/classes/Cake-Routing-Asset.html index 273c71c4..3a4bf148 100644 --- a/5/plugin/reference/classes/Cake-Routing-Asset.html +++ b/5/plugin/reference/classes/Cake-Routing-Asset.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/classes/KCAPTCHA.html b/5/plugin/reference/classes/KCAPTCHA.html index c6e7bea5..dbf82652 100644 --- a/5/plugin/reference/classes/KCAPTCHA.html +++ b/5/plugin/reference/classes/KCAPTCHA.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-annotation-checked.html b/5/plugin/reference/files/plugins-baser-core-src-annotation-checked.html index d61b208c..f1296f30 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-annotation-checked.html +++ b/5/plugin/reference/files/plugins-baser-core-src-annotation-checked.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-annotation-doc.html b/5/plugin/reference/files/plugins-baser-core-src-annotation-doc.html index 027e5aba..65ccf476 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-annotation-doc.html +++ b/5/plugin/reference/files/plugins-baser-core-src-annotation-doc.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-annotation-note.html b/5/plugin/reference/files/plugins-baser-core-src-annotation-note.html index 6604e647..004d97bf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-annotation-note.html +++ b/5/plugin/reference/files/plugins-baser-core-src-annotation-note.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-annotation-notodo.html b/5/plugin/reference/files/plugins-baser-core-src-annotation-notodo.html index 1ee3c312..a89c3a40 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-annotation-notodo.html +++ b/5/plugin/reference/files/plugins-baser-core-src-annotation-notodo.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-annotation-unittest.html b/5/plugin/reference/files/plugins-baser-core-src-annotation-unittest.html index 0143c46d..8bf8c55d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-annotation-unittest.html +++ b/5/plugin/reference/files/plugins-baser-core-src-annotation-unittest.html @@ -387,6 +387,10 @@

                                    • Controller +
                                    • +
                                    • + Event +
                                    • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-basercoreplugin.html b/5/plugin/reference/files/plugins-baser-core-src-basercoreplugin.html new file mode 100644 index 00000000..4b9a5216 --- /dev/null +++ b/5/plugin/reference/files/plugins-baser-core-src-basercoreplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                      +

                                      baserCMS クラスリファレンス

                                      + + + + + +
                                      + +
                                      +
                                      + + + + +
                                      +
                                      +
                                        +
                                      + +
                                      +

                                      BaserCorePlugin.php

                                      + +

                                      baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                      + + + +
                                      + Tags + + +
                                      +
                                      +
                                      + copyright +
                                      +
                                      + +

                                      Copyright (c) NPO baser foundation

                                      +
                                      + +
                                      +
                                      + link +
                                      +
                                      +

                                      baserCMS Project

                                      +
                                      + +
                                      +
                                      + since +
                                      +
                                      + 5.0.0 + + +
                                      +
                                      + license +
                                      +
                                      + +

                                      https://basercms.net/license/index.html MIT License

                                      +
                                      + +
                                      +
                                      + + + +

                                      + Table of Contents + + +

                                      + + + + +

                                      + Classes + + +

                                      +
                                      +
                                      BaserCorePlugin
                                      Class plugin
                                      + + + + + + + + + + + + + +
                                      +
                                      +
                                      +
                                      +
                                      
                                      +        
                                      + +
                                      +
                                      + + + +
                                      +
                                      +
                                      + +
                                      + On this page + +
                                        +
                                      • Table Of Contents
                                      • +
                                      • + +
                                      • + + +
                                      +
                                      + +
                                      +
                                      +
                                      +
                                      +
                                      +

                                      Search results

                                      + +
                                      +
                                      +
                                        +
                                        +
                                        +
                                        +
                                        + + +
                                        + + + + + + + + diff --git a/5/plugin/reference/files/plugins-baser-core-src-bcplugin.html b/5/plugin/reference/files/plugins-baser-core-src-bcplugin.html index 0f0ba7a8..197e1b53 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-bcplugin.html +++ b/5/plugin/reference/files/plugins-baser-core-src-bcplugin.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-command-composercommand.html b/5/plugin/reference/files/plugins-baser-core-src-command-composercommand.html index 489abc22..0bcd7c5b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-command-composercommand.html +++ b/5/plugin/reference/files/plugins-baser-core-src-command-composercommand.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-command-createreleasecommand.html b/5/plugin/reference/files/plugins-baser-core-src-command-createreleasecommand.html index db46518e..13f16b63 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-command-createreleasecommand.html +++ b/5/plugin/reference/files/plugins-baser-core-src-command-createreleasecommand.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-command-setupinstallcommand.html b/5/plugin/reference/files/plugins-baser-core-src-command-setupinstallcommand.html index 33521a04..0746a6a6 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-command-setupinstallcommand.html +++ b/5/plugin/reference/files/plugins-baser-core-src-command-setupinstallcommand.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-command-setuptestcommand.html b/5/plugin/reference/files/plugins-baser-core-src-command-setuptestcommand.html index fc826e3f..8b6b84a8 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-command-setuptestcommand.html +++ b/5/plugin/reference/files/plugins-baser-core-src-command-setuptestcommand.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-command-updatecommand.html b/5/plugin/reference/files/plugins-baser-core-src-command-updatecommand.html index 84878bfd..9718da2b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-command-updatecommand.html +++ b/5/plugin/reference/files/plugins-baser-core-src-command-updatecommand.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-bcadminappcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-bcadminappcontroller.html index be478560..1ff80c35 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-bcadminappcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-bcadminappcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentfolderscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentfolderscontroller.html index 90d721fb..ac4af751 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentfolderscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentfolderscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentscontroller.html index 34ef85c3..f53cbff8 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-contentscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dashboardcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dashboardcontroller.html index d5360266..ee05a24f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dashboardcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dashboardcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dblogscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dblogscontroller.html index bbd86294..48a8e666 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dblogscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-dblogscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pagescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pagescontroller.html index e15f3f71..0e671fcc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pagescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pagescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-passwordrequestscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-passwordrequestscontroller.html index d012f505..26b47d39 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-passwordrequestscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-passwordrequestscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissiongroupscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissiongroupscontroller.html index e6eba0b4..3f9bafec 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissiongroupscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissiongroupscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissionscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissionscontroller.html index 7f834677..70d6c0b2 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissionscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-permissionscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pluginscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pluginscontroller.html index b26a2220..3389862d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pluginscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-pluginscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-previewcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-previewcontroller.html index 498b145c..58358a61 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-previewcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-previewcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-siteconfigscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-siteconfigscontroller.html index 4f49ca39..f377a147 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-siteconfigscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-siteconfigscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-sitescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-sitescontroller.html index 5cd7bd1b..e858a92a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-sitescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-sitescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-themescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-themescontroller.html index 882319a0..500a4e97 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-themescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-themescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-updaterscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-updaterscontroller.html index 7c0c90c7..587ec444 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-updaterscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-updaterscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-usergroupscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-usergroupscontroller.html index 9fedb325..3a9d942f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-usergroupscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-usergroupscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-userscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-userscontroller.html index feb78713..7fa8bfd0 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-userscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-userscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-utilitiescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-utilitiescontroller.html index 939d6788..97a48afc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-admin-utilitiescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-admin-utilitiescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-analysecontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-analysecontroller.html index ecefee49..ae298c39 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-analysecontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-analysecontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-bcadminapicontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-bcadminapicontroller.html index abd276ad..d13c90c7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-bcadminapicontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-bcadminapicontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentfolderscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentfolderscontroller.html index c9036e3e..1b7ba5e9 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentfolderscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentfolderscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentscontroller.html index 7683560c..15c603de 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-contentscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-dblogscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-dblogscontroller.html index d5c38d7e..f3c1721b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-dblogscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-dblogscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-jwkscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-jwkscontroller.html index d3a391a7..2c796191 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-jwkscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-jwkscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pagescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pagescontroller.html index b61d156f..6627b209 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pagescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pagescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissiongroupscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissiongroupscontroller.html index 8d4a8857..59c8aee4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissiongroupscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissiongroupscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissionscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissionscontroller.html index 123c5aa2..cefb5974 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissionscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-permissionscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pluginscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pluginscontroller.html index aa84d69b..78a45d6d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pluginscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-pluginscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-siteconfigscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-siteconfigscontroller.html index deced58c..d06a4957 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-siteconfigscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-siteconfigscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-sitescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-sitescontroller.html index 949d3008..0aad8db5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-sitescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-sitescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-themescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-themescontroller.html index dccd15c5..d1f7b511 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-themescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-themescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-usergroupscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-usergroupscontroller.html index 25bca98a..e12191e0 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-usergroupscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-usergroupscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-userscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-userscontroller.html index 93c65ad3..ea152b66 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-userscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-userscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-utilitiescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-utilitiescontroller.html index ec4eac76..d95b9db1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-utilitiescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-admin-utilitiescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-bcapicontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-bcapicontroller.html index 6c45b649..67e791c7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-bcapicontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-bcapicontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentfolderscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentfolderscontroller.html index 619ef65c..9b13fb0f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentfolderscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentfolderscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentscontroller.html index 7b9ae7a4..0a113e34 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-contentscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-api-pagescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-api-pagescontroller.html index dc1ea9d6..fb1ac30a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-api-pagescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-api-pagescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-appcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-appcontroller.html index 97f7a277..74e2438d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-appcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-appcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-bcerrorcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-bcerrorcontroller.html index ca716eb3..d6e6ce96 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-bcerrorcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-bcerrorcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-bcformcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-bcformcontroller.html index 588b064f..7502c8b5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-bcformcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-bcformcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-bcfrontappcontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-bcfrontappcontroller.html index eecf0335..49bc13bb 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-bcfrontappcontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-bcfrontappcontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcadmincontentscomponent.html b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcadmincontentscomponent.html index 142798c5..3c0a7dbe 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcadmincontentscomponent.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcadmincontentscomponent.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcfrontcontentscomponent.html b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcfrontcontentscomponent.html index 57714fc4..486c6f64 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcfrontcontentscomponent.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcfrontcontentscomponent.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcmessagecomponent.html b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcmessagecomponent.html index 73c9b158..a0c097b1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcmessagecomponent.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-component-bcmessagecomponent.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-contentfolderscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-contentfolderscontroller.html index ac2f64fe..ec6451e9 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-contentfolderscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-contentfolderscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-maintenancecontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-maintenancecontroller.html index 28e61650..0601180d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-maintenancecontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-maintenancecontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-pagescontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-pagescontroller.html index 6b79d47a..fe9e2c8d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-pagescontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-pagescontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-passwordrequestscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-passwordrequestscontroller.html index ae35aa95..555dd0d0 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-passwordrequestscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-passwordrequestscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-uploadscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-uploadscontroller.html index f6f0d848..94f3268d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-uploadscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-uploadscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-controller-userscontroller.html b/5/plugin/reference/files/plugins-baser-core-src-controller-userscontroller.html index 64d100a3..1ce87f06 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-controller-userscontroller.html +++ b/5/plugin/reference/files/plugins-baser-core-src-controller-userscontroller.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcmigration.html b/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcmigration.html index 46e7a991..1afc9b6d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcmigration.html +++ b/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcmigration.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcseed.html b/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcseed.html index e850bae8..21d0e313 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcseed.html +++ b/5/plugin/reference/files/plugins-baser-core-src-database-migration-bcseed.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-database-schema-bcschema.html b/5/plugin/reference/files/plugins-baser-core-src-database-schema-bcschema.html index 6e99fefe..355b5cee 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-database-schema-bcschema.html +++ b/5/plugin/reference/files/plugins-baser-core-src-database-schema-bcschema.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-error-bcexception.html b/5/plugin/reference/files/plugins-baser-core-src-error-bcexception.html index 85035eff..a91aa247 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-error-bcexception.html +++ b/5/plugin/reference/files/plugins-baser-core-src-error-bcexception.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-error-bcexceptionrenderer.html b/5/plugin/reference/files/plugins-baser-core-src-error-bcexceptionrenderer.html index 6359ece8..6182ab6b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-error-bcexceptionrenderer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-error-bcexceptionrenderer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-error-bcformfailedexception.html b/5/plugin/reference/files/plugins-baser-core-src-error-bcformfailedexception.html index 1b1abba5..08f84b7c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-error-bcformfailedexception.html +++ b/5/plugin/reference/files/plugins-baser-core-src-error-bcformfailedexception.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bccontainereventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bccontainereventlistener.html index ba22c578..f6705741 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bccontainereventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bccontainereventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bccontentseventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bccontentseventlistener.html index 5ed230ec..3f0406b3 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bccontentseventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bccontentseventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventdispatcher.html b/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventdispatcher.html index dcae1b75..d6c795ca 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventdispatcher.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventdispatcher.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventlistener.html index cfd22ca9..00a10124 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bccontrollereventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatcher.html b/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatcher.html index 8797cf4c..549f2e5b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatcher.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatcher.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatchertrait.html b/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatchertrait.html index a9a41029..98a96a67 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatchertrait.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bceventdispatchertrait.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bceventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bceventlistener.html index a2bfc46f..bdb0f71f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bceventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bceventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bchelpereventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bchelpereventlistener.html index e264f4a4..9260cf18 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bchelpereventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bchelpereventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcmailereventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcmailereventlistener.html index fe622145..25f880ec 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcmailereventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcmailereventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventdispatcher.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventdispatcher.html index 4ace5a0a..08f7f481 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventdispatcher.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventdispatcher.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventlistener.html index d14e3c61..58a70201 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcmodeleventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcshortcodeeventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcshortcodeeventlistener.html index 5520403e..da957608 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcshortcodeeventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcshortcodeeventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventdispatcher.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventdispatcher.html index 8c4f8f12..c2332228 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventdispatcher.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventdispatcher.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventlistener.html b/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventlistener.html index 7e3bb86b..73db74fe 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventlistener.html +++ b/5/plugin/reference/files/plugins-baser-core-src-event-bcvieweventlistener.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-form-contentssearchform.html b/5/plugin/reference/files/plugins-baser-core-src-form-contentssearchform.html index ad9fae3d..51c219da 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-form-contentssearchform.html +++ b/5/plugin/reference/files/plugins-baser-core-src-form-contentssearchform.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-identifier-resolver-prefixormresolver.html b/5/plugin/reference/files/plugins-baser-core-src-identifier-resolver-prefixormresolver.html index 045d6d42..919228f8 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-identifier-resolver-prefixormresolver.html +++ b/5/plugin/reference/files/plugins-baser-core-src-identifier-resolver-prefixormresolver.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-bcadminmailer.html b/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-bcadminmailer.html index 718adf06..497a7fe2 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-bcadminmailer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-bcadminmailer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-passwordrequestmailer.html b/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-passwordrequestmailer.html index b170a454..673342bc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-passwordrequestmailer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-mailer-admin-passwordrequestmailer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-mailer-bcmailer.html b/5/plugin/reference/files/plugins-baser-core-src-mailer-bcmailer.html index d95c39ef..1874c034 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-mailer-bcmailer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-mailer-bcmailer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcadminmiddleware.html b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcadminmiddleware.html index 2cf51f07..dc35d392 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcadminmiddleware.html +++ b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcadminmiddleware.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcfrontmiddleware.html b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcfrontmiddleware.html index 95980113..d20ee9ba 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcfrontmiddleware.html +++ b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcfrontmiddleware.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectmainsitemiddleware.html b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectmainsitemiddleware.html index a9b5325c..225095be 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectmainsitemiddleware.html +++ b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectmainsitemiddleware.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectsubsitemiddleware.html b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectsubsitemiddleware.html index e7a91b3e..bd8b77ae 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectsubsitemiddleware.html +++ b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcredirectsubsitemiddleware.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcrequestfiltermiddleware.html b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcrequestfiltermiddleware.html index aba7ce5a..6c7850cd 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-middleware-bcrequestfiltermiddleware.html +++ b/5/plugin/reference/files/plugins-baser-core-src-middleware-bcrequestfiltermiddleware.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bccontentsbehavior.html b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bccontentsbehavior.html index 6a91b504..c1d6af35 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bccontentsbehavior.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bccontentsbehavior.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bckeyvaluebehavior.html b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bckeyvaluebehavior.html index 492c2531..c31c1579 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bckeyvaluebehavior.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bckeyvaluebehavior.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bcuploadbehavior.html b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bcuploadbehavior.html index 36e3e012..0a9668c2 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bcuploadbehavior.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-behavior-bcuploadbehavior.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-content.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-content.html index b4105cb3..14aee695 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-content.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-content.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-contentfolder.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-contentfolder.html index 6194f92c..eab69550 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-contentfolder.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-contentfolder.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-dblog.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-dblog.html index fccf5770..ea77a75c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-dblog.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-dblog.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-page.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-page.html index ce669c13..44953721 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-page.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-page.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-passwordrequest.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-passwordrequest.html index b8f4081c..45080966 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-passwordrequest.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-passwordrequest.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-permission.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-permission.html index 2609d978..22036839 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-permission.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-permission.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-permissiongroup.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-permissiongroup.html index 88f08801..2c562185 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-permissiongroup.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-permissiongroup.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-plugin.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-plugin.html index b791776d..9edc5f18 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-plugin.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-plugin.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-site.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-site.html index 7a97da3c..00a9cf5a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-site.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-site.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-siteconfig.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-siteconfig.html index 41f0a813..4de60f29 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-siteconfig.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-siteconfig.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-user.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-user.html index 09284e9c..09e9a0a4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-user.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-user.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-entity-usergroup.html b/5/plugin/reference/files/plugins-baser-core-src-model-entity-usergroup.html index df87bbdd..d3cb00be 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-entity-usergroup.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-entity-usergroup.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-apptable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-apptable.html index 80fe852e..4c4b2a70 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-apptable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-apptable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-contentfolderstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-contentfolderstable.html index ce105a96..b3c83b07 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-contentfolderstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-contentfolderstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-contentstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-contentstable.html index 5558ee91..1c9851c5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-contentstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-contentstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-dblogstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-dblogstable.html index e966ab3d..fccd298d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-dblogstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-dblogstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-exception-copyfailedexception.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-exception-copyfailedexception.html index 3994c639..d2a4491d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-exception-copyfailedexception.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-exception-copyfailedexception.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-loginstorestable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-loginstorestable.html index 7d297496..25a9c15e 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-loginstorestable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-loginstorestable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-pagestable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-pagestable.html index af926d8d..609668fa 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-pagestable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-pagestable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-passwordrequeststable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-passwordrequeststable.html index a5515b6b..d6fa2e94 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-passwordrequeststable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-passwordrequeststable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-permissiongroupstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-permissiongroupstable.html index 4642eb73..1fd8b884 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-permissiongroupstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-permissiongroupstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-permissionstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-permissionstable.html index d2e1e585..9deb308c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-permissionstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-permissionstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-pluginstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-pluginstable.html index e5645fbc..7bfa9543 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-pluginstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-pluginstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-siteconfigstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-siteconfigstable.html index 89d71dfb..d5b90da6 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-siteconfigstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-siteconfigstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-sitestable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-sitestable.html index 8ac7f857..f47e3613 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-sitestable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-sitestable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-usergroupstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-usergroupstable.html index 463e6c34..a4aaa96b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-usergroupstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-usergroupstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-userstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-userstable.html index ee00b2f9..6f7f55bd 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-userstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-userstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-table-usersusergroupstable.html b/5/plugin/reference/files/plugins-baser-core-src-model-table-usersusergroupstable.html index 4e73c032..48755810 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-table-usersusergroupstable.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-table-usersusergroupstable.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-validation-bcvalidation.html b/5/plugin/reference/files/plugins-baser-core-src-model-validation-bcvalidation.html index cdb1db99..7ab6794c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-validation-bcvalidation.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-validation-bcvalidation.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-validation-pagevalidation.html b/5/plugin/reference/files/plugins-baser-core-src-model-validation-pagevalidation.html index d637eec1..aab20c9c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-validation-pagevalidation.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-validation-pagevalidation.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-validation-siteconfigvalidation.html b/5/plugin/reference/files/plugins-baser-core-src-model-validation-siteconfigvalidation.html index fede1c5b..9c6c64b9 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-validation-siteconfigvalidation.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-validation-siteconfigvalidation.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-validation-sitevalidation.html b/5/plugin/reference/files/plugins-baser-core-src-model-validation-sitevalidation.html index 1f065a49..c3672b67 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-validation-sitevalidation.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-validation-sitevalidation.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-model-validation-uservalidation.html b/5/plugin/reference/files/plugins-baser-core-src-model-validation-uservalidation.html index 338240c5..b45fdc15 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-model-validation-uservalidation.html +++ b/5/plugin/reference/files/plugins-baser-core-src-model-validation-uservalidation.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-routing-asset.html b/5/plugin/reference/files/plugins-baser-core-src-routing-asset.html index dc073f08..45a7b200 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-routing-asset.html +++ b/5/plugin/reference/files/plugins-baser-core-src-routing-asset.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-routing-route-bccontentsroute.html b/5/plugin/reference/files/plugins-baser-core-src-routing-route-bccontentsroute.html index 33d403f1..46681d62 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-routing-route-bccontentsroute.html +++ b/5/plugin/reference/files/plugins-baser-core-src-routing-route-bccontentsroute.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-routing-routecollection.html b/5/plugin/reference/files/plugins-baser-core-src-routing-routecollection.html index a9152d01..b95c377b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-routing-routecollection.html +++ b/5/plugin/reference/files/plugins-baser-core-src-routing-routecollection.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappservice.html index 9dfbb9ae..20d0b157 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappserviceinterface.html index dd851807..19b08760 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadminappserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsservice.html index 5589f73b..2f784e3a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsserviceinterface.html index 8456d56a..d5479d96 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-bcadmincontentsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminservice.html index f356142b..2c1f8b64 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminserviceinterface.html index 1215c7b3..e553fdaa 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentfoldersadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminservice.html index b372883c..519c7f60 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminserviceinterface.html index 0e9ad61e..5da42afd 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-contentsadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminservice.html index 87e85571..88164dac 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminserviceinterface.html index 2069a398..37aeacec 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-dashboardadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminservice.html index a1eacdb8..5b69dc89 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminserviceinterface.html index 9903f1ba..35238f5f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pagesadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminservice.html index 1c220ebc..af1b7a29 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminserviceinterface.html index 4bd35223..23ea6ad7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissiongroupsadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminservice.html index a8545fbe..5e10f8cd 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminserviceinterface.html index 33137bc8..efcc021a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-permissionsadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminservice.html index b68322ac..0090b9cf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminserviceinterface.html index dd3327c7..0cbca473 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-pluginsadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminservice.html index 1b40af00..9930c172 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminserviceinterface.html index 820e5856..cc9c40cf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-siteconfigsadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminservice.html index 417cfdfc..eec4346d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminserviceinterface.html index 09370201..fb814ab1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-sitesadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminservice.html index e60e826e..32dfac93 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminserviceinterface.html index b17f670e..1f68809c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-themesadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminservice.html index 8f7b5ff4..ad5f87e2 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminserviceinterface.html index 894ec859..f39d496c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-usersadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminservice.html index 8f73c4b0..aa979763 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminserviceinterface.html index 30f56f89..0f957ce7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-admin-utilitiesadminserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-appservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-appservice.html index 4f7ae765..b2c8ea25 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-appservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-appservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-appserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-appserviceinterface.html index 9a32e4c0..52273c09 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-appserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-appserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaservice.html index 9d42ce61..2cd08586 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaserviceinterface.html index 65cdaea3..95b953bc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bccaptchaserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseservice.html index 3be0a5cb..f7b8e36f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseserviceinterface.html index d6272fae..a550ade5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bcdatabaseserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiservice.html index e9866394..3d11eecf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiserviceinterface.html index 1282a2d4..882a1cce 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-bcofficialapiserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersservice.html index e765c0c0..11048dde 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersserviceinterface.html index c00904c4..7d03d226 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-contentfoldersserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-contentsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-contentsservice.html index 63b4b841..bb67daed 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-contentsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-contentsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-contentsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-contentsserviceinterface.html index bc606c54..f2357a61 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-contentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-contentsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-crudbaseserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-crudbaseserviceinterface.html index 117de37a..e3f4fd09 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-crudbaseserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-crudbaseserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-dblogsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-dblogsservice.html index fc116a22..2a50d723 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-dblogsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-dblogsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-dblogsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-dblogsserviceinterface.html index cfa30283..912ec805 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-dblogsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-dblogsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsservice.html index 0be1896b..6da590f6 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsserviceinterface.html index 8a1fa578..43be68b7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-bcfrontcontentsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontservice.html index 3d8ca550..ce02ed85 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontserviceinterface.html index 839bc8ad..a849e4b4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-contentfoldersfrontserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontservice.html index f70c9325..fcbc6368 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontserviceinterface.html index 097ea390..e5eb061d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-front-pagesfrontserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-pagesservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-pagesservice.html index b000b951..d4629c4f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-pagesservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-pagesservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-pagesserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-pagesserviceinterface.html index c9dbef7c..2e168ffe 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-pagesserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-pagesserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsservice.html index 38859f3b..45d5f38e 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsserviceinterface.html index 8e2f6772..c80ad405 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-passwordrequestsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsservice.html index 6c9a6c54..6cbc7106 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsserviceinterface.html index 65680428..0b756804 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-permissiongroupsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-permissionsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-permissionsservice.html index 1441cb96..35ce714b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-permissionsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-permissionsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-permissionsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-permissionsserviceinterface.html index 72342f3e..cb42ac84 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-permissionsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-permissionsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-pluginsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-pluginsservice.html index 4a937f3f..d69180ec 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-pluginsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-pluginsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-pluginsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-pluginsserviceinterface.html index 93cfc47a..c23d3a68 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-pluginsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-pluginsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-previewserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-previewserviceinterface.html index b98b83ab..0654b989 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-previewserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-previewserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsservice.html index 8dc53538..4e500b1d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsserviceinterface.html index 4a6084c3..4687fb0d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-siteconfigsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-sitesservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-sitesservice.html index f80f6ed3..a0ca1ec3 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-sitesservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-sitesservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-sitesserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-sitesserviceinterface.html index 6a5c3259..b3aa1f02 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-sitesserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-sitesserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-themesservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-themesservice.html index 4c1842e8..77f0d462 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-themesservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-themesservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-themesserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-themesserviceinterface.html index 36f0a428..bcab6f78 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-themesserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-themesserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsservice.html index 5c00fa77..5397b0f1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsserviceinterface.html index 887d5cb7..db663231 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-usergroupsserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-usersservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-usersservice.html index 51d5ba6f..e21cdac4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-usersservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-usersservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-usersserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-usersserviceinterface.html index 616912d3..eca664e5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-usersserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-usersserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesservice.html b/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesservice.html index a1ceaa23..0b723f3a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesservice.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesservice.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesserviceinterface.html b/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesserviceinterface.html index a79481b9..f70d12ad 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesserviceinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-service-utilitiesserviceinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-serviceprovider-bcserviceprovider.html b/5/plugin/reference/files/plugins-baser-core-src-serviceprovider-bcserviceprovider.html index 53cac54d..e63b1daf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-serviceprovider-bcserviceprovider.html +++ b/5/plugin/reference/files/plugins-baser-core-src-serviceprovider-bcserviceprovider.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-testsuite-bceventlistenermock.html b/5/plugin/reference/files/plugins-baser-core-src-testsuite-bceventlistenermock.html index 47419494..51661774 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-testsuite-bceventlistenermock.html +++ b/5/plugin/reference/files/plugins-baser-core-src-testsuite-bceventlistenermock.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-testsuite-bctestcase.html b/5/plugin/reference/files/plugins-baser-core-src-testsuite-bctestcase.html index a0384fd2..10b9e9ce 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-testsuite-bctestcase.html +++ b/5/plugin/reference/files/plugins-baser-core-src-testsuite-bctestcase.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcabstractdetector.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcabstractdetector.html index 0a90bb0f..84d81ac4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcabstractdetector.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcabstractdetector.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcagent.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcagent.html index 5abfc617..f391780b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcagent.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcagent.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcapiutil.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcapiutil.html index 9014e9a7..c7a07e45 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcapiutil.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcapiutil.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bccomposer.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bccomposer.html index a7e810f2..fddc2b09 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bccomposer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bccomposer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainer.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainer.html index 062d67af..6de6e3f4 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainertrait.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainertrait.html index 78c43c3a..ed4fa094 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainertrait.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bccontainertrait.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcevent.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcevent.html index d545264f..28b663ef 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcevent.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcevent.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfile.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfile.html index 0cf6ccb9..c027cb56 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfile.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfile.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfileuploader.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfileuploader.html index 2ab704eb..e454f1ca 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfileuploader.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfileuploader.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfolder.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfolder.html index 622291cf..4a8064ff 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcfolder.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcfolder.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcgmaps.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcgmaps.html index c64d846a..856337a1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcgmaps.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcgmaps.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bclang.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bclang.html index 84c7f65e..9f3643e2 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bclang.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bclang.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcpluginutil.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcpluginutil.html index e17e17de..5d72406b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcpluginutil.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcpluginutil.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcsiteconfig.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcsiteconfig.html index 091b580e..8f89555f 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcsiteconfig.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcsiteconfig.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bctext.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bctext.html index 6eb83ce7..8eefd880 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bctext.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bctext.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcupdatelog.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcupdatelog.html index 4b138610..09a06bbc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcupdatelog.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcupdatelog.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bcutil.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bcutil.html index fe33f653..4c2a99fc 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bcutil.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bcutil.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-utility-bczip.html b/5/plugin/reference/files/plugins-baser-core-src-utility-bczip.html index a751e2e5..d7ad5832 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-utility-bczip.html +++ b/5/plugin/reference/files/plugins-baser-core-src-utility-bczip.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-ckeditorstyleparser.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-ckeditorstyleparser.html index 8d2db6d5..cd1af9b7 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-ckeditorstyleparser.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-ckeditorstyleparser.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-imageresizer.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-imageresizer.html index 3a38eb29..9e8e957c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-imageresizer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-imageresizer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-form-example.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-form-example.html index 608665eb..666f8989 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-form-example.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-form-example.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-index.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-index.html index 986407c2..4513e69a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-index.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-index.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha-config.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha-config.html index 62862d8a..b78f239c 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha-config.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha-config.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha.html index fb37d8ae..f268d3ba 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-kcaptcha.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-util-font-preparer.html b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-util-font-preparer.html index 77a7b726..04b66631 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-util-font-preparer.html +++ b/5/plugin/reference/files/plugins-baser-core-src-vendor-kcaptcha-util-font-preparer.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-appview.html b/5/plugin/reference/files/plugins-baser-core-src-view-appview.html index ade5c805..95466a92 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-appview.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-appview.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-bcadminappview.html b/5/plugin/reference/files/plugins-baser-core-src-view-bcadminappview.html index b44aedb8..0010c217 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-bcadminappview.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-bcadminappview.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontappview.html b/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontappview.html index 0f740a03..6dfb237e 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontappview.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontappview.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontemailview.html b/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontemailview.html index 078739a4..7621337b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontemailview.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-bcfrontemailview.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-basercorebaserhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-basercorebaserhelper.html index 98264a11..1dea5f70 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-basercorebaserhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-basercorebaserhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminformhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminformhelper.html index a95373f3..f6576ff5 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminformhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminformhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminhelper.html index ccc769fc..89c911d8 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcadminhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcarrayhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcarrayhelper.html index bed6d00e..4cda456d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcarrayhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcarrayhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcauthhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcauthhelper.html index 5149da35..5d3bf4e3 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcauthhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcauthhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcbaserhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcbaserhelper.html index 0d3d8952..c4cdd8cb 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcbaserhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcbaserhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcckeditorhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcckeditorhelper.html index 15451bcb..51044289 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcckeditorhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcckeditorhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccontentshelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccontentshelper.html index df4003e3..43ddd860 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccontentshelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccontentshelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccsvhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccsvhelper.html index 30d37ad3..99bcdfdb 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccsvhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bccsvhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformhelper.html index bfb84dd3..4e5d02e3 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformtablehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformtablehelper.html index 68705fdf..d073bf0a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformtablehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcformtablehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcfreezehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcfreezehelper.html index 760df6bf..08a9353b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcfreezehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcfreezehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcgooglemapshelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcgooglemapshelper.html index e7e7673a..aeec0ff1 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcgooglemapshelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcgooglemapshelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bchtmlhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bchtmlhelper.html index 141242c0..d297c77d 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bchtmlhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bchtmlhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclayouthelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclayouthelper.html index 0b7166e3..8872e2eb 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclayouthelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclayouthelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclisttablehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclisttablehelper.html index aa493674..9fa15786 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclisttablehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bclisttablehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpagehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpagehelper.html index 84496f83..7592234a 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpagehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpagehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpluginbaserhelperinterface.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpluginbaserhelperinterface.html index 2092756a..f337655b 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpluginbaserhelperinterface.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcpluginbaserhelperinterface.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsearchboxhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsearchboxhelper.html index 3353c267..85f0bd87 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsearchboxhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsearchboxhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsiteconfighelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsiteconfighelper.html index 00a9634b..7ee797b9 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsiteconfighelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsiteconfighelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsmartphonehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsmartphonehelper.html index 725dabac..4f971cea 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsmartphonehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcsmartphonehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctexthelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctexthelper.html index 6df313c9..fb07b3cf 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctexthelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctexthelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctimehelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctimehelper.html index 86e60cff..00c93604 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctimehelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctimehelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctoolbarhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctoolbarhelper.html index fcee145e..01271105 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctoolbarhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bctoolbarhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcuploadhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcuploadhelper.html index 86e51085..dc03f8a9 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcuploadhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcuploadhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcxmlhelper.html b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcxmlhelper.html index b3f28795..013e09ff 100644 --- a/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcxmlhelper.html +++ b/5/plugin/reference/files/plugins-baser-core-src-view-helper-bcxmlhelper.html @@ -387,6 +387,10 @@

                                      • Controller +
                                      • +
                                      • + Event +
                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-admin-third-src-bcadminthirdplugin.html b/5/plugin/reference/files/plugins-bc-admin-third-src-bcadminthirdplugin.html new file mode 100644 index 00000000..25463aee --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-admin-third-src-bcadminthirdplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                        +

                                        baserCMS クラスリファレンス

                                        + + + + + +
                                        + +
                                        +
                                        + + + + +
                                        +
                                        +
                                          +
                                        + +
                                        +

                                        BcAdminThirdPlugin.php

                                        + +

                                        baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                        + + + +
                                        + Tags + + +
                                        +
                                        +
                                        + copyright +
                                        +
                                        + +

                                        Copyright (c) NPO baser foundation

                                        +
                                        + +
                                        +
                                        + link +
                                        +
                                        +

                                        baserCMS Project

                                        +
                                        + +
                                        +
                                        + since +
                                        +
                                        + 5.0.0 + + +
                                        +
                                        + license +
                                        +
                                        + +

                                        https://basercms.net/license/index.html MIT License

                                        +
                                        + +
                                        +
                                        + + + +

                                        + Table of Contents + + +

                                        + + + + +

                                        + Classes + + +

                                        +
                                        +
                                        BcAdminThirdPlugin
                                        Class Plugin
                                        + + + + + + + + + + + + + +
                                        +
                                        +
                                        +
                                        +
                                        
                                        +        
                                        + +
                                        +
                                        + + + +
                                        +
                                        +
                                        + +
                                        + On this page + +
                                          +
                                        • Table Of Contents
                                        • +
                                        • + +
                                        • + + +
                                        +
                                        + +
                                        +
                                        +
                                        +
                                        +
                                        +

                                        Search results

                                        + +
                                        +
                                        +
                                          +
                                          +
                                          +
                                          +
                                          + + +
                                          + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-blog-src-bcblogplugin.html b/5/plugin/reference/files/plugins-bc-blog-src-bcblogplugin.html new file mode 100644 index 00000000..311ace6a --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-blog-src-bcblogplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                          +

                                          baserCMS クラスリファレンス

                                          + + + + + +
                                          + +
                                          +
                                          + + + + +
                                          +
                                          +
                                            +
                                          + +
                                          +

                                          BcBlogPlugin.php

                                          + +

                                          baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                          + + + +
                                          + Tags + + +
                                          +
                                          +
                                          + copyright +
                                          +
                                          + +

                                          Copyright (c) NPO baser foundation

                                          +
                                          + +
                                          +
                                          + link +
                                          +
                                          +

                                          baserCMS Project

                                          +
                                          + +
                                          +
                                          + since +
                                          +
                                          + 5.0.0 + + +
                                          +
                                          + license +
                                          +
                                          + +

                                          https://basercms.net/license/index.html MIT License

                                          +
                                          + +
                                          +
                                          + + + +

                                          + Table of Contents + + +

                                          + + + + +

                                          + Classes + + +

                                          +
                                          +
                                          BcBlogPlugin
                                          plugin for BcBlog
                                          + + + + + + + + + + + + + +
                                          +
                                          +
                                          +
                                          +
                                          
                                          +        
                                          + +
                                          +
                                          + + + +
                                          +
                                          +
                                          + +
                                          + On this page + +
                                            +
                                          • Table Of Contents
                                          • +
                                          • + +
                                          • + + +
                                          +
                                          + +
                                          +
                                          +
                                          +
                                          +
                                          +

                                          Search results

                                          + +
                                          +
                                          +
                                            +
                                            +
                                            +
                                            +
                                            + + +
                                            + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogadminappcontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogadminappcontroller.html index 2d08898b..7a4714b6 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogadminappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogadminappcontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcategoriescontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcategoriescontroller.html index a298d464..f56e0aed 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcategoriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcategoriescontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcommentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcommentscontroller.html index e9f06f8c..458ed533 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcommentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcommentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcontentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcontentscontroller.html index 0033797a..364d868b 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogcontentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogpostscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogpostscontroller.html index 5cf439dd..d3fea8c7 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogpostscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogpostscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogtagscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogtagscontroller.html index 397f16c8..cd3e08ef 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogtagscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-admin-blogtagscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcategoriescontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcategoriescontroller.html index 19904e33..b270b8e7 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcategoriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcategoriescontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcommentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcommentscontroller.html index ed864d61..43d49f34 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcommentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcommentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcontentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcontentscontroller.html index b0e6362c..45ff7d82 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogcontentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogpostscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogpostscontroller.html index af885906..935583c5 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogpostscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogpostscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogtagscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogtagscontroller.html index 3ca512df..16d63a35 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogtagscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-admin-blogtagscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcategoriescontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcategoriescontroller.html index a64d9125..31b040e5 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcategoriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcategoriescontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcommentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcommentscontroller.html index fcee1217..76b1b144 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcommentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcommentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcontentscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcontentscontroller.html index 73c6b4ce..320abdb5 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogcontentscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogpostscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogpostscontroller.html index 2161c89b..27bbf751 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogpostscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogpostscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogtagscontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogtagscontroller.html index f902c6e1..73f642af 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogtagscontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-api-blogtagscontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-blogcontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-blogcontroller.html index 18fc67a6..85627659 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-blogcontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-blogcontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-controller-blogfrontappcontroller.html b/5/plugin/reference/files/plugins-bc-blog-src-controller-blogfrontappcontroller.html index 8ee2a220..f5654051 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-controller-blogfrontappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-controller-blogfrontappcontroller.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-event-bcblogvieweventlistener.html b/5/plugin/reference/files/plugins-bc-blog-src-event-bcblogvieweventlistener.html index 0fabd5e6..e9935320 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-event-bcblogvieweventlistener.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-event-bcblogvieweventlistener.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-mailer-blogcommentmailer.html b/5/plugin/reference/files/plugins-bc-blog-src-mailer-blogcommentmailer.html index 2f0bb70a..dfe669a0 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-mailer-blogcommentmailer.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-mailer-blogcommentmailer.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcategory.html b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcategory.html index 923991ca..85cede76 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcategory.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcategory.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcomment.html b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcomment.html index 4857d15e..065b62fd 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcomment.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcomment.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcontent.html b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcontent.html index 78c64dcd..7a4eeb52 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcontent.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogcontent.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogpost.html b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogpost.html index b0823dc1..7bd3119d 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogpost.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogpost.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogtag.html b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogtag.html index a1d17523..887076fa 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogtag.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-entity-blogtag.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogapptable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogapptable.html index 3dccb827..bfb35a8b 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogapptable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogapptable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcategoriestable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcategoriestable.html index 07964429..90cdb691 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcategoriestable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcategoriestable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcommentstable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcommentstable.html index 56fe9a9f..3580e459 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcommentstable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcommentstable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcontentstable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcontentstable.html index ba7620b0..f80da48b 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcontentstable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogcontentstable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpostsblogtagstable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpostsblogtagstable.html index 435c8b37..e6eb144f 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpostsblogtagstable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpostsblogtagstable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpoststable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpoststable.html index 7adad59b..0a268029 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpoststable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogpoststable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogtagstable.html b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogtagstable.html index 1e616635..035eb789 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogtagstable.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-table-blogtagstable.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcategoryvalidation.html b/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcategoryvalidation.html index 1524231e..84fd2584 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcategoryvalidation.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcategoryvalidation.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcontentvalidation.html b/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcontentvalidation.html index 19239832..3f56f73d 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcontentvalidation.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-model-validation-blogcontentvalidation.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminservice.html index 5aa789be..a6caefd2 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminserviceinterface.html index 0928169f..aae3c6f3 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcategoriesadminserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminservice.html index cf0d4474..17b0f971 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminserviceinterface.html index 1f9f7d20..cb1c7c00 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcommentsadminserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminservice.html index 4b0a6653..45b67a31 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminserviceinterface.html index 722f4f84..98d01e77 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogcontentsadminserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminservice.html index 604a6320..ba68aafd 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminserviceinterface.html index fcd95962..7b1bb28d 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-admin-blogpostsadminserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesservice.html index d7c4f73c..f69e65ff 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesserviceinterface.html index 191a196c..dec953e3 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcategoriesserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsservice.html index 24685b97..4d017f27 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsserviceinterface.html index 3b8f16d0..5a502887 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcommentsserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsservice.html index 240670da..1d82c3f2 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsserviceinterface.html index d922e39b..e005c8e5 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogcontentsserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsservice.html index aef301c8..1a365404 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsserviceinterface.html index bb2cd7c8..286adff8 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogpostsserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsservice.html index 3b8b7af8..0eca8c15 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsserviceinterface.html index f00aaf5d..0362da6f 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-blogtagsserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontservice.html b/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontservice.html index 04e2d426..8acc8498 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontservice.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontservice.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontserviceinterface.html b/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontserviceinterface.html index eb7a7671..232460b2 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-service-front-blogfrontserviceinterface.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-serviceprovider-bcblogserviceprovider.html b/5/plugin/reference/files/plugins-bc-blog-src-serviceprovider-bcblogserviceprovider.html index 937d3697..69148a14 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-serviceprovider-bcblogserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-serviceprovider-bcblogserviceprovider.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-view-blogadminappview.html b/5/plugin/reference/files/plugins-bc-blog-src-view-blogadminappview.html index e1dac816..b1e510f6 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-view-blogadminappview.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-view-blogadminappview.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-view-blogfrontappview.html b/5/plugin/reference/files/plugins-bc-blog-src-view-blogfrontappview.html index e776363f..58ff8200 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-view-blogfrontappview.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-view-blogfrontappview.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bcblogbaserhelper.html b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bcblogbaserhelper.html index 231fb910..0edc8a8f 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bcblogbaserhelper.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bcblogbaserhelper.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bloghelper.html b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bloghelper.html index 797ab73b..8a9f485b 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bloghelper.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-bloghelper.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-rsshelper.html b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-rsshelper.html index cba93cbe..448fc402 100644 --- a/5/plugin/reference/files/plugins-bc-blog-src-view-helper-rsshelper.html +++ b/5/plugin/reference/files/plugins-bc-blog-src-view-helper-rsshelper.html @@ -387,6 +387,10 @@

                                          • Controller +
                                          • +
                                          • + Event +
                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-bccontentlinkplugin.html b/5/plugin/reference/files/plugins-bc-content-link-src-bccontentlinkplugin.html new file mode 100644 index 00000000..ea9c106a --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-content-link-src-bccontentlinkplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                            +

                                            baserCMS クラスリファレンス

                                            + + + + + +
                                            + +
                                            +
                                            + + + + +
                                            +
                                            +
                                              +
                                            + +
                                            +

                                            BcContentLinkPlugin.php

                                            + +

                                            baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                            + + + +
                                            + Tags + + +
                                            +
                                            +
                                            + copyright +
                                            +
                                            + +

                                            Copyright (c) NPO baser foundation

                                            +
                                            + +
                                            +
                                            + link +
                                            +
                                            +

                                            baserCMS Project

                                            +
                                            + +
                                            +
                                            + since +
                                            +
                                            + 5.0.0 + + +
                                            +
                                            + license +
                                            +
                                            + +

                                            https://basercms.net/license/index.html MIT License

                                            +
                                            + +
                                            +
                                            + + + +

                                            + Table of Contents + + +

                                            + + + + +

                                            + Classes + + +

                                            +
                                            +
                                            BcContentLinkPlugin
                                            plugin for BcPlugin
                                            + + + + + + + + + + + + + +
                                            +
                                            +
                                            +
                                            +
                                            
                                            +        
                                            + +
                                            +
                                            + + + +
                                            +
                                            +
                                            + +
                                            + On this page + +
                                              +
                                            • Table Of Contents
                                            • +
                                            • + +
                                            • + + +
                                            +
                                            + +
                                            +
                                            +
                                            +
                                            +
                                            +

                                            Search results

                                            + +
                                            +
                                            +
                                              +
                                              +
                                              +
                                              +
                                              + + +
                                              + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-controller-admin-contentlinkscontroller.html b/5/plugin/reference/files/plugins-bc-content-link-src-controller-admin-contentlinkscontroller.html index f6a22cda..476c9f5e 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-controller-admin-contentlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-controller-admin-contentlinkscontroller.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-admin-contentlinkscontroller.html b/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-admin-contentlinkscontroller.html index cc5ae6c7..f6875d31 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-admin-contentlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-admin-contentlinkscontroller.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-contentlinkscontroller.html b/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-contentlinkscontroller.html index 82888f4e..df1d6f60 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-contentlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-controller-api-contentlinkscontroller.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-controller-contentlinkscontroller.html b/5/plugin/reference/files/plugins-bc-content-link-src-controller-contentlinkscontroller.html index f3d895c0..c37b3b5e 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-controller-contentlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-controller-contentlinkscontroller.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-model-entity-contentlink.html b/5/plugin/reference/files/plugins-bc-content-link-src-model-entity-contentlink.html index c1a37960..5589df17 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-model-entity-contentlink.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-model-entity-contentlink.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-model-table-contentlinkstable.html b/5/plugin/reference/files/plugins-bc-content-link-src-model-table-contentlinkstable.html index 263e252a..7d8c8baa 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-model-table-contentlinkstable.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-model-table-contentlinkstable.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksservice.html b/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksservice.html index 514b8017..43352f28 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksservice.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksservice.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksserviceinterface.html b/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksserviceinterface.html index 93c7ca26..4bfb8d8f 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-service-contentlinksserviceinterface.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-content-link-src-serviceprovider-bccontentlinkserviceprovider.html b/5/plugin/reference/files/plugins-bc-content-link-src-serviceprovider-bccontentlinkserviceprovider.html index f65976df..b4765d8e 100644 --- a/5/plugin/reference/files/plugins-bc-content-link-src-serviceprovider-bccontentlinkserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-content-link-src-serviceprovider-bccontentlinkserviceprovider.html @@ -387,6 +387,10 @@

                                            • Controller +
                                            • +
                                            • + Event +
                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-bccustomcontentplugin.html b/5/plugin/reference/files/plugins-bc-custom-content-src-bccustomcontentplugin.html new file mode 100644 index 00000000..43f2b062 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-bccustomcontentplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                              +

                                              baserCMS クラスリファレンス

                                              + + + + + +
                                              + +
                                              +
                                              + + + + +
                                              +
                                              +
                                                +
                                              + +
                                              +

                                              BcCustomContentPlugin.php

                                              + +

                                              baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                              + + + +
                                              + Tags + + +
                                              +
                                              +
                                              + copyright +
                                              +
                                              + +

                                              Copyright (c) NPO baser foundation

                                              +
                                              + +
                                              +
                                              + link +
                                              +
                                              +

                                              baserCMS Project

                                              +
                                              + +
                                              +
                                              + since +
                                              +
                                              + 5.0.0 + + +
                                              +
                                              + license +
                                              +
                                              + +

                                              https://basercms.net/license/index.html MIT License

                                              +
                                              + +
                                              +
                                              + + + +

                                              + Table of Contents + + +

                                              + + + + +

                                              + Classes + + +

                                              +
                                              +
                                              BcCustomContentPlugin
                                              plugin for BcCustomContent
                                              + + + + + + + + + + + + + +
                                              +
                                              +
                                              +
                                              +
                                              
                                              +        
                                              + +
                                              +
                                              + + + +
                                              +
                                              +
                                              + +
                                              + On this page + +
                                                +
                                              • Table Of Contents
                                              • +
                                              • + +
                                              • + + +
                                              +
                                              + +
                                              +
                                              +
                                              +
                                              +
                                              +

                                              Search results

                                              + +
                                              +
                                              +
                                                +
                                                +
                                                +
                                                +
                                                + + +
                                                + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentadminappcontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentadminappcontroller.html index 1d6e6f06..b7a8acff 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentadminappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentadminappcontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentscontroller.html index 31ce6c6a..da72921a 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customcontentscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customentriescontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customentriescontroller.html index 971d6371..19fa957b 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customentriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customentriescontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customfieldscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customfieldscontroller.html index f7442481..cd32f008 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customfieldscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customfieldscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customlinkscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customlinkscontroller.html index c4b8f902..39dd7bd2 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customlinkscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customtablescontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customtablescontroller.html index 52f0e01b..b7825922 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customtablescontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-admin-customtablescontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customcontentscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customcontentscontroller.html index 07989603..3ca8a831 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customcontentscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customentriescontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customentriescontroller.html index f0c29673..01557461 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customentriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customentriescontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customfieldscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customfieldscontroller.html index 928ce1e9..a2d3ec09 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customfieldscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customfieldscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customlinkscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customlinkscontroller.html index 03fbffa7..87be1a17 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customlinkscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customtablescontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customtablescontroller.html index f0fb1104..def62e54 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customtablescontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-admin-customtablescontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customcontentscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customcontentscontroller.html index 3c27f16e..a850859f 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customcontentscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customentriescontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customentriescontroller.html index 6c30a03a..2ddd060b 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customentriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customentriescontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customlinkscontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customlinkscontroller.html index 26211e24..fb2ba8e8 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customlinkscontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-api-customlinkscontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentcontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentcontroller.html index 63107684..c3193c69 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentcontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentcontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentfrontappcontroller.html b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentfrontappcontroller.html index 84f736d5..f1918ded 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentfrontappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-controller-customcontentfrontappcontroller.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-event-bccustomcontentcontrollereventlistener.html b/5/plugin/reference/files/plugins-bc-custom-content-src-event-bccustomcontentcontrollereventlistener.html index a19c5444..3e835537 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-event-bccustomcontentcontrollereventlistener.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-event-bccustomcontentcontrollereventlistener.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customcontent.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customcontent.html index c51c7f5c..1431a9ef 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customcontent.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customcontent.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customentry.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customentry.html index 80fb0fa7..293062c9 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customentry.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customentry.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customfield.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customfield.html index 59f7ef4b..9956c053 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customfield.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customfield.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customlink.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customlink.html index ead1313b..1bbd7585 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customlink.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customlink.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customtable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customtable.html index 37718496..e332293e 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customtable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-entity-customtable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customcontentstable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customcontentstable.html index c7cd3ff5..d0d2e444 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customcontentstable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customcontentstable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customentriestable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customentriestable.html index 33a8d0e9..c492f232 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customentriestable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customentriestable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customfieldstable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customfieldstable.html index 4bd83b23..60fc777d 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customfieldstable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customfieldstable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customlinkstable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customlinkstable.html index 9e926d55..2d3ce23f 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customlinkstable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customlinkstable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customtablestable.html b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customtablestable.html index 9fb2283c..4b952034 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customtablestable.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-model-table-customtablestable.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminservice.html index 32c6599f..ad499948 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminserviceinterface.html index 8a42f105..51ce3852 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customcontentsadminserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminservice.html index b356687d..b0473fc0 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminserviceinterface.html index ae83ba9e..8f749712 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customentriesadminserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminservice.html index 201ed430..6129fddb 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminserviceinterface.html index 7b8e0d47..2eac78c5 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customfieldsadminserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminservice.html index ace0d59c..7b2731f1 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminserviceinterface.html index 02366f87..57d97903 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customlinksadminserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminservice.html index 620dd418..17fa1739 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminserviceinterface.html index f1948f51..3389a53f 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-admin-customtablesadminserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsservice.html index 33a5391c..98e6b874 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsserviceinterface.html index f8d365a9..2cdbd715 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customcontentsserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesservice.html index 85978e19..9ca3250a 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesserviceinterface.html index e08691c8..be69f034 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customentriesserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsservice.html index 032a5411..8f63b347 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsserviceinterface.html index 0accf934..5eccf211 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customfieldsserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksservice.html index b045b580..042b8077 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksserviceinterface.html index 374a388a..26e7dc0e 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customlinksserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesservice.html index 56378f94..25029d98 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesserviceinterface.html index b39d8860..24efe85a 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-customtablesserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontservice.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontservice.html index bf84f1c0..fbc7f70f 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontservice.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontservice.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontserviceinterface.html b/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontserviceinterface.html index 12b15d52..304683ce 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-service-front-customcontentfrontserviceinterface.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-serviceprovider-bccustomcontentserviceprovider.html b/5/plugin/reference/files/plugins-bc-custom-content-src-serviceprovider-bccustomcontentserviceprovider.html index 7664526b..76f6085f 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-serviceprovider-bccustomcontentserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-serviceprovider-bccustomcontentserviceprovider.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-utility-customcontentutil.html b/5/plugin/reference/files/plugins-bc-custom-content-src-utility-customcontentutil.html index d04b26f9..7bd551a9 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-utility-customcontentutil.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-utility-customcontentutil.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentadminappview.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentadminappview.html index fe3011d7..57e6cc63 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentadminappview.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentadminappview.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentfrontappview.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentfrontappview.html index 01fa915d..ee887ea6 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentfrontappview.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-customcontentfrontappview.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-bccustomcontentbaserhelper.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-bccustomcontentbaserhelper.html index ac83b08c..d0e18974 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-bccustomcontentbaserhelper.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-bccustomcontentbaserhelper.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentadminhelper.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentadminhelper.html index 39d9b8b0..12aba1b0 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentadminhelper.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentadminhelper.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentapphelper.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentapphelper.html index 74f5e0ef..0a7e9f28 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentapphelper.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentapphelper.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentarraytrait.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentarraytrait.html index 11c795e7..c9e47486 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentarraytrait.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontentarraytrait.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontenthelper.html b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontenthelper.html index bf2cf212..b0748d68 100644 --- a/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontenthelper.html +++ b/5/plugin/reference/files/plugins-bc-custom-content-src-view-helper-customcontenthelper.html @@ -387,6 +387,10 @@

                                              • Controller +
                                              • +
                                              • + Event +
                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-bceditortemplateplugin.html b/5/plugin/reference/files/plugins-bc-editor-template-src-bceditortemplateplugin.html new file mode 100644 index 00000000..2a064be7 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-bceditortemplateplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                +

                                                baserCMS クラスリファレンス

                                                + + + + + +
                                                + +
                                                +
                                                + + + + +
                                                +
                                                +
                                                  +
                                                + +
                                                +

                                                BcEditorTemplatePlugin.php

                                                + +

                                                baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                + + + +
                                                + Tags + + +
                                                +
                                                +
                                                + copyright +
                                                +
                                                + +

                                                Copyright (c) NPO baser foundation

                                                +
                                                + +
                                                +
                                                + link +
                                                +
                                                +

                                                baserCMS Project

                                                +
                                                + +
                                                +
                                                + since +
                                                +
                                                + 5.0.0 + + +
                                                +
                                                + license +
                                                +
                                                + +

                                                https://basercms.net/license/index.html MIT License

                                                +
                                                + +
                                                +
                                                + + + +

                                                + Table of Contents + + +

                                                + + + + +

                                                + Classes + + +

                                                +
                                                +
                                                BcEditorTemplatePlugin
                                                Class Plugin
                                                + + + + + + + + + + + + + +
                                                +
                                                +
                                                +
                                                +
                                                
                                                +        
                                                + +
                                                +
                                                + + + +
                                                +
                                                +
                                                + +
                                                + On this page + +
                                                  +
                                                • Table Of Contents
                                                • +
                                                • + +
                                                • + + +
                                                +
                                                + +
                                                +
                                                +
                                                +
                                                +
                                                +

                                                Search results

                                                + +
                                                +
                                                +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  + + +
                                                  + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-controller-admin-editortemplatescontroller.html b/5/plugin/reference/files/plugins-bc-editor-template-src-controller-admin-editortemplatescontroller.html index d22093ef..83b3130b 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-controller-admin-editortemplatescontroller.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-controller-admin-editortemplatescontroller.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-controller-api-admin-editortemplatescontroller.html b/5/plugin/reference/files/plugins-bc-editor-template-src-controller-api-admin-editortemplatescontroller.html index cb966054..07cc4683 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-controller-api-admin-editortemplatescontroller.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-controller-api-admin-editortemplatescontroller.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-model-entity-editortemplate.html b/5/plugin/reference/files/plugins-bc-editor-template-src-model-entity-editortemplate.html index 9a525432..4d5dab42 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-model-entity-editortemplate.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-model-entity-editortemplate.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-model-table-editortemplatestable.html b/5/plugin/reference/files/plugins-bc-editor-template-src-model-table-editortemplatestable.html index 212b5c1a..445c7840 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-model-table-editortemplatestable.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-model-table-editortemplatestable.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminservice.html b/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminservice.html index 4fe81dec..f9831091 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminservice.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminserviceinterface.html index 759d283c..78e6ab88 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-service-admin-editortemplatesadminserviceinterface.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesservice.html b/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesservice.html index acf14282..c36a03d0 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesservice.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesservice.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesserviceinterface.html b/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesserviceinterface.html index 282d9196..fc92ef3f 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-service-editortemplatesserviceinterface.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-editor-template-src-serviceprovider-bceditortemplateserviceprovider.html b/5/plugin/reference/files/plugins-bc-editor-template-src-serviceprovider-bceditortemplateserviceprovider.html index 51216321..91d201a8 100644 --- a/5/plugin/reference/files/plugins-bc-editor-template-src-serviceprovider-bceditortemplateserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-editor-template-src-serviceprovider-bceditortemplateserviceprovider.html @@ -387,6 +387,10 @@

                                                • Controller +
                                                • +
                                                • + Event +
                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-bcfavoriteplugin.html b/5/plugin/reference/files/plugins-bc-favorite-src-bcfavoriteplugin.html new file mode 100644 index 00000000..ca56ce54 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-favorite-src-bcfavoriteplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                  +

                                                  baserCMS クラスリファレンス

                                                  + + + + + +
                                                  + +
                                                  +
                                                  + + + + +
                                                  +
                                                  +
                                                    +
                                                  + +
                                                  +

                                                  BcFavoritePlugin.php

                                                  + +

                                                  baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) baserCMS User Community <https://basercms.net/community/>

                                                  + + + +
                                                  + Tags + + +
                                                  +
                                                  +
                                                  + copyright +
                                                  +
                                                  + +

                                                  Copyright (c) baserCMS User Community

                                                  +
                                                  + +
                                                  +
                                                  + link +
                                                  +
                                                  +

                                                  baserCMS Project

                                                  +
                                                  + +
                                                  +
                                                  + since +
                                                  +
                                                  + 5.0.0 + + +
                                                  +
                                                  + license +
                                                  +
                                                  + +

                                                  http://basercms.net/license/index.html MIT License

                                                  +
                                                  + +
                                                  +
                                                  + + + +

                                                  + Table of Contents + + +

                                                  + + + + +

                                                  + Classes + + +

                                                  +
                                                  +
                                                  BcFavoritePlugin
                                                  plugin for BcFavorite
                                                  + + + + + + + + + + + + + +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  
                                                  +        
                                                  + +
                                                  +
                                                  + + + +
                                                  +
                                                  +
                                                  + +
                                                  + On this page + +
                                                    +
                                                  • Table Of Contents
                                                  • +
                                                  • + +
                                                  • + + +
                                                  +
                                                  + +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  +

                                                  Search results

                                                  + +
                                                  +
                                                  +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    + + +
                                                    + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-controller-api-admin-favoritescontroller.html b/5/plugin/reference/files/plugins-bc-favorite-src-controller-api-admin-favoritescontroller.html index c45f9721..2d547b16 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-controller-api-admin-favoritescontroller.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-controller-api-admin-favoritescontroller.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-event-bcfavoritevieweventlistener.html b/5/plugin/reference/files/plugins-bc-favorite-src-event-bcfavoritevieweventlistener.html index 5826966b..ea45790d 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-event-bcfavoritevieweventlistener.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-event-bcfavoritevieweventlistener.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-model-entity-favorite.html b/5/plugin/reference/files/plugins-bc-favorite-src-model-entity-favorite.html index 0d9e3b59..571ea3c2 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-model-entity-favorite.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-model-entity-favorite.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-model-table-favoritestable.html b/5/plugin/reference/files/plugins-bc-favorite-src-model-table-favoritestable.html index 30fd8968..5bd63669 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-model-table-favoritestable.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-model-table-favoritestable.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-model-validation-favoritevalidation.html b/5/plugin/reference/files/plugins-bc-favorite-src-model-validation-favoritevalidation.html index 09f5f358..b33ffdc6 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-model-validation-favoritevalidation.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-model-validation-favoritevalidation.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesservice.html b/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesservice.html index ddf24678..41403cb4 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesservice.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesservice.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesserviceinterface.html b/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesserviceinterface.html index cb56b567..7f8e98d7 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-service-favoritesserviceinterface.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-favorite-src-serviceprovider-bcfavoriteserviceprovider.html b/5/plugin/reference/files/plugins-bc-favorite-src-serviceprovider-bcfavoriteserviceprovider.html index c0706a1a..5ffcda9c 100644 --- a/5/plugin/reference/files/plugins-bc-favorite-src-serviceprovider-bcfavoriteserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-favorite-src-serviceprovider-bcfavoriteserviceprovider.html @@ -387,6 +387,10 @@

                                                  • Controller +
                                                  • +
                                                  • + Event +
                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-front-src-bcfrontplugin.html b/5/plugin/reference/files/plugins-bc-front-src-bcfrontplugin.html new file mode 100644 index 00000000..2254b9a8 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-front-src-bcfrontplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                    +

                                                    baserCMS クラスリファレンス

                                                    + + + + + +
                                                    + +
                                                    +
                                                    + + + + +
                                                    +
                                                    +
                                                      +
                                                    + +
                                                    +

                                                    BcFrontPlugin.php

                                                    + +

                                                    baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                    + + + +
                                                    + Tags + + +
                                                    +
                                                    +
                                                    + copyright +
                                                    +
                                                    + +

                                                    Copyright (c) NPO baser foundation

                                                    +
                                                    + +
                                                    +
                                                    + link +
                                                    +
                                                    +

                                                    baserCMS Project

                                                    +
                                                    + +
                                                    +
                                                    + since +
                                                    +
                                                    + 5.0.0 + + +
                                                    +
                                                    + license +
                                                    +
                                                    + +

                                                    https://basercms.net/license/index.html MIT License

                                                    +
                                                    + +
                                                    +
                                                    + + + +

                                                    + Table of Contents + + +

                                                    + + + + +

                                                    + Classes + + +

                                                    +
                                                    +
                                                    BcFrontPlugin
                                                    plugin for BcFront
                                                    + + + + + + + + + + + + + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    
                                                    +        
                                                    + +
                                                    +
                                                    + + + +
                                                    +
                                                    +
                                                    + +
                                                    + On this page + +
                                                      +
                                                    • Table Of Contents
                                                    • +
                                                    • + +
                                                    • + + +
                                                    +
                                                    + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +

                                                    Search results

                                                    + +
                                                    +
                                                    +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      + + +
                                                      + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-installer-src-bcinstallerplugin.html b/5/plugin/reference/files/plugins-bc-installer-src-bcinstallerplugin.html new file mode 100644 index 00000000..1f32b169 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-installer-src-bcinstallerplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                      +

                                                      baserCMS クラスリファレンス

                                                      + + + + + +
                                                      + +
                                                      +
                                                      + + + + +
                                                      +
                                                      +
                                                        +
                                                      + +
                                                      +

                                                      BcInstallerPlugin.php

                                                      + +

                                                      baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                      + + + +
                                                      + Tags + + +
                                                      +
                                                      +
                                                      + copyright +
                                                      +
                                                      + +

                                                      Copyright (c) NPO baser foundation

                                                      +
                                                      + +
                                                      +
                                                      + link +
                                                      +
                                                      +

                                                      baserCMS Project

                                                      +
                                                      + +
                                                      +
                                                      + since +
                                                      +
                                                      + 5.0.0 + + +
                                                      +
                                                      + license +
                                                      +
                                                      + +

                                                      https://basercms.net/license/index.html MIT License

                                                      +
                                                      + +
                                                      +
                                                      + + + +

                                                      + Table of Contents + + +

                                                      + + + + +

                                                      + Classes + + +

                                                      +
                                                      +
                                                      BcInstallerPlugin
                                                      Class Plugin
                                                      + + + + + + + + + + + + + +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      
                                                      +        
                                                      + +
                                                      +
                                                      + + + +
                                                      +
                                                      +
                                                      + +
                                                      + On this page + +
                                                        +
                                                      • Table Of Contents
                                                      • +
                                                      • + +
                                                      • + + +
                                                      +
                                                      + +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +

                                                      Search results

                                                      + +
                                                      +
                                                      +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        + + +
                                                        + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-installer-src-command-installcheckcommand.html b/5/plugin/reference/files/plugins-bc-installer-src-command-installcheckcommand.html index 70cb20e3..0681c269 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-command-installcheckcommand.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-command-installcheckcommand.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-command-installcommand.html b/5/plugin/reference/files/plugins-bc-installer-src-command-installcommand.html index b228c398..5050f781 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-command-installcommand.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-command-installcommand.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-controller-admin-installationscontroller.html b/5/plugin/reference/files/plugins-bc-installer-src-controller-admin-installationscontroller.html index 9d770d82..7999a698 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-controller-admin-installationscontroller.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-controller-admin-installationscontroller.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-mailer-admin-installermailer.html b/5/plugin/reference/files/plugins-bc-installer-src-mailer-admin-installermailer.html index 8cc9ad25..bc939038 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-mailer-admin-installermailer.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-mailer-admin-installermailer.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminservice.html b/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminservice.html index 063d7abe..30b3b76f 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminservice.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminserviceinterface.html index 9fd71e20..0ae1f3fe 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-service-admin-installationsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-service-installationsservice.html b/5/plugin/reference/files/plugins-bc-installer-src-service-installationsservice.html index 8eee6c97..e81f6389 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-service-installationsservice.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-service-installationsservice.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-service-installationsserviceinterface.html b/5/plugin/reference/files/plugins-bc-installer-src-service-installationsserviceinterface.html index 6efaaa9c..61a480b9 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-service-installationsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-service-installationsserviceinterface.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-installer-src-serviceprovider-bcinstallerserviceprovider.html b/5/plugin/reference/files/plugins-bc-installer-src-serviceprovider-bcinstallerserviceprovider.html index d5ab3967..b9609d0a 100644 --- a/5/plugin/reference/files/plugins-bc-installer-src-serviceprovider-bcinstallerserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-installer-src-serviceprovider-bcinstallerserviceprovider.html @@ -387,6 +387,10 @@

                                                      • Controller +
                                                      • +
                                                      • + Event +
                                                      • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-bcmailplugin.html b/5/plugin/reference/files/plugins-bc-mail-src-bcmailplugin.html new file mode 100644 index 00000000..6cec1420 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-mail-src-bcmailplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                        +

                                                        baserCMS クラスリファレンス

                                                        + + + + + +
                                                        + +
                                                        +
                                                        + + + + +
                                                        +
                                                        +
                                                          +
                                                        + +
                                                        +

                                                        BcMailPlugin.php

                                                        + +

                                                        baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                        + + + +
                                                        + Tags + + +
                                                        +
                                                        +
                                                        + copyright +
                                                        +
                                                        + +

                                                        Copyright (c) NPO baser foundation

                                                        +
                                                        + +
                                                        +
                                                        + link +
                                                        +
                                                        +

                                                        baserCMS Project

                                                        +
                                                        + +
                                                        +
                                                        + since +
                                                        +
                                                        + 5.0.0 + + +
                                                        +
                                                        + license +
                                                        +
                                                        + +

                                                        https://basercms.net/license/index.html MIT License

                                                        +
                                                        + +
                                                        +
                                                        + + + +

                                                        + Table of Contents + + +

                                                        + + + + +

                                                        + Classes + + +

                                                        +
                                                        +
                                                        BcMailPlugin
                                                        plugin for BcMail
                                                        + + + + + + + + + + + + + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        
                                                        +        
                                                        + +
                                                        +
                                                        + + + +
                                                        +
                                                        +
                                                        + +
                                                        + On this page + +
                                                          +
                                                        • Table Of Contents
                                                        • +
                                                        • + +
                                                        • + + +
                                                        +
                                                        + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +

                                                        Search results

                                                        + +
                                                        +
                                                        +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          + + +
                                                          + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailadminappcontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailadminappcontroller.html index 8b244eb2..43804d77 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailadminappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailadminappcontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailconfigscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailconfigscontroller.html index f1931041..01656061 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailconfigscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailconfigscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailcontentscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailcontentscontroller.html index 6a3cc88f..f688d063 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailcontentscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailfieldscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailfieldscontroller.html index 8fac64d7..de76966a 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailfieldscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailfieldscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailmessagescontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailmessagescontroller.html index 9216a0ed..7d417f55 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailmessagescontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-admin-mailmessagescontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailcontentscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailcontentscontroller.html index b4136ff8..cfe13cb7 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailcontentscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailfieldscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailfieldscontroller.html index a4a99aed..bed4f5c8 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailfieldscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailfieldscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailmessagescontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailmessagescontroller.html index 071aea26..6b337118 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailmessagescontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-admin-mailmessagescontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailcontentscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailcontentscontroller.html index 7d1adc27..8b67d932 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailcontentscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailcontentscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailfieldscontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailfieldscontroller.html index edc4c203..0673bb31 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailfieldscontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailfieldscontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailmessagescontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailmessagescontroller.html index e8762ad7..ecfecbc1 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailmessagescontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-api-mailmessagescontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-mailcontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-mailcontroller.html index 23b61440..a86adae0 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-mailcontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-mailcontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-controller-mailfrontappcontroller.html b/5/plugin/reference/files/plugins-bc-mail-src-controller-mailfrontappcontroller.html index 466a4274..1e7bae1b 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-controller-mailfrontappcontroller.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-controller-mailfrontappcontroller.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-event-bcmailvieweventlistener.html b/5/plugin/reference/files/plugins-bc-mail-src-event-bcmailvieweventlistener.html index 1f26426f..5277c92c 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-event-bcmailvieweventlistener.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-event-bcmailvieweventlistener.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-mailer-mailmessagemailer.html b/5/plugin/reference/files/plugins-bc-mail-src-mailer-mailmessagemailer.html index 49e07ee4..c38dc715 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-mailer-mailmessagemailer.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-mailer-mailmessagemailer.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailconfig.html b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailconfig.html index c447c890..88559c07 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailconfig.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailconfig.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailcontent.html b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailcontent.html index 8f1dc545..4326f777 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailcontent.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailcontent.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailfield.html b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailfield.html index 5dcbd5d4..eaa698f7 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailfield.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailfield.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailmessage.html b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailmessage.html index 3a1b9ebf..827053f1 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailmessage.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-entity-mailmessage.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailapptable.html b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailapptable.html index be942aec..9b3f32bd 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailapptable.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailapptable.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailconfigstable.html b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailconfigstable.html index 88b76ee6..2d89550e 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailconfigstable.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailconfigstable.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailcontentstable.html b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailcontentstable.html index 92b9ecfd..7bb3498b 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailcontentstable.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailcontentstable.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailfieldstable.html b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailfieldstable.html index 941af744..71641f2a 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailfieldstable.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailfieldstable.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailmessagestable.html b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailmessagestable.html index aacd7f39..471bd252 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailmessagestable.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-table-mailmessagestable.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-model-validation-mailmessagevalidation.html b/5/plugin/reference/files/plugins-bc-mail-src-model-validation-mailmessagevalidation.html index 138c0d6a..c6091374 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-model-validation-mailmessagevalidation.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-model-validation-mailmessagevalidation.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminservice.html index 45774dac..244fa465 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminserviceinterface.html index 1c022931..4f0b1fb3 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailconfigsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminservice.html index 004376c6..922ea03a 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminserviceinterface.html index 470ecd0a..59061da2 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailcontentsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminservice.html index ad921a7d..b3c60f6e 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminserviceinterface.html index 5e75b985..1f4c0add 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailfieldsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminservice.html index ffc526b0..0a1c8b67 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminserviceinterface.html index f574b0c1..fc4d32cd 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-admin-mailmessagesadminserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontservice.html index 061d0ae8..6129c5f7 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontserviceinterface.html index c0565737..a319daec 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-front-mailfrontserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsservice.html index 3e150408..07e90a87 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsserviceinterface.html index 440a64d7..b5fa221f 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailconfigsserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsservice.html index 885f2340..ad5a6da3 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsserviceinterface.html index 7867b7ef..399b2a77 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailcontentsserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsservice.html index 056ea7ea..0b345a1b 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsserviceinterface.html index 686da10a..131f7059 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailfieldsserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesservice.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesservice.html index d3b075f3..e9b53b26 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesservice.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesservice.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesserviceinterface.html b/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesserviceinterface.html index ad47d313..887662f9 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-service-mailmessagesserviceinterface.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-serviceprovider-bcmailserviceprovider.html b/5/plugin/reference/files/plugins-bc-mail-src-serviceprovider-bcmailserviceprovider.html index f5b94a36..c2c278a1 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-serviceprovider-bcmailserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-serviceprovider-bcmailserviceprovider.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-cell-mailcell.html b/5/plugin/reference/files/plugins-bc-mail-src-view-cell-mailcell.html index b5989093..5b561d91 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-cell-mailcell.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-cell-mailcell.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-bcmailbaserhelper.html b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-bcmailbaserhelper.html index 237cd07b..018d3773 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-bcmailbaserhelper.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-bcmailbaserhelper.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-maildatahelper.html b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-maildatahelper.html index 6aa71f3d..8415348c 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-maildatahelper.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-maildatahelper.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailfieldhelper.html b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailfieldhelper.html index e5f1de13..1048d9ab 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailfieldhelper.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailfieldhelper.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailformhelper.html b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailformhelper.html index 556e4aca..e1f3dddf 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailformhelper.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailformhelper.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailhelper.html b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailhelper.html index 9d4812aa..bc69697b 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailhelper.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-helper-mailhelper.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-mailadminappview.html b/5/plugin/reference/files/plugins-bc-mail-src-view-mailadminappview.html index 6f2f3c1b..6f791b8f 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-mailadminappview.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-mailadminappview.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontappview.html b/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontappview.html index 8a1ad24e..ef868699 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontappview.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontappview.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontemailview.html b/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontemailview.html index 5dc50025..11aad515 100644 --- a/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontemailview.html +++ b/5/plugin/reference/files/plugins-bc-mail-src-view-mailfrontemailview.html @@ -387,6 +387,10 @@

                                                        • Controller +
                                                        • +
                                                        • + Event +
                                                        • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-bcsearchindexplugin.html b/5/plugin/reference/files/plugins-bc-search-index-src-bcsearchindexplugin.html new file mode 100644 index 00000000..6cf3922b --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-search-index-src-bcsearchindexplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                          +

                                                          baserCMS クラスリファレンス

                                                          + + + + + +
                                                          + +
                                                          +
                                                          + + + + +
                                                          +
                                                          +
                                                            +
                                                          + +
                                                          +

                                                          BcSearchIndexPlugin.php

                                                          + +

                                                          baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                          + + + +
                                                          + Tags + + +
                                                          +
                                                          +
                                                          + copyright +
                                                          +
                                                          + +

                                                          Copyright (c) NPO baser foundation

                                                          +
                                                          + +
                                                          +
                                                          + link +
                                                          +
                                                          +

                                                          baserCMS Project

                                                          +
                                                          + +
                                                          +
                                                          + since +
                                                          +
                                                          + 5.0.0 + + +
                                                          +
                                                          + license +
                                                          +
                                                          + +

                                                          https://basercms.net/license/index.html MIT License

                                                          +
                                                          + +
                                                          +
                                                          + + + +

                                                          + Table of Contents + + +

                                                          + + + + +

                                                          + Classes + + +

                                                          +
                                                          +
                                                          BcSearchIndexPlugin
                                                          Class Plugin
                                                          + + + + + + + + + + + + + +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          
                                                          +        
                                                          + +
                                                          +
                                                          + + + +
                                                          +
                                                          +
                                                          + +
                                                          + On this page + +
                                                            +
                                                          • Table Of Contents
                                                          • +
                                                          • + +
                                                          • + + +
                                                          +
                                                          + +
                                                          +
                                                          +
                                                          +
                                                          +
                                                          +

                                                          Search results

                                                          + +
                                                          +
                                                          +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            + + +
                                                            + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-controller-admin-searchindexescontroller.html b/5/plugin/reference/files/plugins-bc-search-index-src-controller-admin-searchindexescontroller.html index f95d2f2a..e396bbad 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-controller-admin-searchindexescontroller.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-controller-admin-searchindexescontroller.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-admin-searchindexescontroller.html b/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-admin-searchindexescontroller.html index 47186fd0..f1da83f2 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-admin-searchindexescontroller.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-admin-searchindexescontroller.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-searchindexescontroller.html b/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-searchindexescontroller.html index 8e977ea4..e0ba4ce8 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-searchindexescontroller.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-controller-api-searchindexescontroller.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-controller-searchindexescontroller.html b/5/plugin/reference/files/plugins-bc-search-index-src-controller-searchindexescontroller.html index 6b4760c7..ca37bdb2 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-controller-searchindexescontroller.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-controller-searchindexescontroller.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexesfrontform.html b/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexesfrontform.html index 73142511..16bba508 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexesfrontform.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexesfrontform.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexessearchform.html b/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexessearchform.html index fd2418b7..4cee08d8 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexessearchform.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-form-searchindexessearchform.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-model-behavior-bcsearchindexmanagerbehavior.html b/5/plugin/reference/files/plugins-bc-search-index-src-model-behavior-bcsearchindexmanagerbehavior.html index ee194b98..21568f4f 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-model-behavior-bcsearchindexmanagerbehavior.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-model-behavior-bcsearchindexmanagerbehavior.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-model-entity-searchindex.html b/5/plugin/reference/files/plugins-bc-search-index-src-model-entity-searchindex.html index 59ff4228..b11dd5ec 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-model-entity-searchindex.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-model-entity-searchindex.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-model-table-searchindexestable.html b/5/plugin/reference/files/plugins-bc-search-index-src-model-table-searchindexestable.html index b051e975..2a08d55d 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-model-table-searchindexestable.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-model-table-searchindexestable.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminservice.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminservice.html index fe88a4ae..7cd3b022 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminservice.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminserviceinterface.html index 9949b932..f7c59d35 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-admin-searchindexesadminserviceinterface.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontservice.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontservice.html index 9d47052f..0ad91715 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontservice.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontservice.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontserviceinterface.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontserviceinterface.html index 76418865..de0408ed 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-front-searchindexesfrontserviceinterface.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesservice.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesservice.html index 613a5492..6ec05060 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesservice.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesservice.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesserviceinterface.html b/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesserviceinterface.html index 1d04e357..4374f4b3 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-service-searchindexesserviceinterface.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-serviceprovider-bcsearchindexserviceprovider.html b/5/plugin/reference/files/plugins-bc-search-index-src-serviceprovider-bcsearchindexserviceprovider.html index 0871b95c..bf35feb7 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-serviceprovider-bcsearchindexserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-serviceprovider-bcsearchindexserviceprovider.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-search-index-src-view-helper-bcsearchindexhelper.html b/5/plugin/reference/files/plugins-bc-search-index-src-view-helper-bcsearchindexhelper.html index 84494e62..e7071a1d 100644 --- a/5/plugin/reference/files/plugins-bc-search-index-src-view-helper-bcsearchindexhelper.html +++ b/5/plugin/reference/files/plugins-bc-search-index-src-view-helper-bcsearchindexhelper.html @@ -387,6 +387,10 @@

                                                          • Controller +
                                                          • +
                                                          • + Event +
                                                          • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-bcthemeconfigplugin.html b/5/plugin/reference/files/plugins-bc-theme-config-src-bcthemeconfigplugin.html new file mode 100644 index 00000000..0f62fb97 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-bcthemeconfigplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                            +

                                                            baserCMS クラスリファレンス

                                                            + + + + + +
                                                            + +
                                                            +
                                                            + + + + +
                                                            +
                                                            +
                                                              +
                                                            + +
                                                            +

                                                            BcThemeConfigPlugin.php

                                                            + +

                                                            baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                            + + + +
                                                            + Tags + + +
                                                            +
                                                            +
                                                            + copyright +
                                                            +
                                                            + +

                                                            Copyright (c) NPO baser foundation

                                                            +
                                                            + +
                                                            +
                                                            + link +
                                                            +
                                                            +

                                                            baserCMS Project

                                                            +
                                                            + +
                                                            +
                                                            + since +
                                                            +
                                                            + 5.0.0 + + +
                                                            +
                                                            + license +
                                                            +
                                                            + +

                                                            https://basercms.net/license/index.html MIT License

                                                            +
                                                            + +
                                                            +
                                                            + + + +

                                                            + Table of Contents + + +

                                                            + + + + +

                                                            + Classes + + +

                                                            +
                                                            +
                                                            BcThemeConfigPlugin
                                                            Class Plugin
                                                            + + + + + + + + + + + + + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            
                                                            +        
                                                            + +
                                                            +
                                                            + + + +
                                                            +
                                                            +
                                                            + +
                                                            + On this page + +
                                                              +
                                                            • Table Of Contents
                                                            • +
                                                            • + +
                                                            • + + +
                                                            +
                                                            + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            +

                                                            Search results

                                                            + +
                                                            +
                                                            +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              + + +
                                                              + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-controller-admin-themeconfigscontroller.html b/5/plugin/reference/files/plugins-bc-theme-config-src-controller-admin-themeconfigscontroller.html index b54a0526..6b47e109 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-controller-admin-themeconfigscontroller.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-controller-admin-themeconfigscontroller.html @@ -387,6 +387,10 @@

                                                            • Controller +
                                                            • +
                                                            • + Event +
                                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-controller-api-admin-themeconfigscontroller.html b/5/plugin/reference/files/plugins-bc-theme-config-src-controller-api-admin-themeconfigscontroller.html index 02b007e4..17819b17 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-controller-api-admin-themeconfigscontroller.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-controller-api-admin-themeconfigscontroller.html @@ -387,6 +387,10 @@

                                                            • Controller +
                                                            • +
                                                            • + Event +
                                                            • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-event-bcthemeconfigcontrollereventlistener.html b/5/plugin/reference/files/plugins-bc-theme-config-src-event-bcthemeconfigcontrollereventlistener.html new file mode 100644 index 00000000..0192b78a --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-event-bcthemeconfigcontrollereventlistener.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                              +

                                                              baserCMS クラスリファレンス

                                                              + + + + + +
                                                              + +
                                                              +
                                                              + + + + +
                                                              +
                                                              +
                                                                +
                                                              + +
                                                              +

                                                              BcThemeConfigControllerEventListener.php

                                                              + +

                                                              baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                              + + + +
                                                              + Tags + + +
                                                              +
                                                              +
                                                              + copyright +
                                                              +
                                                              + +

                                                              Copyright (c) NPO baser foundation

                                                              +
                                                              + +
                                                              +
                                                              + link +
                                                              +
                                                              +

                                                              baserCMS Project

                                                              +
                                                              + +
                                                              +
                                                              + since +
                                                              +
                                                              + 5.0.0 + + +
                                                              +
                                                              + license +
                                                              +
                                                              + +

                                                              https://basercms.net/license/index.html MIT License

                                                              +
                                                              + +
                                                              +
                                                              + + + +

                                                              + Table of Contents + + +

                                                              + + + + +

                                                              + Classes + + +

                                                              +
                                                              +
                                                              BcThemeConfigControllerEventListener
                                                              Class BcThemeConfigControllerEventListener
                                                              + + + + + + + + + + + + + +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              
                                                              +        
                                                              + +
                                                              +
                                                              + + + +
                                                              +
                                                              +
                                                              + +
                                                              + On this page + +
                                                                +
                                                              • Table Of Contents
                                                              • +
                                                              • + +
                                                              • + + +
                                                              +
                                                              + +
                                                              +
                                                              +
                                                              +
                                                              +
                                                              +

                                                              Search results

                                                              + +
                                                              +
                                                              +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                + + +
                                                                + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-model-entity-themeconfig.html b/5/plugin/reference/files/plugins-bc-theme-config-src-model-entity-themeconfig.html index 8cfb9087..7dcb6651 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-model-entity-themeconfig.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-model-entity-themeconfig.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-model-table-themeconfigstable.html b/5/plugin/reference/files/plugins-bc-theme-config-src-model-table-themeconfigstable.html index ebb8554f..36677574 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-model-table-themeconfigstable.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-model-table-themeconfigstable.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminservice.html b/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminservice.html index 8cb24ba4..8516fbe0 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminservice.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminserviceinterface.html index 06613b64..6199f524 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-service-admin-themeconfigsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsservice.html b/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsservice.html index 36836a0b..7dd0980e 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsservice.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsserviceinterface.html index 59e832e0..258c77a8 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-service-themeconfigsserviceinterface.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-serviceprovider-bcthemeconfigserviceprovider.html b/5/plugin/reference/files/plugins-bc-theme-config-src-serviceprovider-bcthemeconfigserviceprovider.html index 8b5e780d..1dcb9f9a 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-serviceprovider-bcthemeconfigserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-serviceprovider-bcthemeconfigserviceprovider.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfigbaserhelper.html b/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfigbaserhelper.html index 856612c5..1465632f 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfigbaserhelper.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfigbaserhelper.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfighelper.html b/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfighelper.html index c06ea35e..f18ab5be 100644 --- a/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfighelper.html +++ b/5/plugin/reference/files/plugins-bc-theme-config-src-view-helper-bcthemeconfighelper.html @@ -387,6 +387,10 @@

                                                              • Controller +
                                                              • +
                                                              • + Event +
                                                              • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-bcthemefileplugin.html b/5/plugin/reference/files/plugins-bc-theme-file-src-bcthemefileplugin.html new file mode 100644 index 00000000..0cd6d781 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-bcthemefileplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                                +

                                                                baserCMS クラスリファレンス

                                                                + + + + + +
                                                                + +
                                                                +
                                                                + + + + +
                                                                +
                                                                +
                                                                  +
                                                                + +
                                                                +

                                                                BcThemeFilePlugin.php

                                                                + +

                                                                baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                                + + + +
                                                                + Tags + + +
                                                                +
                                                                +
                                                                + copyright +
                                                                +
                                                                + +

                                                                Copyright (c) NPO baser foundation

                                                                +
                                                                + +
                                                                +
                                                                + link +
                                                                +
                                                                +

                                                                baserCMS Project

                                                                +
                                                                + +
                                                                +
                                                                + since +
                                                                +
                                                                + 5.0.0 + + +
                                                                +
                                                                + license +
                                                                +
                                                                + +

                                                                https://basercms.net/license/index.html MIT License

                                                                +
                                                                + +
                                                                +
                                                                + + + +

                                                                + Table of Contents + + +

                                                                + + + + +

                                                                + Classes + + +

                                                                +
                                                                +
                                                                BcThemeFilePlugin
                                                                Class Plugin
                                                                + + + + + + + + + + + + + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                
                                                                +        
                                                                + +
                                                                +
                                                                + + + +
                                                                +
                                                                +
                                                                + +
                                                                + On this page + +
                                                                  +
                                                                • Table Of Contents
                                                                • +
                                                                • + +
                                                                • + + +
                                                                +
                                                                + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                +

                                                                Search results

                                                                + +
                                                                +
                                                                +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  + + +
                                                                  + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-admin-themefilescontroller.html b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-admin-themefilescontroller.html index 4a173c16..f1920c85 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-admin-themefilescontroller.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-admin-themefilescontroller.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefilescontroller.html b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefilescontroller.html index 678a8ab5..7bcd2ba5 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefilescontroller.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefilescontroller.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefolderscontroller.html b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefolderscontroller.html index d530429f..ec41ec7e 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefolderscontroller.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-controller-api-admin-themefolderscontroller.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefileform.html b/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefileform.html index 95373708..a7c7ef3a 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefileform.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefileform.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefolderform.html b/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefolderform.html index b3167743..1123b68d 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefolderform.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-form-themefolderform.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefile.html b/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefile.html index ca6ab0fc..ddc9ff5c 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefile.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefile.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefolder.html b/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefolder.html index 32a89007..001f00ea 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefolder.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-model-entity-themefolder.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefilestable.html b/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefilestable.html index a3afa803..877868d4 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefilestable.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefilestable.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefolderstable.html b/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefolderstable.html index 620e0f5b..ebfa3cc2 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefolderstable.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-model-table-themefolderstable.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminservice.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminservice.html index f01e5347..8559f5bf 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminservice.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminserviceinterface.html index f5e3801e..ed23f442 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefilesadminserviceinterface.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminservice.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminservice.html index a3c60653..7b1cab51 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminservice.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminserviceinterface.html index 4d651345..671a3d6e 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-admin-themefoldersadminserviceinterface.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileservice.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileservice.html index d1dbc51d..82145f06 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileservice.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileserviceinterface.html index 9eba8b6b..c246d2f6 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-bcthemefileserviceinterface.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesservice.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesservice.html index 78d07b82..6d3a722b 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesservice.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesserviceinterface.html index 3ed2461d..cd3fe7d1 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefilesserviceinterface.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersservice.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersservice.html index 4e22d795..cfda3e84 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersservice.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersservice.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersserviceinterface.html b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersserviceinterface.html index 42b3f50a..ac75fac2 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-service-themefoldersserviceinterface.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-serviceprovider-bcthemefileserviceprovider.html b/5/plugin/reference/files/plugins-bc-theme-file-src-serviceprovider-bcthemefileserviceprovider.html index 058ccc99..fe93d3a7 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-serviceprovider-bcthemefileserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-serviceprovider-bcthemefileserviceprovider.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-theme-file-src-utility-bcthemefileutil.html b/5/plugin/reference/files/plugins-bc-theme-file-src-utility-bcthemefileutil.html index 4715b5e7..70ec127f 100644 --- a/5/plugin/reference/files/plugins-bc-theme-file-src-utility-bcthemefileutil.html +++ b/5/plugin/reference/files/plugins-bc-theme-file-src-utility-bcthemefileutil.html @@ -387,6 +387,10 @@

                                                                • Controller +
                                                                • +
                                                                • + Event +
                                                                • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-bcuploaderplugin.html b/5/plugin/reference/files/plugins-bc-uploader-src-bcuploaderplugin.html new file mode 100644 index 00000000..3005c8a0 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-uploader-src-bcuploaderplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                                  +

                                                                  baserCMS クラスリファレンス

                                                                  + + + + + +
                                                                  + +
                                                                  +
                                                                  + + + + +
                                                                  +
                                                                  +
                                                                    +
                                                                  + +
                                                                  +

                                                                  BcUploaderPlugin.php

                                                                  + +

                                                                  baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                                  + + + +
                                                                  + Tags + + +
                                                                  +
                                                                  +
                                                                  + copyright +
                                                                  +
                                                                  + +

                                                                  Copyright (c) NPO baser foundation

                                                                  +
                                                                  + +
                                                                  +
                                                                  + link +
                                                                  +
                                                                  +

                                                                  baserCMS Project

                                                                  +
                                                                  + +
                                                                  +
                                                                  + since +
                                                                  +
                                                                  + 5.0.0 + + +
                                                                  +
                                                                  + license +
                                                                  +
                                                                  + +

                                                                  https://basercms.net/license/index.html MIT License

                                                                  +
                                                                  + +
                                                                  +
                                                                  + + + +

                                                                  + Table of Contents + + +

                                                                  + + + + +

                                                                  + Classes + + +

                                                                  +
                                                                  +
                                                                  BcUploaderPlugin
                                                                  plugin for BcUploader
                                                                  + + + + + + + + + + + + + +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  
                                                                  +        
                                                                  + +
                                                                  +
                                                                  + + + +
                                                                  +
                                                                  +
                                                                  + +
                                                                  + On this page + +
                                                                    +
                                                                  • Table Of Contents
                                                                  • +
                                                                  • + +
                                                                  • + + +
                                                                  +
                                                                  + +
                                                                  +
                                                                  +
                                                                  +
                                                                  +
                                                                  +

                                                                  Search results

                                                                  + +
                                                                  +
                                                                  +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    + + +
                                                                    + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploadercategoriescontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploadercategoriescontroller.html index a45fb7c2..e8fa150f 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploadercategoriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploadercategoriescontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderconfigscontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderconfigscontroller.html index 4d1b5cac..f064c541 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderconfigscontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderconfigscontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderfilescontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderfilescontroller.html index a966073d..3d5de773 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderfilescontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-admin-uploaderfilescontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploadercategoriescontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploadercategoriescontroller.html index f0f4a559..ffaa3bb8 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploadercategoriescontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploadercategoriescontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderconfigscontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderconfigscontroller.html index e2dbaaff..515e296b 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderconfigscontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderconfigscontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderfilescontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderfilescontroller.html index 579e2ff8..9ab9c2f6 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderfilescontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-api-admin-uploaderfilescontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-controller-uploaderfilescontroller.html b/5/plugin/reference/files/plugins-bc-uploader-src-controller-uploaderfilescontroller.html index 1a06ad2a..8bd1eddc 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-controller-uploaderfilescontroller.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-controller-uploaderfilescontroller.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-event-bcuploadervieweventlistener.html b/5/plugin/reference/files/plugins-bc-uploader-src-event-bcuploadervieweventlistener.html index 8879a204..a826327d 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-event-bcuploadervieweventlistener.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-event-bcuploadervieweventlistener.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploadercategory.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploadercategory.html index 01c8f0e3..d7abd462 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploadercategory.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploadercategory.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderconfig.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderconfig.html index c396e914..54603279 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderconfig.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderconfig.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderfile.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderfile.html index a657bbc1..df66a6a7 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderfile.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-entity-uploaderfile.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploadercategoriestable.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploadercategoriestable.html index 60ca1c60..4bb393c1 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploadercategoriestable.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploadercategoriestable.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderconfigstable.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderconfigstable.html index 9482bc81..15b433f7 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderconfigstable.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderconfigstable.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderfilestable.html b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderfilestable.html index 34091848..02c062b1 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderfilestable.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-model-table-uploaderfilestable.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminservice.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminservice.html index 3c2ff4a4..d1e5b1d2 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminservice.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminservice.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminserviceinterface.html index 6836fa1b..984f24ca 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderconfigsadminserviceinterface.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminservice.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminservice.html index 5725e0f8..aa3d56bd 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminservice.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminservice.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminserviceinterface.html index a2bae5ac..060916f9 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-admin-uploaderfilesadminserviceinterface.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesservice.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesservice.html index e16aabfb..812ad802 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesservice.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesservice.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesserviceinterface.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesserviceinterface.html index 8a5572cb..e6926018 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploadercategoriesserviceinterface.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsservice.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsservice.html index 153f75b4..19eb3bcf 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsservice.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsservice.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsserviceinterface.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsserviceinterface.html index 3790e80a..b7bc9de1 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderconfigsserviceinterface.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesservice.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesservice.html index 1eb5fa44..8bc56433 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesservice.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesservice.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesserviceinterface.html b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesserviceinterface.html index 5a448c42..bab08677 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-service-uploaderfilesserviceinterface.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-serviceprovider-bcuploaderserviceprovider.html b/5/plugin/reference/files/plugins-bc-uploader-src-serviceprovider-bcuploaderserviceprovider.html index fb0d67d7..70add470 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-serviceprovider-bcuploaderserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-serviceprovider-bcuploaderserviceprovider.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-uploader-src-view-helper-uploaderhelper.html b/5/plugin/reference/files/plugins-bc-uploader-src-view-helper-uploaderhelper.html index c56d1bb6..4818167f 100644 --- a/5/plugin/reference/files/plugins-bc-uploader-src-view-helper-uploaderhelper.html +++ b/5/plugin/reference/files/plugins-bc-uploader-src-view-helper-uploaderhelper.html @@ -387,6 +387,10 @@

                                                                  • Controller +
                                                                  • +
                                                                  • + Event +
                                                                  • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-bcwidgetareaplugin.html b/5/plugin/reference/files/plugins-bc-widget-area-src-bcwidgetareaplugin.html new file mode 100644 index 00000000..633fcce4 --- /dev/null +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-bcwidgetareaplugin.html @@ -0,0 +1,748 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                                    +

                                                                    baserCMS クラスリファレンス

                                                                    + + + + + +
                                                                    + +
                                                                    +
                                                                    + + + + +
                                                                    +
                                                                    +
                                                                      +
                                                                    + +
                                                                    +

                                                                    BcWidgetAreaPlugin.php

                                                                    + +

                                                                    baserCMS : Based Website Development Project <https://basercms.net> +Copyright (c) NPO baser foundation <https://baserfoundation.org/>

                                                                    + + + +
                                                                    + Tags + + +
                                                                    +
                                                                    +
                                                                    + copyright +
                                                                    +
                                                                    + +

                                                                    Copyright (c) NPO baser foundation

                                                                    +
                                                                    + +
                                                                    +
                                                                    + link +
                                                                    +
                                                                    +

                                                                    baserCMS Project

                                                                    +
                                                                    + +
                                                                    +
                                                                    + since +
                                                                    +
                                                                    + 5.0.0 + + +
                                                                    +
                                                                    + license +
                                                                    +
                                                                    + +

                                                                    https://basercms.net/license/index.html MIT License

                                                                    +
                                                                    + +
                                                                    +
                                                                    + + + +

                                                                    + Table of Contents + + +

                                                                    + + + + +

                                                                    + Classes + + +

                                                                    +
                                                                    +
                                                                    BcWidgetAreaPlugin
                                                                    Class Plugin
                                                                    + + + + + + + + + + + + + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    
                                                                    +        
                                                                    + +
                                                                    +
                                                                    + + + +
                                                                    +
                                                                    +
                                                                    + +
                                                                    + On this page + +
                                                                      +
                                                                    • Table Of Contents
                                                                    • +
                                                                    • + +
                                                                    • + + +
                                                                    +
                                                                    + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    +

                                                                    Search results

                                                                    + +
                                                                    +
                                                                    +
                                                                      +
                                                                      +
                                                                      +
                                                                      +
                                                                      + + +
                                                                      + + + + + + + + diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-controller-admin-widgetareascontroller.html b/5/plugin/reference/files/plugins-bc-widget-area-src-controller-admin-widgetareascontroller.html index 4ae13e22..b1e93840 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-controller-admin-widgetareascontroller.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-controller-admin-widgetareascontroller.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-controller-api-admin-widgetareascontroller.html b/5/plugin/reference/files/plugins-bc-widget-area-src-controller-api-admin-widgetareascontroller.html index cc90e67c..b7478055 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-controller-api-admin-widgetareascontroller.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-controller-api-admin-widgetareascontroller.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareacontrollereventlistener.html b/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareacontrollereventlistener.html index b080d745..74935cf4 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareacontrollereventlistener.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareacontrollereventlistener.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareahelpereventlistener.html b/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareahelpereventlistener.html index 4b1f9755..72959d08 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareahelpereventlistener.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-event-bcwidgetareahelpereventlistener.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-model-entity-widgetarea.html b/5/plugin/reference/files/plugins-bc-widget-area-src-model-entity-widgetarea.html index 572ac38b..659769f3 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-model-entity-widgetarea.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-model-entity-widgetarea.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-model-table-widgetareastable.html b/5/plugin/reference/files/plugins-bc-widget-area-src-model-table-widgetareastable.html index 294fccac..103b7d49 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-model-table-widgetareastable.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-model-table-widgetareastable.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminservice.html b/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminservice.html index 176e266e..e8b435f3 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminservice.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminservice.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminserviceinterface.html b/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminserviceinterface.html index fcadb901..9e63ca8e 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-service-admin-widgetareasadminserviceinterface.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasservice.html b/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasservice.html index af5b57ad..217886dc 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasservice.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasservice.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasserviceinterface.html b/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasserviceinterface.html index ea507314..46ca5c6a 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasserviceinterface.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-service-widgetareasserviceinterface.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-serviceprovider-bcwidgetareaserviceprovider.html b/5/plugin/reference/files/plugins-bc-widget-area-src-serviceprovider-bcwidgetareaserviceprovider.html index e2464144..63dcd194 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-serviceprovider-bcwidgetareaserviceprovider.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-serviceprovider-bcwidgetareaserviceprovider.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareabaserhelper.html b/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareabaserhelper.html index 30c3ce3d..6c9836e1 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareabaserhelper.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareabaserhelper.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareahelper.html b/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareahelper.html index 1008b6a9..10d1fc87 100644 --- a/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareahelper.html +++ b/5/plugin/reference/files/plugins-bc-widget-area-src-view-helper-bcwidgetareahelper.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/graphs/classes.html b/5/plugin/reference/graphs/classes.html index 6b057b32..9e769059 100644 --- a/5/plugin/reference/graphs/classes.html +++ b/5/plugin/reference/graphs/classes.html @@ -375,6 +375,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/index.html b/5/plugin/reference/index.html index b7c9521e..27e58cbf 100644 --- a/5/plugin/reference/index.html +++ b/5/plugin/reference/index.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model diff --git a/5/plugin/reference/indices/files.html b/5/plugin/reference/indices/files.html index aa75ec77..aa8478e6 100644 --- a/5/plugin/reference/indices/files.html +++ b/5/plugin/reference/indices/files.html @@ -387,6 +387,10 @@

                                                                    • Controller +
                                                                    • +
                                                                    • + Event +
                                                                    • Model @@ -535,6 +539,7 @@

                                                                      A

                                                                      B

                                                                      • BaserCoreBaserHelper.php
                                                                      • +
                                                                      • BaserCorePlugin.php
                                                                      • BcAbstractDetector.php
                                                                      • BcAdminApiController.php
                                                                      • BcAdminAppController.php
                                                                      • @@ -548,6 +553,7 @@

                                                                        B

                                                                      • BcAdminHelper.php
                                                                      • BcAdminMailer.php
                                                                      • BcAdminMiddleware.php
                                                                      • +
                                                                      • BcAdminThirdPlugin.php
                                                                      • BcAgent.php
                                                                      • BcApiController.php
                                                                      • BcApiUtil.php
                                                                      • @@ -555,6 +561,7 @@

                                                                        B

                                                                      • BcAuthHelper.php
                                                                      • BcBaserHelper.php
                                                                      • BcBlogBaserHelper.php
                                                                      • +
                                                                      • BcBlogPlugin.php
                                                                      • BcBlogServiceProvider.php
                                                                      • BcBlogViewEventListener.php
                                                                      • BcCaptchaService.php
                                                                      • @@ -564,6 +571,7 @@

                                                                        B

                                                                      • BcContainer.php
                                                                      • BcContainerEventListener.php
                                                                      • BcContainerTrait.php
                                                                      • +
                                                                      • BcContentLinkPlugin.php
                                                                      • BcContentLinkServiceProvider.php
                                                                      • BcContentsBehavior.php
                                                                      • BcContentsEventListener.php
                                                                      • @@ -574,9 +582,11 @@

                                                                        B

                                                                      • BcCsvHelper.php
                                                                      • BcCustomContentBaserHelper.php
                                                                      • BcCustomContentControllerEventListener.php
                                                                      • +
                                                                      • BcCustomContentPlugin.php
                                                                      • BcCustomContentServiceProvider.php
                                                                      • BcDatabaseService.php
                                                                      • BcDatabaseServiceInterface.php
                                                                      • +
                                                                      • BcEditorTemplatePlugin.php
                                                                      • BcEditorTemplateServiceProvider.php
                                                                      • BcErrorController.php
                                                                      • BcEvent.php
                                                                      • @@ -586,6 +596,7 @@

                                                                        B

                                                                      • BcEventListenerMock.php
                                                                      • BcException.php
                                                                      • BcExceptionRenderer.php
                                                                      • +
                                                                      • BcFavoritePlugin.php
                                                                      • BcFavoriteServiceProvider.php
                                                                      • BcFavoriteViewEventListener.php
                                                                      • BcFile.php
                                                                      • @@ -603,16 +614,19 @@

                                                                        B

                                                                      • BcFrontContentsServiceInterface.php
                                                                      • BcFrontEmailView.php
                                                                      • BcFrontMiddleware.php
                                                                      • +
                                                                      • BcFrontPlugin.php
                                                                      • BcGmaps.php
                                                                      • BcGoogleMapsHelper.php
                                                                      • BcHelperEventListener.php
                                                                      • BcHtmlHelper.php
                                                                      • +
                                                                      • BcInstallerPlugin.php
                                                                      • BcInstallerServiceProvider.php
                                                                      • BcKeyValueBehavior.php
                                                                      • BcLang.php
                                                                      • BcLayoutHelper.php
                                                                      • BcListTableHelper.php
                                                                      • BcMailBaserHelper.php
                                                                      • +
                                                                      • BcMailPlugin.php
                                                                      • BcMailServiceProvider.php
                                                                      • BcMailViewEventListener.php
                                                                      • BcMailer.php
                                                                      • @@ -634,6 +648,7 @@

                                                                        B

                                                                      • BcSearchBoxHelper.php
                                                                      • BcSearchIndexHelper.php
                                                                      • BcSearchIndexManagerBehavior.php
                                                                      • +
                                                                      • BcSearchIndexPlugin.php
                                                                      • BcSearchIndexServiceProvider.php
                                                                      • BcSeed.php
                                                                      • BcServiceProvider.php
                                                                      • @@ -645,8 +660,11 @@

                                                                        B

                                                                      • BcText.php
                                                                      • BcTextHelper.php
                                                                      • BcThemeConfigBaserHelper.php
                                                                      • +
                                                                      • BcThemeConfigControllerEventListener.php
                                                                      • BcThemeConfigHelper.php
                                                                      • +
                                                                      • BcThemeConfigPlugin.php
                                                                      • BcThemeConfigServiceProvider.php
                                                                      • +
                                                                      • BcThemeFilePlugin.php
                                                                      • BcThemeFileService.php
                                                                      • BcThemeFileServiceInterface.php
                                                                      • BcThemeFileServiceProvider.php
                                                                      • @@ -656,6 +674,7 @@

                                                                        B

                                                                      • BcUpdateLog.php
                                                                      • BcUploadBehavior.php
                                                                      • BcUploadHelper.php
                                                                      • +
                                                                      • BcUploaderPlugin.php
                                                                      • BcUploaderServiceProvider.php
                                                                      • BcUploaderViewEventListener.php
                                                                      • BcUtil.php
                                                                      • @@ -666,6 +685,7 @@

                                                                        B

                                                                      • BcWidgetAreaControllerEventListener.php
                                                                      • BcWidgetAreaHelper.php
                                                                      • BcWidgetAreaHelperEventListener.php
                                                                      • +
                                                                      • BcWidgetAreaPlugin.php
                                                                      • BcWidgetAreaServiceProvider.php
                                                                      • BcXmlHelper.php
                                                                      • BcZip.php
                                                                      • @@ -979,21 +999,6 @@

                                                                        P

                                                                      • PermissionsServiceInterface.php
                                                                      • PermissionsTable.php
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • -
                                                                      • Plugin.php
                                                                      • PluginsAdminService.php
                                                                      • PluginsAdminServiceInterface.php
                                                                      • PluginsController.php
                                                                      • diff --git a/5/plugin/reference/js/searchIndex.js b/5/plugin/reference/js/searchIndex.js index fbb6bcd1..23e3d004 100644 --- a/5/plugin/reference/js/searchIndex.js +++ b/5/plugin/reference/js/searchIndex.js @@ -55,6 +55,81 @@ Search.appendIndex( "name": "name", "summary": "Name", "url": "classes/BaserCore-Annotation-UnitTest.html#property_name" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin", + "name": "BaserCorePlugin", + "summary": "Class\u0020plugin", + "url": "classes/BaserCore-BaserCorePlugin.html" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003Abootstrap\u0028\u0029", + "name": "bootstrap", + "summary": "bootstrap", + "url": "classes/BaserCore-BaserCorePlugin.html#method_bootstrap" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AaddTheme\u0028\u0029", + "name": "addTheme", + "summary": "\u30C6\u30FC\u30DE\u3092\u8FFD\u52A0\u3059\u308B", + "url": "classes/BaserCore-BaserCorePlugin.html#method_addTheme" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AsetupDefaultTemplatesPath\u0028\u0029", + "name": "setupDefaultTemplatesPath", + "summary": "\u30C7\u30D5\u30A9\u30EB\u30C8\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u8A2D\u5B9A\u3059\u308B", + "url": "classes/BaserCore-BaserCorePlugin.html#method_setupDefaultTemplatesPath" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AloadPlugin\u0028\u0029", + "name": "loadPlugin", + "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u8AAD\u307F\u8FBC\u3080", + "url": "classes/BaserCore-BaserCorePlugin.html#method_loadPlugin" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003Amiddleware\u0028\u0029", + "name": "middleware", + "summary": "Setup\u0020the\u0020middleware\u0020queue\u0020your\u0020application\u0020will\u0020use.", + "url": "classes/BaserCore-BaserCorePlugin.html#method_middleware" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AgetSkipCsrfUrl\u0028\u0029", + "name": "getSkipCsrfUrl", + "summary": "Web\u0020API\u0020\u306EPOST\u9001\u4FE1\u306B\u304A\u3044\u3066\u0020CSRF\u0020\u3092\u30B9\u30AD\u30C3\u30D7\u3059\u308BURL\u306B\u3064\u3044\u3066\u3001\nRouter\u0020\u3067\u5909\u63DB\u3057\u305F\u4E0A\u3067\u53D6\u5F97", + "url": "classes/BaserCore-BaserCorePlugin.html#method_getSkipCsrfUrl" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AgetAuthenticationService\u0028\u0029", + "name": "getAuthenticationService", + "summary": "\u8A8D\u8A3C\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u751F\u6210", + "url": "classes/BaserCore-BaserCorePlugin.html#method_getAuthenticationService" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AisRequiredAuthentication\u0028\u0029", + "name": "isRequiredAuthentication", + "summary": "\u8A8D\u8A3C\u304C\u5FC5\u8981\u304B\u5224\u5B9A\u3059\u308B", + "url": "classes/BaserCore-BaserCorePlugin.html#method_isRequiredAuthentication" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AsetupSessionAuth\u0028\u0029", + "name": "setupSessionAuth", + "summary": "\u30BB\u30C3\u30B7\u30E7\u30F3\u8A8D\u8A3C\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", + "url": "classes/BaserCore-BaserCorePlugin.html#method_setupSessionAuth" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AsetupJwtAuth\u0028\u0029", + "name": "setupJwtAuth", + "summary": "JWT\u0020\u8A8D\u8A3C\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", + "url": "classes/BaserCore-BaserCorePlugin.html#method_setupJwtAuth" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003Aroutes\u0028\u0029", + "name": "routes", + "summary": "Routes", + "url": "classes/BaserCore-BaserCorePlugin.html#method_routes" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003AupdateDefaultData\u0028\u0029", + "name": "updateDefaultData", + "summary": "\u521D\u671F\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u6642\u306E\u66F4\u65B0\u51E6\u7406", + "url": "classes/BaserCore-BaserCorePlugin.html#method_updateDefaultData" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BaserCore-BaserCorePlugin.html#method_services" + }, { + "fqsen": "\\BaserCore\\BaserCorePlugin\u003A\u003Aconsole\u0028\u0029", + "name": "console", + "summary": "\u30B3\u30DE\u30F3\u30C9\u5B9A\u7FA9", + "url": "classes/BaserCore-BaserCorePlugin.html#method_console" }, { "fqsen": "\\BaserCore\\BcPlugin", "name": "BcPlugin", @@ -2480,11 +2555,6 @@ Search.appendIndex( "name": "isAdmin", "summary": "\u7BA1\u7406\u753B\u9762\u306EURL\u304B\u3069\u3046\u304B\u3092\u5224\u5B9A", "url": "classes/BaserCore-Middleware-BcRequestFilterMiddleware.html#method_isAdmin" - }, { - "fqsen": "\\BaserCore\\Middleware\\BcRequestFilterMiddleware\u003A\u003AisAsset\u0028\u0029", - "name": "isAsset", - "summary": "\u30A2\u30BB\u30C3\u30C8\u306EURL\u304B\u3069\u3046\u304B\u3092\u5224\u5B9A", - "url": "classes/BaserCore-Middleware-BcRequestFilterMiddleware.html#method_isAsset" }, { "fqsen": "\\BaserCore\\Middleware\\BcRequestFilterMiddleware\u003A\u003AisInstall\u0028\u0029", "name": "isInstall", @@ -2805,6 +2875,11 @@ Search.appendIndex( "name": "shouldRedirects", "summary": "\u4E0E\u3048\u3089\u308C\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306B\u5BFE\u3057\u3066\u81EA\u52D5\u30EA\u30C0\u30A4\u30EC\u30AF\u30C8\u3059\u3079\u304D\u304B\u3069\u3046\u304B\u3092\u8FD4\u3059", "url": "classes/BaserCore-Model-Entity-Site.html#method_shouldRedirects" + }, { + "fqsen": "\\BaserCore\\Model\\Entity\\Site\u003A\u003AgetAppliedTheme\u0028\u0029", + "name": "getAppliedTheme", + "summary": "\u30B5\u30A4\u30C8\u306B\u9069\u7528\u3055\u308C\u3066\u3044\u308B\u30C6\u30FC\u30DE\u3092\u53D6\u5F97\u3059\u308B", + "url": "classes/BaserCore-Model-Entity-Site.html#method_getAppliedTheme" }, { "fqsen": "\\BaserCore\\Model\\Entity\\Site\u003A\u003A\u0024_accessible", "name": "_accessible", @@ -3920,6 +3995,11 @@ Search.appendIndex( "name": "notBlankOnlyString", "summary": "\u30B9\u30DA\u30FC\u30B9\u3057\u304B\u306A\u3044\u6587\u5B57\u5217", "url": "classes/BaserCore-Model-Validation-BcValidation.html#method_notBlankOnlyString" + }, { + "fqsen": "\\BaserCore\\Model\\Validation\\BcValidation\u003A\u003AhexColorPlus\u0028\u0029", + "name": "hexColorPlus", + "summary": "16\u9032\u6570\u30AB\u30E9\u30FC\u30B3\u30FC\u30C9\u30C1\u30A7\u30C3\u30AF", + "url": "classes/BaserCore-Model-Validation-BcValidation.html#method_hexColorPlus" }, { "fqsen": "\\BaserCore\\Model\\Validation\\PageValidation", "name": "PageValidation", @@ -3965,76 +4045,6 @@ Search.appendIndex( "name": "willChangeSelfGroup", "summary": "\u81EA\u8EAB\u306E\u5C5E\u3059\u308B\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u3092\u66F4\u65B0\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308B\u304B\u3069\u3046\u304B\u78BA\u8A8D", "url": "classes/BaserCore-Model-Validation-UserValidation.html#method_willChangeSelfGroup" - }, { - "fqsen": "\\BaserCore\\Plugin", - "name": "Plugin", - "summary": "Class\u0020plugin", - "url": "classes/BaserCore-Plugin.html" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003Abootstrap\u0028\u0029", - "name": "bootstrap", - "summary": "bootstrap", - "url": "classes/BaserCore-Plugin.html#method_bootstrap" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AaddTheme\u0028\u0029", - "name": "addTheme", - "summary": "\u30C6\u30FC\u30DE\u3092\u8FFD\u52A0\u3059\u308B", - "url": "classes/BaserCore-Plugin.html#method_addTheme" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AsetupDefaultTemplatesPath\u0028\u0029", - "name": "setupDefaultTemplatesPath", - "summary": "\u30C7\u30D5\u30A9\u30EB\u30C8\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u8A2D\u5B9A\u3059\u308B", - "url": "classes/BaserCore-Plugin.html#method_setupDefaultTemplatesPath" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AloadPlugin\u0028\u0029", - "name": "loadPlugin", - "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u8AAD\u307F\u8FBC\u3080", - "url": "classes/BaserCore-Plugin.html#method_loadPlugin" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003Amiddleware\u0028\u0029", - "name": "middleware", - "summary": "Setup\u0020the\u0020middleware\u0020queue\u0020your\u0020application\u0020will\u0020use.", - "url": "classes/BaserCore-Plugin.html#method_middleware" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AgetSkipCsrfUrl\u0028\u0029", - "name": "getSkipCsrfUrl", - "summary": "Web\u0020API\u0020\u306EPOST\u9001\u4FE1\u306B\u304A\u3044\u3066\u0020CSRF\u0020\u3092\u30B9\u30AD\u30C3\u30D7\u3059\u308BURL\u306B\u3064\u3044\u3066\u3001\nRouter\u0020\u3067\u5909\u63DB\u3057\u305F\u4E0A\u3067\u53D6\u5F97", - "url": "classes/BaserCore-Plugin.html#method_getSkipCsrfUrl" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AgetAuthenticationService\u0028\u0029", - "name": "getAuthenticationService", - "summary": "\u8A8D\u8A3C\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u751F\u6210", - "url": "classes/BaserCore-Plugin.html#method_getAuthenticationService" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AisRequiredAuthentication\u0028\u0029", - "name": "isRequiredAuthentication", - "summary": "\u8A8D\u8A3C\u304C\u5FC5\u8981\u304B\u5224\u5B9A\u3059\u308B", - "url": "classes/BaserCore-Plugin.html#method_isRequiredAuthentication" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AsetupSessionAuth\u0028\u0029", - "name": "setupSessionAuth", - "summary": "\u30BB\u30C3\u30B7\u30E7\u30F3\u8A8D\u8A3C\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", - "url": "classes/BaserCore-Plugin.html#method_setupSessionAuth" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003AsetupJwtAuth\u0028\u0029", - "name": "setupJwtAuth", - "summary": "JWT\u0020\u8A8D\u8A3C\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", - "url": "classes/BaserCore-Plugin.html#method_setupJwtAuth" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003Aroutes\u0028\u0029", - "name": "routes", - "summary": "Routes", - "url": "classes/BaserCore-Plugin.html#method_routes" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BaserCore-Plugin.html#method_services" - }, { - "fqsen": "\\BaserCore\\Plugin\u003A\u003Aconsole\u0028\u0029", - "name": "console", - "summary": "\u30B3\u30DE\u30F3\u30C9\u5B9A\u7FA9", - "url": "classes/BaserCore-Plugin.html#method_console" }, { "fqsen": "\\Cake\\Routing\\Asset", "name": "Asset", @@ -10056,10 +10066,40 @@ Search.appendIndex( "summary": "XML\u0020document\u0020encoding", "url": "classes/BaserCore-View-Helper-BcXmlHelper.html#property_encoding" }, { - "fqsen": "\\BcAdminThird\\Plugin", - "name": "Plugin", + "fqsen": "\\BcAdminThird\\BcAdminThirdPlugin", + "name": "BcAdminThirdPlugin", "summary": "Class\u0020Plugin", - "url": "classes/BcAdminThird-Plugin.html" + "url": "classes/BcAdminThird-BcAdminThirdPlugin.html" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin", + "name": "BcBlogPlugin", + "summary": "plugin\u0020for\u0020BcBlog", + "url": "classes/BcBlog-BcBlogPlugin.html" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin\u003A\u003Ainstall\u0028\u0029", + "name": "install", + "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", + "url": "classes/BcBlog-BcBlogPlugin.html#method_install" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin\u003A\u003AupdateDefaultData\u0028\u0029", + "name": "updateDefaultData", + "summary": "\u521D\u671F\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u6642\u306E\u66F4\u65B0\u51E6\u7406", + "url": "classes/BcBlog-BcBlogPlugin.html#method_updateDefaultData" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin\u003A\u003Auninstall\u0028\u0029", + "name": "uninstall", + "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", + "url": "classes/BcBlog-BcBlogPlugin.html#method_uninstall" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcBlog-BcBlogPlugin.html#method_services" + }, { + "fqsen": "\\BcBlog\\BcBlogPlugin\u003A\u003Aroutes\u0028\u0029", + "name": "routes", + "summary": "routes", + "url": "classes/BcBlog-BcBlogPlugin.html#method_routes" }, { "fqsen": "\\BcBlog\\Controller\\Admin\\BlogAdminAppController", "name": "BlogAdminAppController", @@ -10935,31 +10975,6 @@ Search.appendIndex( "name": "checkEyeCatchSize", "summary": "\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u30B5\u30A4\u30BA\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3", "url": "classes/BcBlog-Model-Validation-BlogContentValidation.html#method_checkEyeCatchSize" - }, { - "fqsen": "\\BcBlog\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcBlog", - "url": "classes/BcBlog-Plugin.html" - }, { - "fqsen": "\\BcBlog\\Plugin\u003A\u003Ainstall\u0028\u0029", - "name": "install", - "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", - "url": "classes/BcBlog-Plugin.html#method_install" - }, { - "fqsen": "\\BcBlog\\Plugin\u003A\u003Auninstall\u0028\u0029", - "name": "uninstall", - "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", - "url": "classes/BcBlog-Plugin.html#method_uninstall" - }, { - "fqsen": "\\BcBlog\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcBlog-Plugin.html#method_services" - }, { - "fqsen": "\\BcBlog\\Plugin\u003A\u003Aroutes\u0028\u0029", - "name": "routes", - "summary": "routes", - "url": "classes/BcBlog-Plugin.html#method_routes" }, { "fqsen": "\\BcBlog\\Service\\Admin\\BlogCategoriesAdminService", "name": "BlogCategoriesAdminService", @@ -11465,6 +11480,11 @@ Search.appendIndex( "name": "createIndexConditions", "summary": "\u30DA\u30FC\u30B8\u4E00\u89A7\u7528\u306E\u691C\u7D22\u6761\u4EF6\u3092\u751F\u6210\u3059\u308B", "url": "classes/BcBlog-Service-BlogPostsService.html#method_createIndexConditions" + }, { + "fqsen": "\\BcBlog\\Service\\BlogPostsService\u003A\u003AselectContains\u0028\u0029", + "name": "selectContains", + "summary": "Contains\u0020\u3092\u0020select\u0020\u3092\u524D\u63D0\u3068\u3057\u3066\u9069\u7528\u3059\u308B\nselect\u0020\u3092\u5229\u7528\u3057\u305F\u5834\u5408\u3001\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u306E\u30AB\u30E9\u30E0\u3092\u6307\u5B9A\u3057\u306A\u3044\u3068\u3001\u53D6\u5F97\u3067\u304D\u306A\u3044\u305F\u3081", + "url": "classes/BcBlog-Service-BlogPostsService.html#method_selectContains" }, { "fqsen": "\\BcBlog\\Service\\BlogPostsService\u003A\u003AcreateCategoryCondition\u0028\u0029", "name": "createCategoryCondition", @@ -12570,6 +12590,16 @@ Search.appendIndex( "name": "version", "summary": "Default\u0020spec\u0020version\u0020of\u0020generated\u0020RSS", "url": "classes/BcBlog-View-Helper-RssHelper.html#property_version" + }, { + "fqsen": "\\BcContentLink\\BcContentLinkPlugin", + "name": "BcContentLinkPlugin", + "summary": "plugin\u0020for\u0020BcPlugin", + "url": "classes/BcContentLink-BcContentLinkPlugin.html" + }, { + "fqsen": "\\BcContentLink\\BcContentLinkPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcContentLink-BcContentLinkPlugin.html#method_services" }, { "fqsen": "\\BcContentLink\\Controller\\Admin\\ContentLinksController", "name": "ContentLinksController", @@ -12665,16 +12695,6 @@ Search.appendIndex( "name": "copy", "summary": "\u30B3\u30D4\u30FC\u3059\u308B", "url": "classes/BcContentLink-Model-Table-ContentLinksTable.html#method_copy" - }, { - "fqsen": "\\BcContentLink\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcPlugin", - "url": "classes/BcContentLink-Plugin.html" - }, { - "fqsen": "\\BcContentLink\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcContentLink-Plugin.html#method_services" }, { "fqsen": "\\BcContentLink\\Service\\ContentLinksService", "name": "ContentLinksService", @@ -12750,6 +12770,36 @@ Search.appendIndex( "name": "provides", "summary": "Provides", "url": "classes/BcContentLink-ServiceProvider-BcContentLinkServiceProvider.html#property_provides" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin", + "name": "BcCustomContentPlugin", + "summary": "plugin\u0020for\u0020BcCustomContent", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin\u003A\u003Ainstall\u0028\u0029", + "name": "install", + "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html#method_install" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin\u003A\u003AupdateDefaultData\u0028\u0029", + "name": "updateDefaultData", + "summary": "\u521D\u671F\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u6642\u306E\u66F4\u65B0\u51E6\u7406", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html#method_updateDefaultData" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html#method_services" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin\u003A\u003Abootstrap\u0028\u0029", + "name": "bootstrap", + "summary": "Bootstrap", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html#method_bootstrap" + }, { + "fqsen": "\\BcCustomContent\\BcCustomContentPlugin\u003A\u003AloadPlugin\u0028\u0029", + "name": "loadPlugin", + "summary": "\u30AB\u30B9\u30BF\u30E0\u30B3\u30F3\u30C6\u30F3\u30C4\u30B3\u30A2\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30ED\u30FC\u30C9\u3059\u308B", + "url": "classes/BcCustomContent-BcCustomContentPlugin.html#method_loadPlugin" }, { "fqsen": "\\BcCustomContent\\Controller\\Admin\\CustomContentAdminAppController", "name": "CustomContentAdminAppController", @@ -13210,6 +13260,16 @@ Search.appendIndex( "name": "validationWithTable", "summary": "\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u3092\u8A2D\u5B9A\u3059\u308B", "url": "classes/BcCustomContent-Model-Table-CustomContentsTable.html#method_validationWithTable" + }, { + "fqsen": "\\BcCustomContent\\Model\\Table\\CustomContentsTable\u003A\u003AbeforeSave\u0028\u0029", + "name": "beforeSave", + "summary": "beforeSave", + "url": "classes/BcCustomContent-Model-Table-CustomContentsTable.html#method_beforeSave" + }, { + "fqsen": "\\BcCustomContent\\Model\\Table\\CustomContentsTable\u003A\u003AcreateSearchIndex\u0028\u0029", + "name": "createSearchIndex", + "summary": "\u691C\u7D22\u7528\u30C7\u30FC\u30BF\u3092\u751F\u6210\u3059\u308B", + "url": "classes/BcCustomContent-Model-Table-CustomContentsTable.html#method_createSearchIndex" }, { "fqsen": "\\BcCustomContent\\Model\\Table\\CustomEntriesTable", "name": "CustomEntriesTable", @@ -13460,31 +13520,6 @@ Search.appendIndex( "name": "validationDefault", "summary": "Validation\u0020Default", "url": "classes/BcCustomContent-Model-Table-CustomTablesTable.html#method_validationDefault" - }, { - "fqsen": "\\BcCustomContent\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcCustomContent", - "url": "classes/BcCustomContent-Plugin.html" - }, { - "fqsen": "\\BcCustomContent\\Plugin\u003A\u003Ainstall\u0028\u0029", - "name": "install", - "summary": "\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B", - "url": "classes/BcCustomContent-Plugin.html#method_install" - }, { - "fqsen": "\\BcCustomContent\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcCustomContent-Plugin.html#method_services" - }, { - "fqsen": "\\BcCustomContent\\Plugin\u003A\u003Abootstrap\u0028\u0029", - "name": "bootstrap", - "summary": "Bootstrap", - "url": "classes/BcCustomContent-Plugin.html#method_bootstrap" - }, { - "fqsen": "\\BcCustomContent\\Plugin\u003A\u003AloadPlugin\u0028\u0029", - "name": "loadPlugin", - "summary": "\u30AB\u30B9\u30BF\u30E0\u30B3\u30F3\u30C6\u30F3\u30C4\u30B3\u30A2\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30ED\u30FC\u30C9\u3059\u308B", - "url": "classes/BcCustomContent-Plugin.html#method_loadPlugin" }, { "fqsen": "\\BcCustomContent\\Service\\Admin\\CustomContentsAdminService", "name": "CustomContentsAdminService", @@ -14455,6 +14490,16 @@ Search.appendIndex( "name": "cacheLinks", "summary": "\u30AB\u30B9\u30BF\u30E0\u30EA\u30F3\u30AF\u306E\u30AD\u30E3\u30C3\u30B7\u30E5", "url": "classes/BcCustomContent-View-Helper-CustomContentHelper.html#property_cacheLinks" + }, { + "fqsen": "\\BcEditorTemplate\\BcEditorTemplatePlugin", + "name": "BcEditorTemplatePlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcEditorTemplate-BcEditorTemplatePlugin.html" + }, { + "fqsen": "\\BcEditorTemplate\\BcEditorTemplatePlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcEditorTemplate-BcEditorTemplatePlugin.html#method_services" }, { "fqsen": "\\BcEditorTemplate\\Controller\\Admin\\EditorTemplatesController", "name": "EditorTemplatesController", @@ -14545,16 +14590,6 @@ Search.appendIndex( "name": "validationDefault", "summary": "\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u8A2D\u5B9A", "url": "classes/BcEditorTemplate-Model-Table-EditorTemplatesTable.html#method_validationDefault" - }, { - "fqsen": "\\BcEditorTemplate\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcEditorTemplate-Plugin.html" - }, { - "fqsen": "\\BcEditorTemplate\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcEditorTemplate-Plugin.html#method_services" }, { "fqsen": "\\BcEditorTemplate\\Service\\Admin\\EditorTemplatesAdminService", "name": "EditorTemplatesAdminService", @@ -14635,6 +14670,16 @@ Search.appendIndex( "name": "provides", "summary": "Provides", "url": "classes/BcEditorTemplate-ServiceProvider-BcEditorTemplateServiceProvider.html#property_provides" + }, { + "fqsen": "\\BcFavorite\\BcFavoritePlugin", + "name": "BcFavoritePlugin", + "summary": "plugin\u0020for\u0020BcFavorite", + "url": "classes/BcFavorite-BcFavoritePlugin.html" + }, { + "fqsen": "\\BcFavorite\\BcFavoritePlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcFavorite-BcFavoritePlugin.html#method_services" }, { "fqsen": "\\BcFavorite\\Controller\\Api\\Admin\\FavoritesController", "name": "FavoritesController", @@ -14740,16 +14785,6 @@ Search.appendIndex( "name": "isPermitted", "summary": "\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u3042\u308B\u304B\u30C1\u30A7\u30C3\u30AF\u3059\u308B", "url": "classes/BcFavorite-Model-Validation-FavoriteValidation.html#method_isPermitted" - }, { - "fqsen": "\\BcFavorite\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcFavorite", - "url": "classes/BcFavorite-Plugin.html" - }, { - "fqsen": "\\BcFavorite\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcFavorite-Plugin.html#method_services" }, { "fqsen": "\\BcFavorite\\Service\\FavoritesService", "name": "FavoritesService", @@ -14856,10 +14891,30 @@ Search.appendIndex( "summary": "Provides", "url": "classes/BcFavorite-ServiceProvider-BcFavoriteServiceProvider.html#property_provides" }, { - "fqsen": "\\BcFront\\Plugin", - "name": "Plugin", + "fqsen": "\\BcFront\\BcFrontPlugin", + "name": "BcFrontPlugin", "summary": "plugin\u0020for\u0020BcFront", - "url": "classes/BcFront-Plugin.html" + "url": "classes/BcFront-BcFrontPlugin.html" + }, { + "fqsen": "\\BcInstaller\\BcInstallerPlugin", + "name": "BcInstallerPlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcInstaller-BcInstallerPlugin.html" + }, { + "fqsen": "\\BcInstaller\\BcInstallerPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcInstaller-BcInstallerPlugin.html#method_services" + }, { + "fqsen": "\\BcInstaller\\BcInstallerPlugin\u003A\u003Aroutes\u0028\u0029", + "name": "routes", + "summary": "\u30EB\u30FC\u30BF\u30FC\u8A2D\u5B9A", + "url": "classes/BcInstaller-BcInstallerPlugin.html#method_routes" + }, { + "fqsen": "\\BcInstaller\\BcInstallerPlugin\u003A\u003Aconsole\u0028\u0029", + "name": "console", + "summary": "\u30B3\u30DE\u30F3\u30C9\u5B9A\u7FA9", + "url": "classes/BcInstaller-BcInstallerPlugin.html#method_console" }, { "fqsen": "\\BcInstaller\\Command\\InstallCheckCommand", "name": "InstallCheckCommand", @@ -14945,26 +15000,6 @@ Search.appendIndex( "name": "installed", "summary": "\u30D1\u30B9\u30EF\u30FC\u30C9\u518D\u767A\u884CURL\u30E1\u30FC\u30EB\u9001\u4FE1", "url": "classes/BcInstaller-Mailer-Admin-InstallerMailer.html#method_installed" - }, { - "fqsen": "\\BcInstaller\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcInstaller-Plugin.html" - }, { - "fqsen": "\\BcInstaller\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcInstaller-Plugin.html#method_services" - }, { - "fqsen": "\\BcInstaller\\Plugin\u003A\u003Aroutes\u0028\u0029", - "name": "routes", - "summary": "\u30EB\u30FC\u30BF\u30FC\u8A2D\u5B9A", - "url": "classes/BcInstaller-Plugin.html#method_routes" - }, { - "fqsen": "\\BcInstaller\\Plugin\u003A\u003Aconsole\u0028\u0029", - "name": "console", - "summary": "\u30B3\u30DE\u30F3\u30C9\u5B9A\u7FA9", - "url": "classes/BcInstaller-Plugin.html#method_console" }, { "fqsen": "\\BcInstaller\\Service\\Admin\\InstallationsAdminService", "name": "InstallationsAdminService", @@ -15155,16 +15190,6 @@ Search.appendIndex( "name": "executeDefaultUpdates", "summary": "\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306E\u30C7\u30FC\u30BF\u306B\u521D\u671F\u66F4\u65B0\u3092\u884C\u3046", "url": "classes/BcInstaller-Service-InstallationsService.html#method_executeDefaultUpdates" - }, { - "fqsen": "\\BcInstaller\\Service\\InstallationsService\u003A\u003A_updateContents\u0028\u0029", - "name": "_updateContents", - "summary": "\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u4F5C\u6210\u65E5\u3092\u66F4\u65B0\u3059\u308B", - "url": "classes/BcInstaller-Service-InstallationsService.html#method__updateContents" - }, { - "fqsen": "\\BcInstaller\\Service\\InstallationsService\u003A\u003A_updateBlogPosts\u0028\u0029", - "name": "_updateBlogPosts", - "summary": "\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u4F5C\u6210\u65E5\u3092\u66F4\u65B0\u3059\u308B", - "url": "classes/BcInstaller-Service-InstallationsService.html#method__updateBlogPosts" }, { "fqsen": "\\BcInstaller\\Service\\InstallationsService\u003A\u003AinstallCorePlugin\u0028\u0029", "name": "installCorePlugin", @@ -15240,6 +15265,16 @@ Search.appendIndex( "name": "provides", "summary": "Provides", "url": "classes/BcInstaller-ServiceProvider-BcInstallerServiceProvider.html#property_provides" + }, { + "fqsen": "\\BcMail\\BcMailPlugin", + "name": "BcMailPlugin", + "summary": "plugin\u0020for\u0020BcMail", + "url": "classes/BcMail-BcMailPlugin.html" + }, { + "fqsen": "\\BcMail\\BcMailPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcMail-BcMailPlugin.html#method_services" }, { "fqsen": "\\BcMail\\Controller\\Admin\\MailAdminAppController", "name": "MailAdminAppController", @@ -15756,10 +15791,10 @@ Search.appendIndex( "summary": "\u82F1\u6570\u30C1\u30A7\u30C3\u30AF", "url": "classes/BcMail-Model-Table-MailContentsTable.html#method_alphaNumeric" }, { - "fqsen": "\\BcMail\\Model\\Table\\MailContentsTable\u003A\u003AafterSave\u0028\u0029", - "name": "afterSave", - "summary": "afterSave", - "url": "classes/BcMail-Model-Table-MailContentsTable.html#method_afterSave" + "fqsen": "\\BcMail\\Model\\Table\\MailContentsTable\u003A\u003AbeforeSave\u0028\u0029", + "name": "beforeSave", + "summary": "beforeSave", + "url": "classes/BcMail-Model-Table-MailContentsTable.html#method_beforeSave" }, { "fqsen": "\\BcMail\\Model\\Table\\MailContentsTable\u003A\u003AcreateSearchIndex\u0028\u0029", "name": "createSearchIndex", @@ -15960,16 +15995,6 @@ Search.appendIndex( "name": "checkSame", "summary": "\u6307\u5B9A\u3057\u305F\u30BF\u30FC\u30B2\u30C3\u30C8\u306E\u30C7\u30FC\u30BF\u3068\u540C\u3058\u304B\u30C1\u30A7\u30C3\u30AF\u3059\u308B", "url": "classes/BcMail-Model-Validation-MailMessageValidation.html#method_checkSame" - }, { - "fqsen": "\\BcMail\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcMail", - "url": "classes/BcMail-Plugin.html" - }, { - "fqsen": "\\BcMail\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcMail-Plugin.html#method_services" }, { "fqsen": "\\BcMail\\Service\\Admin\\MailConfigsAdminService", "name": "MailConfigsAdminService", @@ -16910,6 +16935,16 @@ Search.appendIndex( "name": "initialize", "summary": "initialize", "url": "classes/BcMail-View-MailFrontEmailView.html#method_initialize" + }, { + "fqsen": "\\BcSearchIndex\\BcSearchIndexPlugin", + "name": "BcSearchIndexPlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcSearchIndex-BcSearchIndexPlugin.html" + }, { + "fqsen": "\\BcSearchIndex\\BcSearchIndexPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcSearchIndex-BcSearchIndexPlugin.html#method_services" }, { "fqsen": "\\BcSearchIndex\\Controller\\Admin\\SearchIndexesController", "name": "SearchIndexesController", @@ -17110,16 +17145,6 @@ Search.appendIndex( "name": "allowPublish", "summary": "\u516C\u958B\u72B6\u614B\u78BA\u8A8D", "url": "classes/BcSearchIndex-Model-Table-SearchIndexesTable.html#method_allowPublish" - }, { - "fqsen": "\\BcSearchIndex\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcSearchIndex-Plugin.html" - }, { - "fqsen": "\\BcSearchIndex\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcSearchIndex-Plugin.html#method_services" }, { "fqsen": "\\BcSearchIndex\\Service\\Admin\\SearchIndexesAdminService", "name": "SearchIndexesAdminService", @@ -17285,6 +17310,21 @@ Search.appendIndex( "name": "allowPublish", "summary": "\u516C\u958B\u72B6\u614B\u78BA\u8A8D", "url": "classes/BcSearchIndex-View-Helper-BcSearchIndexHelper.html#method_allowPublish" + }, { + "fqsen": "\\BcThemeConfig\\BcThemeConfigPlugin", + "name": "BcThemeConfigPlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcThemeConfig-BcThemeConfigPlugin.html" + }, { + "fqsen": "\\BcThemeConfig\\BcThemeConfigPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcThemeConfig-BcThemeConfigPlugin.html#method_services" + }, { + "fqsen": "\\BcThemeConfig\\BcThemeConfigPlugin\u003A\u003AmodifyDownloadDefaultData\u0028\u0029", + "name": "modifyDownloadDefaultData", + "summary": "\u30C6\u30FC\u30DE\u7528\u521D\u671F\u30C7\u30FC\u30BF\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9CSV\u3092\u4FEE\u6B63\u3059\u308B", + "url": "classes/BcThemeConfig-BcThemeConfigPlugin.html#method_modifyDownloadDefaultData" }, { "fqsen": "\\BcThemeConfig\\Controller\\Admin\\ThemeConfigsController", "name": "ThemeConfigsController", @@ -17310,6 +17350,21 @@ Search.appendIndex( "name": "edit", "summary": "\u005BAPI\u005D\u0020\u4FDD\u5B58", "url": "classes/BcThemeConfig-Controller-Api-Admin-ThemeConfigsController.html#method_edit" + }, { + "fqsen": "\\BcThemeConfig\\Event\\BcThemeConfigControllerEventListener", + "name": "BcThemeConfigControllerEventListener", + "summary": "Class\u0020BcThemeConfigControllerEventListener", + "url": "classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html" + }, { + "fqsen": "\\BcThemeConfig\\Event\\BcThemeConfigControllerEventListener\u003A\u003AbaserCoreThemesAfterApply\u0028\u0029", + "name": "baserCoreThemesAfterApply", + "summary": "\u30C6\u30FC\u30DE\u9069\u7528\u5F8C\u30A4\u30D9\u30F3\u30C8", + "url": "classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html#method_baserCoreThemesAfterApply" + }, { + "fqsen": "\\BcThemeConfig\\Event\\BcThemeConfigControllerEventListener\u003A\u003A\u0024events", + "name": "events", + "summary": "\u30A4\u30D9\u30F3\u30C8", + "url": "classes/BcThemeConfig-Event-BcThemeConfigControllerEventListener.html#property_events" }, { "fqsen": "\\BcThemeConfig\\Model\\Entity\\ThemeConfig", "name": "ThemeConfig", @@ -17340,16 +17395,6 @@ Search.appendIndex( "name": "validationKeyValue", "summary": "KeyValue\u0020\u306E\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u8A2D\u5B9A", "url": "classes/BcThemeConfig-Model-Table-ThemeConfigsTable.html#method_validationKeyValue" - }, { - "fqsen": "\\BcThemeConfig\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcThemeConfig-Plugin.html" - }, { - "fqsen": "\\BcThemeConfig\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcThemeConfig-Plugin.html#method_services" }, { "fqsen": "\\BcThemeConfig\\Service\\Admin\\ThemeConfigsAdminService", "name": "ThemeConfigsAdminService", @@ -17470,6 +17515,16 @@ Search.appendIndex( "name": "helpers", "summary": "Helper", "url": "classes/BcThemeConfig-View-Helper-BcThemeConfigHelper.html#property_helpers" + }, { + "fqsen": "\\BcThemeFile\\BcThemeFilePlugin", + "name": "BcThemeFilePlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcThemeFile-BcThemeFilePlugin.html" + }, { + "fqsen": "\\BcThemeFile\\BcThemeFilePlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcThemeFile-BcThemeFilePlugin.html#method_services" }, { "fqsen": "\\BcThemeFile\\Controller\\Admin\\ThemeFilesController", "name": "ThemeFilesController", @@ -17810,16 +17865,6 @@ Search.appendIndex( "name": "ThemeFoldersTable", "summary": "Class\u0020ThemeFolder", "url": "classes/BcThemeFile-Model-Table-ThemeFoldersTable.html" - }, { - "fqsen": "\\BcThemeFile\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcThemeFile-Plugin.html" - }, { - "fqsen": "\\BcThemeFile\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcThemeFile-Plugin.html#method_services" }, { "fqsen": "\\BcThemeFile\\Service\\Admin\\ThemeFilesAdminService", "name": "ThemeFilesAdminService", @@ -18145,6 +18190,21 @@ Search.appendIndex( "name": "getTemplateTypeName", "summary": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30BF\u30A4\u30D7\u306E\u540D\u79F0\u3092\u53D6\u5F97\u3059\u308B", "url": "classes/BcThemeFile-Utility-BcThemeFileUtil.html#method_getTemplateTypeName" + }, { + "fqsen": "\\BcUploader\\BcUploaderPlugin", + "name": "BcUploaderPlugin", + "summary": "plugin\u0020for\u0020BcUploader", + "url": "classes/BcUploader-BcUploaderPlugin.html" + }, { + "fqsen": "\\BcUploader\\BcUploaderPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcUploader-BcUploaderPlugin.html#method_services" + }, { + "fqsen": "\\BcUploader\\BcUploaderPlugin\u003A\u003Aroutes\u0028\u0029", + "name": "routes", + "summary": "Routes", + "url": "classes/BcUploader-BcUploaderPlugin.html#method_routes" }, { "fqsen": "\\BcUploader\\Controller\\Admin\\UploaderCategoriesController", "name": "UploaderCategoriesController", @@ -18485,21 +18545,6 @@ Search.appendIndex( "name": "beforeDelete", "summary": "Before\u0020Delete", "url": "classes/BcUploader-Model-Table-UploaderFilesTable.html#method_beforeDelete" - }, { - "fqsen": "\\BcUploader\\Plugin", - "name": "Plugin", - "summary": "plugin\u0020for\u0020BcUploader", - "url": "classes/BcUploader-Plugin.html" - }, { - "fqsen": "\\BcUploader\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcUploader-Plugin.html#method_services" - }, { - "fqsen": "\\BcUploader\\Plugin\u003A\u003Aroutes\u0028\u0029", - "name": "routes", - "summary": "Routes", - "url": "classes/BcUploader-Plugin.html#method_routes" }, { "fqsen": "\\BcUploader\\Service\\Admin\\UploaderConfigsAdminService", "name": "UploaderConfigsAdminService", @@ -18790,6 +18835,16 @@ Search.appendIndex( "name": "helpers", "summary": "\u30D8\u30EB\u30D1\u30FC", "url": "classes/BcUploader-View-Helper-UploaderHelper.html#property_helpers" + }, { + "fqsen": "\\BcWidgetArea\\BcWidgetAreaPlugin", + "name": "BcWidgetAreaPlugin", + "summary": "Class\u0020Plugin", + "url": "classes/BcWidgetArea-BcWidgetAreaPlugin.html" + }, { + "fqsen": "\\BcWidgetArea\\BcWidgetAreaPlugin\u003A\u003Aservices\u0028\u0029", + "name": "services", + "summary": "services", + "url": "classes/BcWidgetArea-BcWidgetAreaPlugin.html#method_services" }, { "fqsen": "\\BcWidgetArea\\Controller\\Admin\\WidgetAreasController", "name": "WidgetAreasController", @@ -18950,16 +19005,6 @@ Search.appendIndex( "name": "validationDefault", "summary": "Validation\u0020Default", "url": "classes/BcWidgetArea-Model-Table-WidgetAreasTable.html#method_validationDefault" - }, { - "fqsen": "\\BcWidgetArea\\Plugin", - "name": "Plugin", - "summary": "Class\u0020Plugin", - "url": "classes/BcWidgetArea-Plugin.html" - }, { - "fqsen": "\\BcWidgetArea\\Plugin\u003A\u003Aservices\u0028\u0029", - "name": "services", - "summary": "services", - "url": "classes/BcWidgetArea-Plugin.html#method_services" }, { "fqsen": "\\BcWidgetArea\\Service\\Admin\\WidgetAreasAdminService", "name": "WidgetAreasAdminService", @@ -19385,6 +19430,11 @@ Search.appendIndex( "name": "BcAdminThird", "summary": "", "url": "namespaces/bcadminthird.html" + }, { + "fqsen": "\\BcBlog", + "name": "BcBlog", + "summary": "", + "url": "namespaces/bcblog.html" }, { "fqsen": "\\BcBlog\\Controller\\Admin", "name": "Admin", @@ -19435,11 +19485,6 @@ Search.appendIndex( "name": "Validation", "summary": "", "url": "namespaces/bcblog-model-validation.html" - }, { - "fqsen": "\\BcBlog", - "name": "BcBlog", - "summary": "", - "url": "namespaces/bcblog.html" }, { "fqsen": "\\BcBlog\\Service\\Admin", "name": "Admin", @@ -19470,6 +19515,11 @@ Search.appendIndex( "name": "Helper", "summary": "", "url": "namespaces/bcblog-view-helper.html" + }, { + "fqsen": "\\BcContentLink", + "name": "BcContentLink", + "summary": "", + "url": "namespaces/bccontentlink.html" }, { "fqsen": "\\BcContentLink\\Controller\\Admin", "name": "Admin", @@ -19505,11 +19555,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bccontentlink-model-table.html" - }, { - "fqsen": "\\BcContentLink", - "name": "BcContentLink", - "summary": "", - "url": "namespaces/bccontentlink.html" }, { "fqsen": "\\BcContentLink\\Service", "name": "Service", @@ -19520,6 +19565,11 @@ Search.appendIndex( "name": "ServiceProvider", "summary": "", "url": "namespaces/bccontentlink-serviceprovider.html" + }, { + "fqsen": "\\BcCustomContent", + "name": "BcCustomContent", + "summary": "", + "url": "namespaces/bccustomcontent.html" }, { "fqsen": "\\BcCustomContent\\Controller\\Admin", "name": "Admin", @@ -19560,11 +19610,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bccustomcontent-model-table.html" - }, { - "fqsen": "\\BcCustomContent", - "name": "BcCustomContent", - "summary": "", - "url": "namespaces/bccustomcontent.html" }, { "fqsen": "\\BcCustomContent\\Service\\Admin", "name": "Admin", @@ -19600,6 +19645,11 @@ Search.appendIndex( "name": "Helper", "summary": "", "url": "namespaces/bccustomcontent-view-helper.html" + }, { + "fqsen": "\\BcEditorTemplate", + "name": "BcEditorTemplate", + "summary": "", + "url": "namespaces/bceditortemplate.html" }, { "fqsen": "\\BcEditorTemplate\\Controller\\Admin", "name": "Admin", @@ -19635,11 +19685,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bceditortemplate-model-table.html" - }, { - "fqsen": "\\BcEditorTemplate", - "name": "BcEditorTemplate", - "summary": "", - "url": "namespaces/bceditortemplate.html" }, { "fqsen": "\\BcEditorTemplate\\Service\\Admin", "name": "Admin", @@ -19655,6 +19700,11 @@ Search.appendIndex( "name": "ServiceProvider", "summary": "", "url": "namespaces/bceditortemplate-serviceprovider.html" + }, { + "fqsen": "\\BcFavorite", + "name": "BcFavorite", + "summary": "", + "url": "namespaces/bcfavorite.html" }, { "fqsen": "\\BcFavorite\\Controller\\Api\\Admin", "name": "Admin", @@ -19695,11 +19745,6 @@ Search.appendIndex( "name": "Validation", "summary": "", "url": "namespaces/bcfavorite-model-validation.html" - }, { - "fqsen": "\\BcFavorite", - "name": "BcFavorite", - "summary": "", - "url": "namespaces/bcfavorite.html" }, { "fqsen": "\\BcFavorite\\Service", "name": "Service", @@ -19715,6 +19760,11 @@ Search.appendIndex( "name": "BcFront", "summary": "", "url": "namespaces/bcfront.html" + }, { + "fqsen": "\\BcInstaller", + "name": "BcInstaller", + "summary": "", + "url": "namespaces/bcinstaller.html" }, { "fqsen": "\\BcInstaller\\Command", "name": "Command", @@ -19740,11 +19790,6 @@ Search.appendIndex( "name": "Mailer", "summary": "", "url": "namespaces/bcinstaller-mailer.html" - }, { - "fqsen": "\\BcInstaller", - "name": "BcInstaller", - "summary": "", - "url": "namespaces/bcinstaller.html" }, { "fqsen": "\\BcInstaller\\Service\\Admin", "name": "Admin", @@ -19760,6 +19805,11 @@ Search.appendIndex( "name": "ServiceProvider", "summary": "", "url": "namespaces/bcinstaller-serviceprovider.html" + }, { + "fqsen": "\\BcMail", + "name": "BcMail", + "summary": "", + "url": "namespaces/bcmail.html" }, { "fqsen": "\\BcMail\\Controller\\Admin", "name": "Admin", @@ -19810,11 +19860,6 @@ Search.appendIndex( "name": "Validation", "summary": "", "url": "namespaces/bcmail-model-validation.html" - }, { - "fqsen": "\\BcMail", - "name": "BcMail", - "summary": "", - "url": "namespaces/bcmail.html" }, { "fqsen": "\\BcMail\\Service\\Admin", "name": "Admin", @@ -19850,6 +19895,11 @@ Search.appendIndex( "name": "View", "summary": "", "url": "namespaces/bcmail-view.html" + }, { + "fqsen": "\\BcSearchIndex", + "name": "BcSearchIndex", + "summary": "", + "url": "namespaces/bcsearchindex.html" }, { "fqsen": "\\BcSearchIndex\\Controller\\Admin", "name": "Admin", @@ -19895,11 +19945,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bcsearchindex-model-table.html" - }, { - "fqsen": "\\BcSearchIndex", - "name": "BcSearchIndex", - "summary": "", - "url": "namespaces/bcsearchindex.html" }, { "fqsen": "\\BcSearchIndex\\Service\\Admin", "name": "Admin", @@ -19930,6 +19975,11 @@ Search.appendIndex( "name": "View", "summary": "", "url": "namespaces/bcsearchindex-view.html" + }, { + "fqsen": "\\BcThemeConfig", + "name": "BcThemeConfig", + "summary": "", + "url": "namespaces/bcthemeconfig.html" }, { "fqsen": "\\BcThemeConfig\\Controller\\Admin", "name": "Admin", @@ -19950,6 +20000,11 @@ Search.appendIndex( "name": "Api", "summary": "", "url": "namespaces/bcthemeconfig-controller-api.html" + }, { + "fqsen": "\\BcThemeConfig\\Event", + "name": "Event", + "summary": "", + "url": "namespaces/bcthemeconfig-event.html" }, { "fqsen": "\\BcThemeConfig\\Model\\Entity", "name": "Entity", @@ -19965,11 +20020,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bcthemeconfig-model-table.html" - }, { - "fqsen": "\\BcThemeConfig", - "name": "BcThemeConfig", - "summary": "", - "url": "namespaces/bcthemeconfig.html" }, { "fqsen": "\\BcThemeConfig\\Service\\Admin", "name": "Admin", @@ -19995,6 +20045,11 @@ Search.appendIndex( "name": "View", "summary": "", "url": "namespaces/bcthemeconfig-view.html" + }, { + "fqsen": "\\BcThemeFile", + "name": "BcThemeFile", + "summary": "", + "url": "namespaces/bcthemefile.html" }, { "fqsen": "\\BcThemeFile\\Controller\\Admin", "name": "Admin", @@ -20035,11 +20090,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bcthemefile-model-table.html" - }, { - "fqsen": "\\BcThemeFile", - "name": "BcThemeFile", - "summary": "", - "url": "namespaces/bcthemefile.html" }, { "fqsen": "\\BcThemeFile\\Service\\Admin", "name": "Admin", @@ -20060,6 +20110,11 @@ Search.appendIndex( "name": "Utility", "summary": "", "url": "namespaces/bcthemefile-utility.html" + }, { + "fqsen": "\\BcUploader", + "name": "BcUploader", + "summary": "", + "url": "namespaces/bcuploader.html" }, { "fqsen": "\\BcUploader\\Controller\\Admin", "name": "Admin", @@ -20100,11 +20155,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bcuploader-model-table.html" - }, { - "fqsen": "\\BcUploader", - "name": "BcUploader", - "summary": "", - "url": "namespaces/bcuploader.html" }, { "fqsen": "\\BcUploader\\Service\\Admin", "name": "Admin", @@ -20130,6 +20180,11 @@ Search.appendIndex( "name": "View", "summary": "", "url": "namespaces/bcuploader-view.html" + }, { + "fqsen": "\\BcWidgetArea", + "name": "BcWidgetArea", + "summary": "", + "url": "namespaces/bcwidgetarea.html" }, { "fqsen": "\\BcWidgetArea\\Controller\\Admin", "name": "Admin", @@ -20170,11 +20225,6 @@ Search.appendIndex( "name": "Table", "summary": "", "url": "namespaces/bcwidgetarea-model-table.html" - }, { - "fqsen": "\\BcWidgetArea", - "name": "BcWidgetArea", - "summary": "", - "url": "namespaces/bcwidgetarea.html" }, { "fqsen": "\\BcWidgetArea\\Service\\Admin", "name": "Admin", diff --git a/5/plugin/reference/namespaces/basercore-annotation.html b/5/plugin/reference/namespaces/basercore-annotation.html index 40d86d13..fd3f7465 100644 --- a/5/plugin/reference/namespaces/basercore-annotation.html +++ b/5/plugin/reference/namespaces/basercore-annotation.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-command.html b/5/plugin/reference/namespaces/basercore-command.html index a0196c24..9eb8e223 100644 --- a/5/plugin/reference/namespaces/basercore-command.html +++ b/5/plugin/reference/namespaces/basercore-command.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-controller-admin.html b/5/plugin/reference/namespaces/basercore-controller-admin.html index 6f0afcab..998ac08d 100644 --- a/5/plugin/reference/namespaces/basercore-controller-admin.html +++ b/5/plugin/reference/namespaces/basercore-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-controller-api-admin.html b/5/plugin/reference/namespaces/basercore-controller-api-admin.html index 2ca1c0c2..fabddc52 100644 --- a/5/plugin/reference/namespaces/basercore-controller-api-admin.html +++ b/5/plugin/reference/namespaces/basercore-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-controller-api.html b/5/plugin/reference/namespaces/basercore-controller-api.html index ad890743..5d6237eb 100644 --- a/5/plugin/reference/namespaces/basercore-controller-api.html +++ b/5/plugin/reference/namespaces/basercore-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-controller-component.html b/5/plugin/reference/namespaces/basercore-controller-component.html index a172cd16..b4e96fa9 100644 --- a/5/plugin/reference/namespaces/basercore-controller-component.html +++ b/5/plugin/reference/namespaces/basercore-controller-component.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-controller.html b/5/plugin/reference/namespaces/basercore-controller.html index dccbce6f..ed1492bf 100644 --- a/5/plugin/reference/namespaces/basercore-controller.html +++ b/5/plugin/reference/namespaces/basercore-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-database-migration.html b/5/plugin/reference/namespaces/basercore-database-migration.html index 6bf8c2ab..a1d0e0dc 100644 --- a/5/plugin/reference/namespaces/basercore-database-migration.html +++ b/5/plugin/reference/namespaces/basercore-database-migration.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-database-schema.html b/5/plugin/reference/namespaces/basercore-database-schema.html index 6a59729e..d9344ce9 100644 --- a/5/plugin/reference/namespaces/basercore-database-schema.html +++ b/5/plugin/reference/namespaces/basercore-database-schema.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-database.html b/5/plugin/reference/namespaces/basercore-database.html index 366d58bb..d007c804 100644 --- a/5/plugin/reference/namespaces/basercore-database.html +++ b/5/plugin/reference/namespaces/basercore-database.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-error.html b/5/plugin/reference/namespaces/basercore-error.html index 66222971..45bca284 100644 --- a/5/plugin/reference/namespaces/basercore-error.html +++ b/5/plugin/reference/namespaces/basercore-error.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-event.html b/5/plugin/reference/namespaces/basercore-event.html index 4c1559a4..2bfcd648 100644 --- a/5/plugin/reference/namespaces/basercore-event.html +++ b/5/plugin/reference/namespaces/basercore-event.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-form.html b/5/plugin/reference/namespaces/basercore-form.html index b84bc63f..7edb9230 100644 --- a/5/plugin/reference/namespaces/basercore-form.html +++ b/5/plugin/reference/namespaces/basercore-form.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-identifier-resolver.html b/5/plugin/reference/namespaces/basercore-identifier-resolver.html index 7ba063bc..22815bf9 100644 --- a/5/plugin/reference/namespaces/basercore-identifier-resolver.html +++ b/5/plugin/reference/namespaces/basercore-identifier-resolver.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-identifier.html b/5/plugin/reference/namespaces/basercore-identifier.html index 642b16db..8a225bc2 100644 --- a/5/plugin/reference/namespaces/basercore-identifier.html +++ b/5/plugin/reference/namespaces/basercore-identifier.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-mailer-admin.html b/5/plugin/reference/namespaces/basercore-mailer-admin.html index 55b91e4e..25ddd817 100644 --- a/5/plugin/reference/namespaces/basercore-mailer-admin.html +++ b/5/plugin/reference/namespaces/basercore-mailer-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-mailer.html b/5/plugin/reference/namespaces/basercore-mailer.html index 4c3fabaf..0095340b 100644 --- a/5/plugin/reference/namespaces/basercore-mailer.html +++ b/5/plugin/reference/namespaces/basercore-mailer.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-middleware.html b/5/plugin/reference/namespaces/basercore-middleware.html index bc52c4d6..1785e0c1 100644 --- a/5/plugin/reference/namespaces/basercore-middleware.html +++ b/5/plugin/reference/namespaces/basercore-middleware.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model-behavior.html b/5/plugin/reference/namespaces/basercore-model-behavior.html index 82fdff93..be0f1da8 100644 --- a/5/plugin/reference/namespaces/basercore-model-behavior.html +++ b/5/plugin/reference/namespaces/basercore-model-behavior.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model-entity.html b/5/plugin/reference/namespaces/basercore-model-entity.html index 12785389..ef82b9a0 100644 --- a/5/plugin/reference/namespaces/basercore-model-entity.html +++ b/5/plugin/reference/namespaces/basercore-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model-table-exception.html b/5/plugin/reference/namespaces/basercore-model-table-exception.html index c4704ffa..4ce6e145 100644 --- a/5/plugin/reference/namespaces/basercore-model-table-exception.html +++ b/5/plugin/reference/namespaces/basercore-model-table-exception.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model-table.html b/5/plugin/reference/namespaces/basercore-model-table.html index 2fdbfed2..d3595d1e 100644 --- a/5/plugin/reference/namespaces/basercore-model-table.html +++ b/5/plugin/reference/namespaces/basercore-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model-validation.html b/5/plugin/reference/namespaces/basercore-model-validation.html index 5b36c784..8b7a7be9 100644 --- a/5/plugin/reference/namespaces/basercore-model-validation.html +++ b/5/plugin/reference/namespaces/basercore-model-validation.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-model.html b/5/plugin/reference/namespaces/basercore-model.html index 4f0f672e..94d40256 100644 --- a/5/plugin/reference/namespaces/basercore-model.html +++ b/5/plugin/reference/namespaces/basercore-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-routing-route.html b/5/plugin/reference/namespaces/basercore-routing-route.html index 32334ec2..e2672cb8 100644 --- a/5/plugin/reference/namespaces/basercore-routing-route.html +++ b/5/plugin/reference/namespaces/basercore-routing-route.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-routing.html b/5/plugin/reference/namespaces/basercore-routing.html index bf6be38b..0ded9519 100644 --- a/5/plugin/reference/namespaces/basercore-routing.html +++ b/5/plugin/reference/namespaces/basercore-routing.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-service-admin.html b/5/plugin/reference/namespaces/basercore-service-admin.html index b197a254..f8d5bfc6 100644 --- a/5/plugin/reference/namespaces/basercore-service-admin.html +++ b/5/plugin/reference/namespaces/basercore-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-service-front.html b/5/plugin/reference/namespaces/basercore-service-front.html index 11cf0dc5..a6bf1a36 100644 --- a/5/plugin/reference/namespaces/basercore-service-front.html +++ b/5/plugin/reference/namespaces/basercore-service-front.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-service.html b/5/plugin/reference/namespaces/basercore-service.html index 783c6dd7..d94d1bb0 100644 --- a/5/plugin/reference/namespaces/basercore-service.html +++ b/5/plugin/reference/namespaces/basercore-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-serviceprovider.html b/5/plugin/reference/namespaces/basercore-serviceprovider.html index 1441a7f1..50d6b4aa 100644 --- a/5/plugin/reference/namespaces/basercore-serviceprovider.html +++ b/5/plugin/reference/namespaces/basercore-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-testsuite.html b/5/plugin/reference/namespaces/basercore-testsuite.html index b54efc2f..59635a61 100644 --- a/5/plugin/reference/namespaces/basercore-testsuite.html +++ b/5/plugin/reference/namespaces/basercore-testsuite.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-utility.html b/5/plugin/reference/namespaces/basercore-utility.html index 5f9037c0..a2d666ec 100644 --- a/5/plugin/reference/namespaces/basercore-utility.html +++ b/5/plugin/reference/namespaces/basercore-utility.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-vendor.html b/5/plugin/reference/namespaces/basercore-vendor.html index eb0c53b5..6732fac8 100644 --- a/5/plugin/reference/namespaces/basercore-vendor.html +++ b/5/plugin/reference/namespaces/basercore-vendor.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-view-helper.html b/5/plugin/reference/namespaces/basercore-view-helper.html index 9512a762..7d4b55b4 100644 --- a/5/plugin/reference/namespaces/basercore-view-helper.html +++ b/5/plugin/reference/namespaces/basercore-view-helper.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore-view.html b/5/plugin/reference/namespaces/basercore-view.html index f5829d76..d2af1d79 100644 --- a/5/plugin/reference/namespaces/basercore-view.html +++ b/5/plugin/reference/namespaces/basercore-view.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/basercore.html b/5/plugin/reference/namespaces/basercore.html index b302252a..2f4f50f9 100644 --- a/5/plugin/reference/namespaces/basercore.html +++ b/5/plugin/reference/namespaces/basercore.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -567,7 +571,7 @@

                                                                        -
                                                                        BcPlugin
                                                                        Class plugin
                                                                        Plugin
                                                                        Class plugin
                                                                        +
                                                                        BaserCorePlugin
                                                                        Class plugin
                                                                        BcPlugin
                                                                        Class plugin
                                                                        diff --git a/5/plugin/reference/namespaces/bcadminthird.html b/5/plugin/reference/namespaces/bcadminthird.html index 92778edb..355afc3b 100644 --- a/5/plugin/reference/namespaces/bcadminthird.html +++ b/5/plugin/reference/namespaces/bcadminthird.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -542,7 +546,7 @@

                                                                        -
                                                                        Plugin
                                                                        Class Plugin
                                                                        +
                                                                        BcAdminThirdPlugin
                                                                        Class Plugin
                                                                        diff --git a/5/plugin/reference/namespaces/bcblog-controller-admin.html b/5/plugin/reference/namespaces/bcblog-controller-admin.html index a325e464..7364e83b 100644 --- a/5/plugin/reference/namespaces/bcblog-controller-admin.html +++ b/5/plugin/reference/namespaces/bcblog-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-controller-api-admin.html b/5/plugin/reference/namespaces/bcblog-controller-api-admin.html index c7332d5f..8ce655d8 100644 --- a/5/plugin/reference/namespaces/bcblog-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcblog-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-controller-api.html b/5/plugin/reference/namespaces/bcblog-controller-api.html index 9a636d00..86642a18 100644 --- a/5/plugin/reference/namespaces/bcblog-controller-api.html +++ b/5/plugin/reference/namespaces/bcblog-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-controller.html b/5/plugin/reference/namespaces/bcblog-controller.html index 3ab993b1..5b9a7c62 100644 --- a/5/plugin/reference/namespaces/bcblog-controller.html +++ b/5/plugin/reference/namespaces/bcblog-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-event.html b/5/plugin/reference/namespaces/bcblog-event.html index 021f6f66..2c7f7fd3 100644 --- a/5/plugin/reference/namespaces/bcblog-event.html +++ b/5/plugin/reference/namespaces/bcblog-event.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-mailer.html b/5/plugin/reference/namespaces/bcblog-mailer.html index bd551cea..34dc9734 100644 --- a/5/plugin/reference/namespaces/bcblog-mailer.html +++ b/5/plugin/reference/namespaces/bcblog-mailer.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-model-entity.html b/5/plugin/reference/namespaces/bcblog-model-entity.html index 77a0ee5d..ec3573fc 100644 --- a/5/plugin/reference/namespaces/bcblog-model-entity.html +++ b/5/plugin/reference/namespaces/bcblog-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-model-table.html b/5/plugin/reference/namespaces/bcblog-model-table.html index 1bbdba35..e94e3ab1 100644 --- a/5/plugin/reference/namespaces/bcblog-model-table.html +++ b/5/plugin/reference/namespaces/bcblog-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-model-validation.html b/5/plugin/reference/namespaces/bcblog-model-validation.html index 27ba7652..88003024 100644 --- a/5/plugin/reference/namespaces/bcblog-model-validation.html +++ b/5/plugin/reference/namespaces/bcblog-model-validation.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-model.html b/5/plugin/reference/namespaces/bcblog-model.html index c8c8ed32..1cb3092e 100644 --- a/5/plugin/reference/namespaces/bcblog-model.html +++ b/5/plugin/reference/namespaces/bcblog-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-service-admin.html b/5/plugin/reference/namespaces/bcblog-service-admin.html index 61aed257..6c7c4f99 100644 --- a/5/plugin/reference/namespaces/bcblog-service-admin.html +++ b/5/plugin/reference/namespaces/bcblog-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-service-front.html b/5/plugin/reference/namespaces/bcblog-service-front.html index ed3cd2e6..29f16e57 100644 --- a/5/plugin/reference/namespaces/bcblog-service-front.html +++ b/5/plugin/reference/namespaces/bcblog-service-front.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-service.html b/5/plugin/reference/namespaces/bcblog-service.html index 8d19c37a..71d74e2c 100644 --- a/5/plugin/reference/namespaces/bcblog-service.html +++ b/5/plugin/reference/namespaces/bcblog-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-serviceprovider.html b/5/plugin/reference/namespaces/bcblog-serviceprovider.html index 30c797d3..dfb85643 100644 --- a/5/plugin/reference/namespaces/bcblog-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcblog-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-view-helper.html b/5/plugin/reference/namespaces/bcblog-view-helper.html index 9a1ce63d..3371a37d 100644 --- a/5/plugin/reference/namespaces/bcblog-view-helper.html +++ b/5/plugin/reference/namespaces/bcblog-view-helper.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog-view.html b/5/plugin/reference/namespaces/bcblog-view.html index ebfd8c13..74006fd5 100644 --- a/5/plugin/reference/namespaces/bcblog-view.html +++ b/5/plugin/reference/namespaces/bcblog-view.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcblog.html b/5/plugin/reference/namespaces/bcblog.html index 96d22865..127b8c85 100644 --- a/5/plugin/reference/namespaces/bcblog.html +++ b/5/plugin/reference/namespaces/bcblog.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -556,7 +560,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcBlog
                                                                        +
                                                                        BcBlogPlugin
                                                                        plugin for BcBlog
                                                                        diff --git a/5/plugin/reference/namespaces/bccontentlink-controller-admin.html b/5/plugin/reference/namespaces/bccontentlink-controller-admin.html index 1e631eb3..2e02de5d 100644 --- a/5/plugin/reference/namespaces/bccontentlink-controller-admin.html +++ b/5/plugin/reference/namespaces/bccontentlink-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-controller-api-admin.html b/5/plugin/reference/namespaces/bccontentlink-controller-api-admin.html index 9180fd76..d663ed72 100644 --- a/5/plugin/reference/namespaces/bccontentlink-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bccontentlink-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-controller-api.html b/5/plugin/reference/namespaces/bccontentlink-controller-api.html index 99ad92e2..2dbf5f32 100644 --- a/5/plugin/reference/namespaces/bccontentlink-controller-api.html +++ b/5/plugin/reference/namespaces/bccontentlink-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-controller.html b/5/plugin/reference/namespaces/bccontentlink-controller.html index 733c4ee9..a7d16459 100644 --- a/5/plugin/reference/namespaces/bccontentlink-controller.html +++ b/5/plugin/reference/namespaces/bccontentlink-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-model-entity.html b/5/plugin/reference/namespaces/bccontentlink-model-entity.html index a337094e..d41f728d 100644 --- a/5/plugin/reference/namespaces/bccontentlink-model-entity.html +++ b/5/plugin/reference/namespaces/bccontentlink-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-model-table.html b/5/plugin/reference/namespaces/bccontentlink-model-table.html index f862b3dd..98007cd7 100644 --- a/5/plugin/reference/namespaces/bccontentlink-model-table.html +++ b/5/plugin/reference/namespaces/bccontentlink-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-model.html b/5/plugin/reference/namespaces/bccontentlink-model.html index 255b9988..5cff1393 100644 --- a/5/plugin/reference/namespaces/bccontentlink-model.html +++ b/5/plugin/reference/namespaces/bccontentlink-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-service.html b/5/plugin/reference/namespaces/bccontentlink-service.html index e254efce..1c43bfbc 100644 --- a/5/plugin/reference/namespaces/bccontentlink-service.html +++ b/5/plugin/reference/namespaces/bccontentlink-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink-serviceprovider.html b/5/plugin/reference/namespaces/bccontentlink-serviceprovider.html index 9bb52b2f..dd8e5866 100644 --- a/5/plugin/reference/namespaces/bccontentlink-serviceprovider.html +++ b/5/plugin/reference/namespaces/bccontentlink-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccontentlink.html b/5/plugin/reference/namespaces/bccontentlink.html index 8a2dc7cb..5ecfd12d 100644 --- a/5/plugin/reference/namespaces/bccontentlink.html +++ b/5/plugin/reference/namespaces/bccontentlink.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -553,7 +557,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcPlugin
                                                                        +
                                                                        BcContentLinkPlugin
                                                                        plugin for BcPlugin
                                                                        diff --git a/5/plugin/reference/namespaces/bccustomcontent-controller-admin.html b/5/plugin/reference/namespaces/bccustomcontent-controller-admin.html index 5c76fd12..f3f5bb49 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-controller-admin.html +++ b/5/plugin/reference/namespaces/bccustomcontent-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-controller-api-admin.html b/5/plugin/reference/namespaces/bccustomcontent-controller-api-admin.html index 0bfda8f0..ec22910d 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bccustomcontent-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-controller-api.html b/5/plugin/reference/namespaces/bccustomcontent-controller-api.html index f62e32bc..f56bd9aa 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-controller-api.html +++ b/5/plugin/reference/namespaces/bccustomcontent-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-controller.html b/5/plugin/reference/namespaces/bccustomcontent-controller.html index a3511477..cb6d5e55 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-controller.html +++ b/5/plugin/reference/namespaces/bccustomcontent-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-event.html b/5/plugin/reference/namespaces/bccustomcontent-event.html index 788c3f10..02e39fc1 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-event.html +++ b/5/plugin/reference/namespaces/bccustomcontent-event.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-model-entity.html b/5/plugin/reference/namespaces/bccustomcontent-model-entity.html index eaaec472..1b76df25 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-model-entity.html +++ b/5/plugin/reference/namespaces/bccustomcontent-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-model-table.html b/5/plugin/reference/namespaces/bccustomcontent-model-table.html index a8bed883..ee73ebdc 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-model-table.html +++ b/5/plugin/reference/namespaces/bccustomcontent-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-model.html b/5/plugin/reference/namespaces/bccustomcontent-model.html index 63f9203c..e027691e 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-model.html +++ b/5/plugin/reference/namespaces/bccustomcontent-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-service-admin.html b/5/plugin/reference/namespaces/bccustomcontent-service-admin.html index cdc10df5..128892a5 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-service-admin.html +++ b/5/plugin/reference/namespaces/bccustomcontent-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-service-front.html b/5/plugin/reference/namespaces/bccustomcontent-service-front.html index d4e19087..e2f3e0e5 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-service-front.html +++ b/5/plugin/reference/namespaces/bccustomcontent-service-front.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-service.html b/5/plugin/reference/namespaces/bccustomcontent-service.html index 814d819a..51261cfb 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-service.html +++ b/5/plugin/reference/namespaces/bccustomcontent-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-serviceprovider.html b/5/plugin/reference/namespaces/bccustomcontent-serviceprovider.html index afe9b109..a4111018 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-serviceprovider.html +++ b/5/plugin/reference/namespaces/bccustomcontent-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-utility.html b/5/plugin/reference/namespaces/bccustomcontent-utility.html index 7828bb12..8b22b3f1 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-utility.html +++ b/5/plugin/reference/namespaces/bccustomcontent-utility.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-view-helper.html b/5/plugin/reference/namespaces/bccustomcontent-view-helper.html index a1221b32..6b03b768 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-view-helper.html +++ b/5/plugin/reference/namespaces/bccustomcontent-view-helper.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent-view.html b/5/plugin/reference/namespaces/bccustomcontent-view.html index 226e2181..5dd7c8e9 100644 --- a/5/plugin/reference/namespaces/bccustomcontent-view.html +++ b/5/plugin/reference/namespaces/bccustomcontent-view.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bccustomcontent.html b/5/plugin/reference/namespaces/bccustomcontent.html index 694002a7..8e0b7e37 100644 --- a/5/plugin/reference/namespaces/bccustomcontent.html +++ b/5/plugin/reference/namespaces/bccustomcontent.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -556,7 +560,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcCustomContent
                                                                        +
                                                                        BcCustomContentPlugin
                                                                        plugin for BcCustomContent
                                                                        diff --git a/5/plugin/reference/namespaces/bceditortemplate-controller-admin.html b/5/plugin/reference/namespaces/bceditortemplate-controller-admin.html index ade2b7dc..e8a4148b 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-controller-admin.html +++ b/5/plugin/reference/namespaces/bceditortemplate-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-controller-api-admin.html b/5/plugin/reference/namespaces/bceditortemplate-controller-api-admin.html index 18b408d1..40a77ed8 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bceditortemplate-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-controller-api.html b/5/plugin/reference/namespaces/bceditortemplate-controller-api.html index e3f1be68..87b38969 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-controller-api.html +++ b/5/plugin/reference/namespaces/bceditortemplate-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-controller.html b/5/plugin/reference/namespaces/bceditortemplate-controller.html index ae752ca2..0c210519 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-controller.html +++ b/5/plugin/reference/namespaces/bceditortemplate-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-model-entity.html b/5/plugin/reference/namespaces/bceditortemplate-model-entity.html index 63302744..3ecf28ee 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-model-entity.html +++ b/5/plugin/reference/namespaces/bceditortemplate-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-model-table.html b/5/plugin/reference/namespaces/bceditortemplate-model-table.html index 7015292e..d702f03c 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-model-table.html +++ b/5/plugin/reference/namespaces/bceditortemplate-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-model.html b/5/plugin/reference/namespaces/bceditortemplate-model.html index ce56487c..e6825cf7 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-model.html +++ b/5/plugin/reference/namespaces/bceditortemplate-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-service-admin.html b/5/plugin/reference/namespaces/bceditortemplate-service-admin.html index b830d9f6..42200ab1 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-service-admin.html +++ b/5/plugin/reference/namespaces/bceditortemplate-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-service.html b/5/plugin/reference/namespaces/bceditortemplate-service.html index af3b2194..08b47fc8 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-service.html +++ b/5/plugin/reference/namespaces/bceditortemplate-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate-serviceprovider.html b/5/plugin/reference/namespaces/bceditortemplate-serviceprovider.html index 741221ce..7c3d08b0 100644 --- a/5/plugin/reference/namespaces/bceditortemplate-serviceprovider.html +++ b/5/plugin/reference/namespaces/bceditortemplate-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bceditortemplate.html b/5/plugin/reference/namespaces/bceditortemplate.html index 1374b005..65023863 100644 --- a/5/plugin/reference/namespaces/bceditortemplate.html +++ b/5/plugin/reference/namespaces/bceditortemplate.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -553,7 +557,7 @@

                                                                        -
                                                                        Plugin
                                                                        Class Plugin
                                                                        +
                                                                        BcEditorTemplatePlugin
                                                                        Class Plugin
                                                                        diff --git a/5/plugin/reference/namespaces/bcfavorite-controller-api-admin.html b/5/plugin/reference/namespaces/bcfavorite-controller-api-admin.html index ee15a938..d1d15497 100644 --- a/5/plugin/reference/namespaces/bcfavorite-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcfavorite-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-controller-api.html b/5/plugin/reference/namespaces/bcfavorite-controller-api.html index 56723f02..8b55b606 100644 --- a/5/plugin/reference/namespaces/bcfavorite-controller-api.html +++ b/5/plugin/reference/namespaces/bcfavorite-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-controller.html b/5/plugin/reference/namespaces/bcfavorite-controller.html index 4fffd869..d7ede202 100644 --- a/5/plugin/reference/namespaces/bcfavorite-controller.html +++ b/5/plugin/reference/namespaces/bcfavorite-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-event.html b/5/plugin/reference/namespaces/bcfavorite-event.html index 4e0c5009..cb16ba57 100644 --- a/5/plugin/reference/namespaces/bcfavorite-event.html +++ b/5/plugin/reference/namespaces/bcfavorite-event.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-model-entity.html b/5/plugin/reference/namespaces/bcfavorite-model-entity.html index f4982b10..8d9dac1c 100644 --- a/5/plugin/reference/namespaces/bcfavorite-model-entity.html +++ b/5/plugin/reference/namespaces/bcfavorite-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-model-table.html b/5/plugin/reference/namespaces/bcfavorite-model-table.html index 13924d47..b151a784 100644 --- a/5/plugin/reference/namespaces/bcfavorite-model-table.html +++ b/5/plugin/reference/namespaces/bcfavorite-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-model-validation.html b/5/plugin/reference/namespaces/bcfavorite-model-validation.html index aaf940fb..8e0df933 100644 --- a/5/plugin/reference/namespaces/bcfavorite-model-validation.html +++ b/5/plugin/reference/namespaces/bcfavorite-model-validation.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-model.html b/5/plugin/reference/namespaces/bcfavorite-model.html index c1571c1d..4b728027 100644 --- a/5/plugin/reference/namespaces/bcfavorite-model.html +++ b/5/plugin/reference/namespaces/bcfavorite-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-service.html b/5/plugin/reference/namespaces/bcfavorite-service.html index bbc58751..c20a2d4a 100644 --- a/5/plugin/reference/namespaces/bcfavorite-service.html +++ b/5/plugin/reference/namespaces/bcfavorite-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite-serviceprovider.html b/5/plugin/reference/namespaces/bcfavorite-serviceprovider.html index 907da71e..9d535caf 100644 --- a/5/plugin/reference/namespaces/bcfavorite-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcfavorite-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcfavorite.html b/5/plugin/reference/namespaces/bcfavorite.html index 1c4650e5..530dcc76 100644 --- a/5/plugin/reference/namespaces/bcfavorite.html +++ b/5/plugin/reference/namespaces/bcfavorite.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -554,7 +558,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcFavorite
                                                                        +
                                                                        BcFavoritePlugin
                                                                        plugin for BcFavorite
                                                                        diff --git a/5/plugin/reference/namespaces/bcfront.html b/5/plugin/reference/namespaces/bcfront.html index 8fd5cb29..8374751f 100644 --- a/5/plugin/reference/namespaces/bcfront.html +++ b/5/plugin/reference/namespaces/bcfront.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -542,7 +546,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcFront
                                                                        +
                                                                        BcFrontPlugin
                                                                        plugin for BcFront
                                                                        diff --git a/5/plugin/reference/namespaces/bcinstaller-command.html b/5/plugin/reference/namespaces/bcinstaller-command.html index 6fe5f4ad..b0d64c99 100644 --- a/5/plugin/reference/namespaces/bcinstaller-command.html +++ b/5/plugin/reference/namespaces/bcinstaller-command.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-controller-admin.html b/5/plugin/reference/namespaces/bcinstaller-controller-admin.html index 0aeef194..43e965ba 100644 --- a/5/plugin/reference/namespaces/bcinstaller-controller-admin.html +++ b/5/plugin/reference/namespaces/bcinstaller-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-controller.html b/5/plugin/reference/namespaces/bcinstaller-controller.html index 6915dbed..5c556c92 100644 --- a/5/plugin/reference/namespaces/bcinstaller-controller.html +++ b/5/plugin/reference/namespaces/bcinstaller-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-mailer-admin.html b/5/plugin/reference/namespaces/bcinstaller-mailer-admin.html index f7798fe4..3e7cb5c7 100644 --- a/5/plugin/reference/namespaces/bcinstaller-mailer-admin.html +++ b/5/plugin/reference/namespaces/bcinstaller-mailer-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-mailer.html b/5/plugin/reference/namespaces/bcinstaller-mailer.html index 9a25dec6..6dceecf4 100644 --- a/5/plugin/reference/namespaces/bcinstaller-mailer.html +++ b/5/plugin/reference/namespaces/bcinstaller-mailer.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-service-admin.html b/5/plugin/reference/namespaces/bcinstaller-service-admin.html index 1ff5f4ea..d4515e17 100644 --- a/5/plugin/reference/namespaces/bcinstaller-service-admin.html +++ b/5/plugin/reference/namespaces/bcinstaller-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-service.html b/5/plugin/reference/namespaces/bcinstaller-service.html index f13a49d2..996011d0 100644 --- a/5/plugin/reference/namespaces/bcinstaller-service.html +++ b/5/plugin/reference/namespaces/bcinstaller-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller-serviceprovider.html b/5/plugin/reference/namespaces/bcinstaller-serviceprovider.html index 5c03548b..3e7a0c16 100644 --- a/5/plugin/reference/namespaces/bcinstaller-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcinstaller-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcinstaller.html b/5/plugin/reference/namespaces/bcinstaller.html index d5d641d3..b211b1c9 100644 --- a/5/plugin/reference/namespaces/bcinstaller.html +++ b/5/plugin/reference/namespaces/bcinstaller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -554,7 +558,7 @@

                                                                        -
                                                                        Plugin
                                                                        Class Plugin
                                                                        +
                                                                        BcInstallerPlugin
                                                                        Class Plugin
                                                                        diff --git a/5/plugin/reference/namespaces/bcmail-controller-admin.html b/5/plugin/reference/namespaces/bcmail-controller-admin.html index 49794762..c00354c6 100644 --- a/5/plugin/reference/namespaces/bcmail-controller-admin.html +++ b/5/plugin/reference/namespaces/bcmail-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-controller-api-admin.html b/5/plugin/reference/namespaces/bcmail-controller-api-admin.html index 7a516ab8..611e7f37 100644 --- a/5/plugin/reference/namespaces/bcmail-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcmail-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-controller-api.html b/5/plugin/reference/namespaces/bcmail-controller-api.html index 6b166186..c679ba88 100644 --- a/5/plugin/reference/namespaces/bcmail-controller-api.html +++ b/5/plugin/reference/namespaces/bcmail-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-controller.html b/5/plugin/reference/namespaces/bcmail-controller.html index 1fb16726..7ef0eb22 100644 --- a/5/plugin/reference/namespaces/bcmail-controller.html +++ b/5/plugin/reference/namespaces/bcmail-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-event.html b/5/plugin/reference/namespaces/bcmail-event.html index 0df8bd94..a5953fd3 100644 --- a/5/plugin/reference/namespaces/bcmail-event.html +++ b/5/plugin/reference/namespaces/bcmail-event.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-mailer.html b/5/plugin/reference/namespaces/bcmail-mailer.html index 6a815d21..e5b90bb2 100644 --- a/5/plugin/reference/namespaces/bcmail-mailer.html +++ b/5/plugin/reference/namespaces/bcmail-mailer.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-model-entity.html b/5/plugin/reference/namespaces/bcmail-model-entity.html index 121965f7..2cf163de 100644 --- a/5/plugin/reference/namespaces/bcmail-model-entity.html +++ b/5/plugin/reference/namespaces/bcmail-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-model-table.html b/5/plugin/reference/namespaces/bcmail-model-table.html index 85aada5e..1382a045 100644 --- a/5/plugin/reference/namespaces/bcmail-model-table.html +++ b/5/plugin/reference/namespaces/bcmail-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-model-validation.html b/5/plugin/reference/namespaces/bcmail-model-validation.html index fa7910cf..5c042003 100644 --- a/5/plugin/reference/namespaces/bcmail-model-validation.html +++ b/5/plugin/reference/namespaces/bcmail-model-validation.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-model.html b/5/plugin/reference/namespaces/bcmail-model.html index 2f33c5b1..569bd591 100644 --- a/5/plugin/reference/namespaces/bcmail-model.html +++ b/5/plugin/reference/namespaces/bcmail-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-service-admin.html b/5/plugin/reference/namespaces/bcmail-service-admin.html index 48cc2b78..7064083c 100644 --- a/5/plugin/reference/namespaces/bcmail-service-admin.html +++ b/5/plugin/reference/namespaces/bcmail-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-service-front.html b/5/plugin/reference/namespaces/bcmail-service-front.html index ec53f6cb..f60b4736 100644 --- a/5/plugin/reference/namespaces/bcmail-service-front.html +++ b/5/plugin/reference/namespaces/bcmail-service-front.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-service.html b/5/plugin/reference/namespaces/bcmail-service.html index 443fdb5b..3a590c0d 100644 --- a/5/plugin/reference/namespaces/bcmail-service.html +++ b/5/plugin/reference/namespaces/bcmail-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-serviceprovider.html b/5/plugin/reference/namespaces/bcmail-serviceprovider.html index f5d25111..d9bd52da 100644 --- a/5/plugin/reference/namespaces/bcmail-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcmail-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-view-cell.html b/5/plugin/reference/namespaces/bcmail-view-cell.html index ac58df1d..2680d83f 100644 --- a/5/plugin/reference/namespaces/bcmail-view-cell.html +++ b/5/plugin/reference/namespaces/bcmail-view-cell.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-view-helper.html b/5/plugin/reference/namespaces/bcmail-view-helper.html index 32054fc8..73c218dc 100644 --- a/5/plugin/reference/namespaces/bcmail-view-helper.html +++ b/5/plugin/reference/namespaces/bcmail-view-helper.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail-view.html b/5/plugin/reference/namespaces/bcmail-view.html index 493580a1..56a1d8be 100644 --- a/5/plugin/reference/namespaces/bcmail-view.html +++ b/5/plugin/reference/namespaces/bcmail-view.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcmail.html b/5/plugin/reference/namespaces/bcmail.html index cb49eee8..c88aec28 100644 --- a/5/plugin/reference/namespaces/bcmail.html +++ b/5/plugin/reference/namespaces/bcmail.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -556,7 +560,7 @@

                                                                        -
                                                                        Plugin
                                                                        plugin for BcMail
                                                                        +
                                                                        BcMailPlugin
                                                                        plugin for BcMail
                                                                        diff --git a/5/plugin/reference/namespaces/bcsearchindex-controller-admin.html b/5/plugin/reference/namespaces/bcsearchindex-controller-admin.html index c6420bcc..abd391b8 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-controller-admin.html +++ b/5/plugin/reference/namespaces/bcsearchindex-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-controller-api-admin.html b/5/plugin/reference/namespaces/bcsearchindex-controller-api-admin.html index 5aab8a88..6cca5f16 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcsearchindex-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-controller-api.html b/5/plugin/reference/namespaces/bcsearchindex-controller-api.html index 9d2ebd61..4c18c2b4 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-controller-api.html +++ b/5/plugin/reference/namespaces/bcsearchindex-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-controller.html b/5/plugin/reference/namespaces/bcsearchindex-controller.html index f58eb853..56e5b9d9 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-controller.html +++ b/5/plugin/reference/namespaces/bcsearchindex-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-form.html b/5/plugin/reference/namespaces/bcsearchindex-form.html index 3deca037..e296b4f9 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-form.html +++ b/5/plugin/reference/namespaces/bcsearchindex-form.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-model-behavior.html b/5/plugin/reference/namespaces/bcsearchindex-model-behavior.html index 85971583..d6595385 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-model-behavior.html +++ b/5/plugin/reference/namespaces/bcsearchindex-model-behavior.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-model-entity.html b/5/plugin/reference/namespaces/bcsearchindex-model-entity.html index 7edc8c1d..fc2395a1 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-model-entity.html +++ b/5/plugin/reference/namespaces/bcsearchindex-model-entity.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-model-table.html b/5/plugin/reference/namespaces/bcsearchindex-model-table.html index adc5c97a..6288d24c 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-model-table.html +++ b/5/plugin/reference/namespaces/bcsearchindex-model-table.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-model.html b/5/plugin/reference/namespaces/bcsearchindex-model.html index 54baeb49..807d55d1 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-model.html +++ b/5/plugin/reference/namespaces/bcsearchindex-model.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-service-admin.html b/5/plugin/reference/namespaces/bcsearchindex-service-admin.html index f2d125f5..69e8a3f9 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-service-admin.html +++ b/5/plugin/reference/namespaces/bcsearchindex-service-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-service-front.html b/5/plugin/reference/namespaces/bcsearchindex-service-front.html index bb7122ff..144af510 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-service-front.html +++ b/5/plugin/reference/namespaces/bcsearchindex-service-front.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-service.html b/5/plugin/reference/namespaces/bcsearchindex-service.html index 623dbc3a..15364722 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-service.html +++ b/5/plugin/reference/namespaces/bcsearchindex-service.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-serviceprovider.html b/5/plugin/reference/namespaces/bcsearchindex-serviceprovider.html index b118b6b8..93e6e494 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcsearchindex-serviceprovider.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-view-helper.html b/5/plugin/reference/namespaces/bcsearchindex-view-helper.html index 2196adc2..3ef042ff 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-view-helper.html +++ b/5/plugin/reference/namespaces/bcsearchindex-view-helper.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex-view.html b/5/plugin/reference/namespaces/bcsearchindex-view.html index 67049b6d..e8379001 100644 --- a/5/plugin/reference/namespaces/bcsearchindex-view.html +++ b/5/plugin/reference/namespaces/bcsearchindex-view.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcsearchindex.html b/5/plugin/reference/namespaces/bcsearchindex.html index d4f74884..fe008db7 100644 --- a/5/plugin/reference/namespaces/bcsearchindex.html +++ b/5/plugin/reference/namespaces/bcsearchindex.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model @@ -555,7 +559,7 @@

                                                                        -
                                                                        Plugin
                                                                        Class Plugin
                                                                        +
                                                                        BcSearchIndexPlugin
                                                                        Class Plugin
                                                                        diff --git a/5/plugin/reference/namespaces/bcthemeconfig-controller-admin.html b/5/plugin/reference/namespaces/bcthemeconfig-controller-admin.html index bbf09acd..b8bd1ff5 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-controller-admin.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-controller-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-controller-api-admin.html b/5/plugin/reference/namespaces/bcthemeconfig-controller-api-admin.html index be57702a..70b3b54d 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-controller-api.html b/5/plugin/reference/namespaces/bcthemeconfig-controller-api.html index d1ab07a2..41d7661c 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-controller-api.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-controller-api.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-controller.html b/5/plugin/reference/namespaces/bcthemeconfig-controller.html index 69c3e918..76490b84 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-controller.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-controller.html @@ -387,6 +387,10 @@

                                                                      • Controller +
                                                                      • +
                                                                      • + Event +
                                                                      • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-event.html b/5/plugin/reference/namespaces/bcthemeconfig-event.html new file mode 100644 index 00000000..2b90d166 --- /dev/null +++ b/5/plugin/reference/namespaces/bcthemeconfig-event.html @@ -0,0 +1,699 @@ + + + + + baserCMS クラスリファレンス + + + + + + + + + + + + + + + + + + + + + +
                                                                        +

                                                                        baserCMS クラスリファレンス

                                                                        + + + + + +
                                                                        + +
                                                                        +
                                                                        + + + + +
                                                                        +
                                                                        + + +
                                                                        +

                                                                        Event

                                                                        + + +

                                                                        + Table of Contents + + +

                                                                        + + + + +

                                                                        + Classes + + +

                                                                        +
                                                                        +
                                                                        BcThemeConfigControllerEventListener
                                                                        Class BcThemeConfigControllerEventListener
                                                                        + + + + + + + + + + + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        
                                                                        +        
                                                                        + +
                                                                        +
                                                                        + + + +
                                                                        +
                                                                        +
                                                                        + +
                                                                        + On this page + +
                                                                          +
                                                                        • Table Of Contents
                                                                        • +
                                                                        • + +
                                                                        • + + +
                                                                        +
                                                                        + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        +

                                                                        Search results

                                                                        + +
                                                                        +
                                                                        +
                                                                          +
                                                                          +
                                                                          +
                                                                          +
                                                                          + + +
                                                                          + + + + + + + + diff --git a/5/plugin/reference/namespaces/bcthemeconfig-model-entity.html b/5/plugin/reference/namespaces/bcthemeconfig-model-entity.html index a7898129..41613bc2 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-model-entity.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-model-entity.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-model-table.html b/5/plugin/reference/namespaces/bcthemeconfig-model-table.html index 55c50799..ba0c4881 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-model-table.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-model-table.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-model.html b/5/plugin/reference/namespaces/bcthemeconfig-model.html index 41928ef7..7339904b 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-model.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-model.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-service-admin.html b/5/plugin/reference/namespaces/bcthemeconfig-service-admin.html index 42497e2e..9841bd55 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-service-admin.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-service-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-service.html b/5/plugin/reference/namespaces/bcthemeconfig-service.html index 0d2c9251..b46e2e6a 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-service.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-service.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-serviceprovider.html b/5/plugin/reference/namespaces/bcthemeconfig-serviceprovider.html index b7eafd50..ec3a553d 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-serviceprovider.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-view-helper.html b/5/plugin/reference/namespaces/bcthemeconfig-view-helper.html index 2928226d..34cfd768 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-view-helper.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-view-helper.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig-view.html b/5/plugin/reference/namespaces/bcthemeconfig-view.html index fed11c37..0085e498 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig-view.html +++ b/5/plugin/reference/namespaces/bcthemeconfig-view.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemeconfig.html b/5/plugin/reference/namespaces/bcthemeconfig.html index cd5f7385..97ae4596 100644 --- a/5/plugin/reference/namespaces/bcthemeconfig.html +++ b/5/plugin/reference/namespaces/bcthemeconfig.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -541,6 +545,7 @@

                                                                          Controller
                                                                          +
                                                                          Event
                                                                          Model
                                                                          Service
                                                                          ServiceProvider
                                                                          @@ -554,7 +559,7 @@

                                                                          -
                                                                          Plugin
                                                                          Class Plugin
                                                                          +
                                                                          BcThemeConfigPlugin
                                                                          Class Plugin
                                                                          diff --git a/5/plugin/reference/namespaces/bcthemefile-controller-admin.html b/5/plugin/reference/namespaces/bcthemefile-controller-admin.html index c939843e..03b4f565 100644 --- a/5/plugin/reference/namespaces/bcthemefile-controller-admin.html +++ b/5/plugin/reference/namespaces/bcthemefile-controller-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-controller-api-admin.html b/5/plugin/reference/namespaces/bcthemefile-controller-api-admin.html index a786c101..7a935487 100644 --- a/5/plugin/reference/namespaces/bcthemefile-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcthemefile-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-controller-api.html b/5/plugin/reference/namespaces/bcthemefile-controller-api.html index e2144856..9264cdbc 100644 --- a/5/plugin/reference/namespaces/bcthemefile-controller-api.html +++ b/5/plugin/reference/namespaces/bcthemefile-controller-api.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-controller.html b/5/plugin/reference/namespaces/bcthemefile-controller.html index 216ea2eb..5b6d1774 100644 --- a/5/plugin/reference/namespaces/bcthemefile-controller.html +++ b/5/plugin/reference/namespaces/bcthemefile-controller.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-form.html b/5/plugin/reference/namespaces/bcthemefile-form.html index 2174c994..aa923209 100644 --- a/5/plugin/reference/namespaces/bcthemefile-form.html +++ b/5/plugin/reference/namespaces/bcthemefile-form.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-model-entity.html b/5/plugin/reference/namespaces/bcthemefile-model-entity.html index a21453c9..fea0f33d 100644 --- a/5/plugin/reference/namespaces/bcthemefile-model-entity.html +++ b/5/plugin/reference/namespaces/bcthemefile-model-entity.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-model-table.html b/5/plugin/reference/namespaces/bcthemefile-model-table.html index 5d0e1f79..d465238b 100644 --- a/5/plugin/reference/namespaces/bcthemefile-model-table.html +++ b/5/plugin/reference/namespaces/bcthemefile-model-table.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-model.html b/5/plugin/reference/namespaces/bcthemefile-model.html index 499a2f18..d352e6f5 100644 --- a/5/plugin/reference/namespaces/bcthemefile-model.html +++ b/5/plugin/reference/namespaces/bcthemefile-model.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-service-admin.html b/5/plugin/reference/namespaces/bcthemefile-service-admin.html index 1e692479..86313e59 100644 --- a/5/plugin/reference/namespaces/bcthemefile-service-admin.html +++ b/5/plugin/reference/namespaces/bcthemefile-service-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-service.html b/5/plugin/reference/namespaces/bcthemefile-service.html index 2bf43daf..36b74b1c 100644 --- a/5/plugin/reference/namespaces/bcthemefile-service.html +++ b/5/plugin/reference/namespaces/bcthemefile-service.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-serviceprovider.html b/5/plugin/reference/namespaces/bcthemefile-serviceprovider.html index 8f36bfbb..b2f52efe 100644 --- a/5/plugin/reference/namespaces/bcthemefile-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcthemefile-serviceprovider.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile-utility.html b/5/plugin/reference/namespaces/bcthemefile-utility.html index f94ab31d..23b89e1c 100644 --- a/5/plugin/reference/namespaces/bcthemefile-utility.html +++ b/5/plugin/reference/namespaces/bcthemefile-utility.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcthemefile.html b/5/plugin/reference/namespaces/bcthemefile.html index 142d00fb..f13c8b09 100644 --- a/5/plugin/reference/namespaces/bcthemefile.html +++ b/5/plugin/reference/namespaces/bcthemefile.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -555,7 +559,7 @@

                                                                          -
                                                                          Plugin
                                                                          Class Plugin
                                                                          +
                                                                          BcThemeFilePlugin
                                                                          Class Plugin
                                                                          diff --git a/5/plugin/reference/namespaces/bcuploader-controller-admin.html b/5/plugin/reference/namespaces/bcuploader-controller-admin.html index d071a6d2..547f5825 100644 --- a/5/plugin/reference/namespaces/bcuploader-controller-admin.html +++ b/5/plugin/reference/namespaces/bcuploader-controller-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-controller-api-admin.html b/5/plugin/reference/namespaces/bcuploader-controller-api-admin.html index 3d464e4e..16f2e987 100644 --- a/5/plugin/reference/namespaces/bcuploader-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcuploader-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-controller-api.html b/5/plugin/reference/namespaces/bcuploader-controller-api.html index 1923cff4..3cc6178d 100644 --- a/5/plugin/reference/namespaces/bcuploader-controller-api.html +++ b/5/plugin/reference/namespaces/bcuploader-controller-api.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-controller.html b/5/plugin/reference/namespaces/bcuploader-controller.html index a9dd6154..fc2dc04c 100644 --- a/5/plugin/reference/namespaces/bcuploader-controller.html +++ b/5/plugin/reference/namespaces/bcuploader-controller.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-event.html b/5/plugin/reference/namespaces/bcuploader-event.html index 044b7412..5791d489 100644 --- a/5/plugin/reference/namespaces/bcuploader-event.html +++ b/5/plugin/reference/namespaces/bcuploader-event.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-model-entity.html b/5/plugin/reference/namespaces/bcuploader-model-entity.html index dec37985..ac0b256a 100644 --- a/5/plugin/reference/namespaces/bcuploader-model-entity.html +++ b/5/plugin/reference/namespaces/bcuploader-model-entity.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-model-table.html b/5/plugin/reference/namespaces/bcuploader-model-table.html index 1cb97d1d..1e4623cd 100644 --- a/5/plugin/reference/namespaces/bcuploader-model-table.html +++ b/5/plugin/reference/namespaces/bcuploader-model-table.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-model.html b/5/plugin/reference/namespaces/bcuploader-model.html index 2c0151d1..0802805d 100644 --- a/5/plugin/reference/namespaces/bcuploader-model.html +++ b/5/plugin/reference/namespaces/bcuploader-model.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-service-admin.html b/5/plugin/reference/namespaces/bcuploader-service-admin.html index dddf19cc..5ce4aee3 100644 --- a/5/plugin/reference/namespaces/bcuploader-service-admin.html +++ b/5/plugin/reference/namespaces/bcuploader-service-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-service.html b/5/plugin/reference/namespaces/bcuploader-service.html index 9d953dd7..ab209c9c 100644 --- a/5/plugin/reference/namespaces/bcuploader-service.html +++ b/5/plugin/reference/namespaces/bcuploader-service.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-serviceprovider.html b/5/plugin/reference/namespaces/bcuploader-serviceprovider.html index bba6a6fd..6803377f 100644 --- a/5/plugin/reference/namespaces/bcuploader-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcuploader-serviceprovider.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-view-helper.html b/5/plugin/reference/namespaces/bcuploader-view-helper.html index 9e1c4240..dbd401b5 100644 --- a/5/plugin/reference/namespaces/bcuploader-view-helper.html +++ b/5/plugin/reference/namespaces/bcuploader-view-helper.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader-view.html b/5/plugin/reference/namespaces/bcuploader-view.html index 6a062680..e03dda07 100644 --- a/5/plugin/reference/namespaces/bcuploader-view.html +++ b/5/plugin/reference/namespaces/bcuploader-view.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcuploader.html b/5/plugin/reference/namespaces/bcuploader.html index 74a7845f..6a1f0501 100644 --- a/5/plugin/reference/namespaces/bcuploader.html +++ b/5/plugin/reference/namespaces/bcuploader.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -555,7 +559,7 @@

                                                                          -
                                                                          Plugin
                                                                          plugin for BcUploader
                                                                          +
                                                                          BcUploaderPlugin
                                                                          plugin for BcUploader
                                                                          diff --git a/5/plugin/reference/namespaces/bcwidgetarea-controller-admin.html b/5/plugin/reference/namespaces/bcwidgetarea-controller-admin.html index 04e16c69..2b9d9a42 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-controller-admin.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-controller-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-controller-api-admin.html b/5/plugin/reference/namespaces/bcwidgetarea-controller-api-admin.html index b2baead7..ec0786a9 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-controller-api-admin.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-controller-api-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-controller-api.html b/5/plugin/reference/namespaces/bcwidgetarea-controller-api.html index cad0611b..2acd2a53 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-controller-api.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-controller-api.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-controller.html b/5/plugin/reference/namespaces/bcwidgetarea-controller.html index d3ee46bf..4d8c2e41 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-controller.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-controller.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-event.html b/5/plugin/reference/namespaces/bcwidgetarea-event.html index 29e77dbe..adfafedf 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-event.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-event.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-model-entity.html b/5/plugin/reference/namespaces/bcwidgetarea-model-entity.html index 0e879f23..8b4d2ea3 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-model-entity.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-model-entity.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-model-table.html b/5/plugin/reference/namespaces/bcwidgetarea-model-table.html index 97deeb67..8429df65 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-model-table.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-model-table.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-model.html b/5/plugin/reference/namespaces/bcwidgetarea-model.html index a7a0c917..78448945 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-model.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-model.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-service-admin.html b/5/plugin/reference/namespaces/bcwidgetarea-service-admin.html index dba1795d..bfcae030 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-service-admin.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-service-admin.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-service.html b/5/plugin/reference/namespaces/bcwidgetarea-service.html index 0ddf9b01..5fc49a64 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-service.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-service.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-serviceprovider.html b/5/plugin/reference/namespaces/bcwidgetarea-serviceprovider.html index 769d2486..7781abf5 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-serviceprovider.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-serviceprovider.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-view-helper.html b/5/plugin/reference/namespaces/bcwidgetarea-view-helper.html index 3ffb34d7..f2285f67 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-view-helper.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-view-helper.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea-view.html b/5/plugin/reference/namespaces/bcwidgetarea-view.html index bd701a09..7f79a2ba 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea-view.html +++ b/5/plugin/reference/namespaces/bcwidgetarea-view.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/bcwidgetarea.html b/5/plugin/reference/namespaces/bcwidgetarea.html index 50997497..9aae4b9d 100644 --- a/5/plugin/reference/namespaces/bcwidgetarea.html +++ b/5/plugin/reference/namespaces/bcwidgetarea.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -555,7 +559,7 @@

                                                                          -
                                                                          Plugin
                                                                          Class Plugin
                                                                          +
                                                                          BcWidgetAreaPlugin
                                                                          Class Plugin
                                                                          diff --git a/5/plugin/reference/namespaces/cake-routing.html b/5/plugin/reference/namespaces/cake-routing.html index b3805c3d..82ee9e33 100644 --- a/5/plugin/reference/namespaces/cake-routing.html +++ b/5/plugin/reference/namespaces/cake-routing.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/cake.html b/5/plugin/reference/namespaces/cake.html index 084593fb..f61bd9bb 100644 --- a/5/plugin/reference/namespaces/cake.html +++ b/5/plugin/reference/namespaces/cake.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/namespaces/default.html b/5/plugin/reference/namespaces/default.html index 02ade690..5894bd1f 100644 --- a/5/plugin/reference/namespaces/default.html +++ b/5/plugin/reference/namespaces/default.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/packages/Application.html b/5/plugin/reference/packages/Application.html index 40707f97..f3954f05 100644 --- a/5/plugin/reference/packages/Application.html +++ b/5/plugin/reference/packages/Application.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -549,9 +553,9 @@

                                                                          -
                                                                          Checked
                                                                          Class Checked
                                                                          Doc
                                                                          Class Doc
                                                                          Note
                                                                          Class UnitTest
                                                                          NoTodo
                                                                          Class NoTodo
                                                                          UnitTest
                                                                          Class UnitTest
                                                                          BcPlugin
                                                                          Class plugin
                                                                          ComposerCommand
                                                                          ComposerCommand
                                                                          CreateReleaseCommand
                                                                          CreateReleaseCommand
                                                                          SetupInstallCommand
                                                                          SetupInstallCommand
                                                                          SetupTestCommand
                                                                          SetupTestCommand
                                                                          UpdateCommand
                                                                          UpdateCommand
                                                                          BcAdminAppController
                                                                          Class BcAdminAppController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          DashboardController
                                                                          Class DashboardController
                                                                          DblogsController
                                                                          Class DblogsController
                                                                          PagesController
                                                                          PagesController
                                                                          PasswordRequestsController
                                                                          Class PasswordRequestsController
                                                                          PermissionGroupsController
                                                                          PermissionGroupsController
                                                                          PermissionsController
                                                                          Class PermissionsController
                                                                          PluginsController
                                                                          Class PluginsController
                                                                          PreviewController
                                                                          Class BcAdminAppController
                                                                          SiteConfigsController
                                                                          Class SiteConfigsController
                                                                          SitesController
                                                                          Class SitesController
                                                                          ThemesController
                                                                          Class ThemesController
                                                                          UpdatersController
                                                                          Class UpdatersController
                                                                          UserGroupsController
                                                                          Class UserGroupsController
                                                                          UsersController
                                                                          Class UsersController
                                                                          UtilitiesController
                                                                          Class UtilitiesController
                                                                          AnalyseController
                                                                          Class AnalyseController
                                                                          BcAdminApiController
                                                                          BcAdminApiController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          DblogsController
                                                                          Class DblogsController
                                                                          JwksController
                                                                          Class JwksController
                                                                          PagesController
                                                                          Class PagesController
                                                                          PermissionGroupsController
                                                                          Class PermissionGroupsController
                                                                          PermissionsController
                                                                          Class PermissionsController
                                                                          PluginsController
                                                                          Class PluginsController
                                                                          SiteConfigsController
                                                                          SiteConfigsController
                                                                          SitesController
                                                                          Class SitesController
                                                                          ThemesController
                                                                          Class ThemesController
                                                                          UserGroupsController
                                                                          Class UserGroupsController
                                                                          UsersController
                                                                          Class UsersController
                                                                          UtilitiesController
                                                                          Class UtilitiesController
                                                                          BcApiController
                                                                          Class BcApiController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          PagesController
                                                                          Class PagesController
                                                                          AppController
                                                                          Class AppController
                                                                          BcErrorController
                                                                          BcErrorController
                                                                          BcFormController
                                                                          Class BcFormController
                                                                          BcFrontAppController
                                                                          BcFrontAppController
                                                                          BcAdminContentsComponent
                                                                          Class BcContentsComponent
                                                                          BcFrontContentsComponent
                                                                          Class BcContentsComponent
                                                                          BcMessageComponent
                                                                          Class BcMessageComponent -表示面へのメッセージをコントロールする為のコンポーネント
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          MaintenanceController
                                                                          メンテナンスコントローラー
                                                                          PagesController
                                                                          PagesController
                                                                          PasswordRequestsController
                                                                          Class PasswordRequestsController
                                                                          UploadsController
                                                                          アップロードコントローラー
                                                                          UsersController
                                                                          UsersController
                                                                          BcMigration
                                                                          BcMigration
                                                                          BcSeed
                                                                          BcSeed
                                                                          BcSchema
                                                                          BcSchema
                                                                          BcException
                                                                          Class BcException
                                                                          BcExceptionRenderer
                                                                          BcExceptionRenderer
                                                                          BcFormFailedException
                                                                          BcFormFailedException
                                                                          BcContainerEventListener
                                                                          Class BcContainerEventListener
                                                                          BcContentsEventListener
                                                                          Class BcContentsEventListener
                                                                          BcControllerEventDispatcher
                                                                          Class BcControllerEventDispatcher
                                                                          BcControllerEventListener
                                                                          Class BcControllerEventListener
                                                                          BcEventDispatcher
                                                                          Class BcEventDispatcher
                                                                          BcEventListener
                                                                          Class BcEventListener
                                                                          BcHelperEventListener
                                                                          Class BcHelperEventListener
                                                                          BcMailerEventListener
                                                                          Class BcMailerEventListener
                                                                          BcModelEventDispatcher
                                                                          Class BcModelEventDispatcher
                                                                          BcModelEventListener
                                                                          Class BcModelEventListener
                                                                          BcShortCodeEventListener
                                                                          Class BcShortCodeEventListener
                                                                          BcViewEventDispatcher
                                                                          Class BcViewEventDispatcher
                                                                          BcViewEventListener
                                                                          Class BcViewEventListener
                                                                          ContentsSearchForm
                                                                          ContentsSearchForm
                                                                          PrefixOrmResolver
                                                                          PrefixOrmResolver
                                                                          BcAdminMailer
                                                                          BcAdminMailer
                                                                          PasswordRequestMailer
                                                                          Class PasswordRequestMailer
                                                                          BcMailer
                                                                          Class BcMailer
                                                                          BcAdminMiddleware
                                                                          BcAdminMiddleware
                                                                          BcFrontMiddleware
                                                                          BcFrontMiddleware
                                                                          BcRedirectMainSiteMiddleware
                                                                          Class BcRedirectMainSiteMiddleware
                                                                          BcRedirectSubSiteMiddleware
                                                                          Class BcRedirectSubSiteMiddleware
                                                                          BcRequestFilterMiddleware
                                                                          BcRequestFilterMiddleware
                                                                          BcContentsBehavior
                                                                          Class BcContentsBehavior
                                                                          BcKeyValueBehavior
                                                                          Class BcKeyValueBehavior
                                                                          BcUploadBehavior
                                                                          Class BcUploadBehavior
                                                                          Content
                                                                          Content
                                                                          ContentFolder
                                                                          ContentFolder
                                                                          Dblog
                                                                          Class Dblog
                                                                          Page
                                                                          Class Page
                                                                          PasswordRequest
                                                                          Class PasswordRequest
                                                                          Permission
                                                                          Class Permission
                                                                          PermissionGroup
                                                                          アクセスグループエンティティ
                                                                          Plugin
                                                                          Class Plugin
                                                                          Site
                                                                          Class Site
                                                                          SiteConfig
                                                                          Class SiteConfig
                                                                          User
                                                                          Class User
                                                                          UserGroup
                                                                          Class UserGroup
                                                                          AppTable
                                                                          Class AppTable
                                                                          ContentFoldersTable
                                                                          Class ContentFoldersTable
                                                                          ContentsTable
                                                                          Class ContentsTable
                                                                          DblogsTable
                                                                          Class AppTable
                                                                          CopyFailedException
                                                                          Class CopyFailedException
                                                                          LoginStoresTable
                                                                          Class LoginStoresTable
                                                                          PagesTable
                                                                          Class PagesTable
                                                                          PasswordRequestsTable
                                                                          Class UsersTable
                                                                          PermissionGroupsTable
                                                                          Class AppTable
                                                                          PermissionsTable
                                                                          Class PermissionTable
                                                                          PluginsTable
                                                                          Class PluginsTable
                                                                          SiteConfigsTable
                                                                          Class SiteConfig
                                                                          SitesTable
                                                                          Class Site
                                                                          UserGroupsTable
                                                                          Class UserGroupsTable
                                                                          UsersTable
                                                                          Class UsersTable
                                                                          UsersUserGroupsTable
                                                                          Class UsersUserGroupsTable
                                                                          BcValidation
                                                                          Class BcValidation
                                                                          PageValidation
                                                                          Class PageValidation
                                                                          SiteConfigValidation
                                                                          Class SiteConfigValidation
                                                                          SiteValidation
                                                                          Class SiteValidation
                                                                          UserValidation
                                                                          Class UserValidation
                                                                          Plugin
                                                                          Class plugin
                                                                          Asset
                                                                          Class for generating asset URLs.
                                                                          BcContentsRoute
                                                                          Class BcContentsRoute
                                                                          BcAdminAppService
                                                                          BcAdminAppService
                                                                          ContentFoldersAdminService
                                                                          ContentFoldersAdminService
                                                                          ContentsAdminService
                                                                          ContentsAdminService
                                                                          DashboardAdminService
                                                                          DashboardAdminService
                                                                          PagesAdminService
                                                                          PagesAdminService
                                                                          PermissionGroupsAdminService
                                                                          PermissionGroupsAdminService
                                                                          PermissionsAdminService
                                                                          PermissionsAdminService
                                                                          PluginsAdminService
                                                                          PluginsAdminService
                                                                          SiteConfigsAdminService
                                                                          SiteConfigsAdminService
                                                                          SitesAdminService
                                                                          SitesAdminService
                                                                          ThemesAdminService
                                                                          ThemesAdminService
                                                                          UsersAdminService
                                                                          UsersAdminService
                                                                          UtilitiesAdminService
                                                                          UtilitiesAdminService
                                                                          AppService
                                                                          AppService
                                                                          BcCaptchaService
                                                                          Class BcCaptchaService
                                                                          BcDatabaseService
                                                                          BcOfficialApiService
                                                                          interface BcOfficialApiService
                                                                          ContentFoldersService
                                                                          Class ContentFoldersService
                                                                          ContentsService
                                                                          Class ContentsService
                                                                          DblogsService
                                                                          Class DblogsService
                                                                          BcFrontContentsService
                                                                          BcFrontContentsService
                                                                          ContentFoldersFrontService
                                                                          ContentFoldersFrontService
                                                                          PagesFrontService
                                                                          PagesFrontService
                                                                          PagesService
                                                                          Class PagesService
                                                                          PermissionGroupsService
                                                                          PermissionGroupsService
                                                                          PermissionsService
                                                                          Class PermissionsService
                                                                          PluginsService
                                                                          Class PluginsService
                                                                          SiteConfigsService
                                                                          Class SiteConfigsMockService
                                                                          SitesService
                                                                          Class SitesService
                                                                          ThemesService
                                                                          ThemesService
                                                                          UserGroupsService
                                                                          Class UserGroupsService
                                                                          UsersService
                                                                          Class UsersService
                                                                          UtilitiesService
                                                                          UtilitiesService
                                                                          BcServiceProvider
                                                                          Class BcServiceProvider
                                                                          BcEventListenerMock
                                                                          Class BcEventListenerMock
                                                                          BcTestCase
                                                                          Class BcTestCase
                                                                          BcAbstractDetector
                                                                          Class BcAbstractDetector
                                                                          BcAgent
                                                                          Class BcAgent
                                                                          BcApiUtil
                                                                          BcApiUtil
                                                                          BcComposer
                                                                          BcComposer
                                                                          BcContainer
                                                                          Class BcContainer
                                                                          BcEvent
                                                                          イベントユーティリティ
                                                                          BcFile
                                                                          BcFileUploader
                                                                          Class BcFileUploader
                                                                          BcFolder
                                                                          Class BcFolder
                                                                          BcGmaps
                                                                          Class BcGmaps
                                                                          BcLang
                                                                          Class BcLang
                                                                          BcPluginUtil
                                                                          Class BcPluginUtil
                                                                          BcSiteConfig
                                                                          BcSiteConfig
                                                                          BcText
                                                                          Class BcText
                                                                          BcUpdateLog
                                                                          BcUpdateLog
                                                                          BcZip
                                                                          Class BcZip
                                                                          CKEditorStyleParser
                                                                          CSSを解析してCKEditorのスタイルセット用のデータ構造に変換する
                                                                          Imageresizer
                                                                          Imagereizer
                                                                          KCAPTCHA
                                                                          AppView
                                                                          Class AppView
                                                                          BcAdminAppView
                                                                          Class BcAdminAppView
                                                                          BcFrontAppView
                                                                          BcFrontAppView
                                                                          BcFrontEmailView
                                                                          BcFrontAppView
                                                                          BaserCoreBaserHelper
                                                                          BaserCoreBaserHelper
                                                                          BcAdminFormHelper
                                                                          Class BcAdminFormHelper
                                                                          BcAdminHelper
                                                                          Class BcAdminHelper
                                                                          BcArrayHelper
                                                                          BcArrayHelper
                                                                          BcAuthHelper
                                                                          Class BcAuthHelper
                                                                          BcBaserHelper
                                                                          Class BcBaserHelper
                                                                          BcCkeditorHelper
                                                                          Class BcCkeditorHelper
                                                                          BcFormHelper
                                                                          FormHelper 拡張クラス
                                                                          BcFormTableHelper
                                                                          Class BcFormTableHelper
                                                                          BcFreezeHelper
                                                                          Class BcFreezeHelper
                                                                          BcGoogleMapsHelper
                                                                          GoogleMapヘルパー
                                                                          BcHtmlHelper
                                                                          Htmlヘルパーの拡張クラス
                                                                          BcLayoutHelper
                                                                          レイアウトヘルパ
                                                                          BcListTableHelper
                                                                          Class BcListTableHelper
                                                                          BcPageHelper
                                                                          BcPageHelper
                                                                          BcSearchBoxHelper
                                                                          検索ボックスヘルパ -Class BcSearchBoxHelper
                                                                          BcSiteConfigHelper
                                                                          BcSiteConfigHelper
                                                                          BcSmartphoneHelper
                                                                          スマホヘルパー
                                                                          BcTextHelper
                                                                          Class BcTextHelper
                                                                          BcTimeHelper
                                                                          Class BcTimeHelper
                                                                          BcToolbarHelper
                                                                          BcToolbarHelper
                                                                          BcUploadHelper
                                                                          アップロードヘルパー
                                                                          BcXmlHelper
                                                                          XMLヘルパー拡張
                                                                          Plugin
                                                                          Class Plugin
                                                                          BlogAdminAppController
                                                                          BlogAdminAppController
                                                                          BlogCategoriesController
                                                                          カテゴリコントローラー
                                                                          BlogCommentsController
                                                                          ブログコメントコントローラー
                                                                          BlogContentsController
                                                                          ブログコンテンツコントローラー
                                                                          BlogPostsController
                                                                          ブログ記事コントローラー
                                                                          BlogTagsController
                                                                          ブログタグコントローラー
                                                                          BlogCategoriesController
                                                                          BlogCategoriesController
                                                                          BlogCommentsController
                                                                          BlogCommentsController
                                                                          BlogContentsController
                                                                          BlogContentsController
                                                                          BlogPostsController
                                                                          BlogPostsController
                                                                          BlogTagsController
                                                                          BlogTagsController
                                                                          BlogCategoriesController
                                                                          BlogCategoriesController
                                                                          BlogCommentsController
                                                                          BlogCommentsController
                                                                          BlogContentsController
                                                                          BlogContentsController
                                                                          BlogPostsController
                                                                          BlogPostsController
                                                                          BlogTagsController
                                                                          BlogTagsController
                                                                          BlogController
                                                                          ブログ記事コントローラー
                                                                          BlogFrontAppController
                                                                          ブログコントローラー基底クラス
                                                                          BcBlogViewEventListener
                                                                          BcBlogViewEventListener
                                                                          BlogCommentMailer
                                                                          BlogCommentMailer
                                                                          BlogCategory
                                                                          Class BlogCategory
                                                                          BlogComment
                                                                          Class BlogComment
                                                                          BlogContent
                                                                          Class BlogContent
                                                                          BlogPost
                                                                          Class BlogPost
                                                                          BlogTag
                                                                          Class BlogTag
                                                                          BlogAppTable
                                                                          ブログモデル基底クラス
                                                                          BlogCategoriesTable
                                                                          BlogCategoriesTable
                                                                          BlogCommentsTable
                                                                          ブログコメントモデル
                                                                          BlogContentsTable
                                                                          ブログコンテンツモデル
                                                                          BlogPostsBlogTagsTable
                                                                          ブログタグリンクモデル
                                                                          BlogPostsTable
                                                                          記事モデル
                                                                          BlogTagsTable
                                                                          ブログタグモデル
                                                                          BlogCategoryValidation
                                                                          Class BlogCategoryValidation
                                                                          BlogContentValidation
                                                                          Class BlogContentValidation
                                                                          Plugin
                                                                          plugin for BcBlog
                                                                          BlogCategoriesAdminService
                                                                          BlogCategoriesAdminService
                                                                          BlogCommentsAdminService
                                                                          BlogCommentsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogPostsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogCategoriesService
                                                                          BlogCategoriesService
                                                                          BlogCommentsService
                                                                          BlogCommentsService
                                                                          BlogContentsService
                                                                          BlogContentsService
                                                                          BlogPostsService
                                                                          BlogPostsService
                                                                          BlogTagsService
                                                                          BlogTagsService
                                                                          BlogFrontService
                                                                          BlogFrontService
                                                                          BcBlogServiceProvider
                                                                          Class BcBlogServiceProvider
                                                                          BlogAdminAppView
                                                                          Class BlogAdminAppView
                                                                          BlogFrontAppView
                                                                          Class BlogAppView
                                                                          BcBlogBaserHelper
                                                                          BlogBaserヘルパー
                                                                          BlogHelper
                                                                          ブログヘルパー
                                                                          RssHelper
                                                                          RSS Helper class for easy output RSS structures.
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLink
                                                                          Class ContentLink
                                                                          ContentLinksTable
                                                                          Class ContentLinksTable
                                                                          Plugin
                                                                          plugin for BcPlugin
                                                                          ContentLinksService
                                                                          ContentLinksService
                                                                          BcContentLinkServiceProvider
                                                                          Class BcContentLinkServiceProvider
                                                                          CustomContentAdminAppController
                                                                          CustomContentAdminAppController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomFieldsController
                                                                          CustomFieldsController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomTablesController
                                                                          CustomTablesController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomFieldsController
                                                                          CustomFieldsController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomTablesController
                                                                          CustomTablesController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomContentController
                                                                          CustomContentController
                                                                          CustomContentFrontAppController
                                                                          CustomContentFrontAppController
                                                                          BcCustomContentControllerEventListener
                                                                          BcCustomContentViewEventListener
                                                                          CustomContent
                                                                          CustomContent
                                                                          CustomEntry
                                                                          CustomEntry
                                                                          CustomField
                                                                          CustomField
                                                                          CustomLink
                                                                          CustomLink
                                                                          CustomTable
                                                                          CustomTable
                                                                          CustomContentsTable
                                                                          CustomContentsTable
                                                                          CustomEntriesTable
                                                                          CustomEntriesTable
                                                                          CustomFieldsTable
                                                                          CustomFieldsTable
                                                                          CustomLinksTable
                                                                          CustomLinksTable
                                                                          CustomTablesTable
                                                                          CustomTablesTable
                                                                          Plugin
                                                                          plugin for BcCustomContent
                                                                          CustomContentsAdminService
                                                                          CustomContentsAdminService
                                                                          CustomEntriesAdminService
                                                                          CustomEntriesAdminService
                                                                          CustomFieldsAdminService
                                                                          CustomFieldsAdminService
                                                                          CustomLinksAdminService
                                                                          CustomLinksAdminService
                                                                          CustomTablesAdminService
                                                                          CustomTablesAdminService
                                                                          CustomContentsService
                                                                          CustomContentsService
                                                                          CustomEntriesService
                                                                          CustomEntriesService
                                                                          CustomFieldsService
                                                                          CustomFieldsService
                                                                          CustomLinksService
                                                                          CustomLinksService
                                                                          CustomTablesService
                                                                          CustomTablesService
                                                                          CustomContentFrontService
                                                                          CustomContentFrontService
                                                                          BcCustomContentServiceProvider
                                                                          Class BcCustomContentServiceProvider
                                                                          CustomContentUtil
                                                                          CustomContentUtil
                                                                          CustomContentAdminAppView
                                                                          Class CustomContentAdminAppView
                                                                          CustomContentFrontAppView
                                                                          Class CustomContentFrontAppView
                                                                          BcCustomContentBaserHelper
                                                                          MailBaserHelper
                                                                          CustomContentAdminHelper
                                                                          CustomContentAdminHelper
                                                                          CustomContentAppHelper
                                                                          CustomContentAppHelper
                                                                          CustomContentHelper
                                                                          CustomContentHelper
                                                                          EditorTemplatesController
                                                                          Class EditorTemplatesController
                                                                          EditorTemplatesController
                                                                          Class EditorTemplatesController
                                                                          EditorTemplate
                                                                          Class EditorTemplate
                                                                          EditorTemplatesTable
                                                                          Class EditorTemplate
                                                                          Plugin
                                                                          Class Plugin
                                                                          EditorTemplatesAdminService
                                                                          EditorTemplatesAdminService
                                                                          EditorTemplatesService
                                                                          EditorTemplatesService
                                                                          BcEditorTemplateServiceProvider
                                                                          Class BcEditorTemplateServiceProvider
                                                                          FavoritesController
                                                                          Class FavoritesController
                                                                          BcFavoriteViewEventListener
                                                                          BcFavoriteViewEventListener
                                                                          Favorite
                                                                          Class Favorite
                                                                          FavoritesTable
                                                                          Class FavoritesTable
                                                                          FavoriteValidation
                                                                          Class BcValidation
                                                                          Plugin
                                                                          plugin for BcFavorite
                                                                          FavoritesService
                                                                          FavoritesService
                                                                          BcFavoriteServiceProvider
                                                                          Class BcFavoriteServiceProvider
                                                                          Plugin
                                                                          plugin for BcFront
                                                                          InstallCheckCommand
                                                                          InstallCheckCommand
                                                                          InstallCommand
                                                                          InstallCommand
                                                                          InstallationsController
                                                                          Class InstallationsController
                                                                          InstallerMailer
                                                                          Class InstallerMailer
                                                                          Plugin
                                                                          Class Plugin
                                                                          InstallationsAdminService
                                                                          InstallationsAdminService
                                                                          InstallationsService
                                                                          InstallationsService
                                                                          BcInstallerServiceProvider
                                                                          Class BcEditorTemplateServiceProvider
                                                                          MailAdminAppController
                                                                          MailAdminAppController
                                                                          MailConfigsController
                                                                          メールフォーム設定コントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          受信メールコントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          メールフィールドコントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          メールフィールドコントローラー
                                                                          MailController
                                                                          お問い合わせメールフォーム用コントローラー
                                                                          MailFrontAppController
                                                                          メールコントローラー基底クラス
                                                                          BcMailViewEventListener
                                                                          BcMailViewEventListener
                                                                          MailMessageMailer
                                                                          MailMessageMailer
                                                                          MailConfig
                                                                          Class MailConfig
                                                                          MailContent
                                                                          Class MailContent
                                                                          MailField
                                                                          Class MailField
                                                                          MailMessage
                                                                          Class MailMessage
                                                                          MailAppTable
                                                                          メールプラグインモデル根底クラス
                                                                          MailConfigsTable
                                                                          メール設定モデル
                                                                          MailContentsTable
                                                                          メールコンテンツモデル
                                                                          MailFieldsTable
                                                                          メールフィールドモデル
                                                                          MailMessagesTable
                                                                          メッセージモデル
                                                                          MailMessageValidation
                                                                          Class MailMessageValidation
                                                                          Plugin
                                                                          plugin for BcMail
                                                                          MailConfigsAdminService
                                                                          MailConfigsAdminService
                                                                          MailContentsAdminService
                                                                          MailContentsAdminService
                                                                          MailFieldsAdminService
                                                                          MailFieldsService
                                                                          MailMessagesAdminService
                                                                          MailMessagesAdminService
                                                                          MailFrontService
                                                                          MailFrontService
                                                                          MailConfigsService
                                                                          MailConfigsService
                                                                          MailContentsService
                                                                          MailContentsService
                                                                          MailFieldsService
                                                                          MailFieldsService
                                                                          MailMessagesService
                                                                          MailMessagesService
                                                                          BcMailServiceProvider
                                                                          Class BcMailServiceProvider
                                                                          MailCell
                                                                          MailCell
                                                                          BcMailBaserHelper
                                                                          MailBaserHelper
                                                                          MaildataHelper
                                                                          メールデータヘルパー
                                                                          MailfieldHelper
                                                                          メールフィールドヘルパー
                                                                          MailformHelper
                                                                          メールフォームヘルパー
                                                                          MailHelper
                                                                          メールヘルパー
                                                                          MailAdminAppView
                                                                          Class MailAdminAppView
                                                                          MailFrontAppView
                                                                          Class MailFrontAppView
                                                                          MailFrontEmailView
                                                                          Class MailFrontAppView
                                                                          SearchIndexesController
                                                                          Class SearchIndexesController
                                                                          SearchIndexesController
                                                                          SearchIndicesController
                                                                          SearchIndexesController
                                                                          SearchIndicesController
                                                                          SearchIndexesController
                                                                          SearchIndexesController
                                                                          SearchIndexesFrontForm
                                                                          SearchIndexesFrontForm
                                                                          SearchIndexesSearchForm
                                                                          SearchIndexesSearchForm
                                                                          BcSearchIndexManagerBehavior
                                                                          Class BcSearchIndexManagerBehavior
                                                                          SearchIndex
                                                                          Class SearchIndex
                                                                          SearchIndexesTable
                                                                          SearchIndexesTable
                                                                          Plugin
                                                                          Class Plugin
                                                                          SearchIndexesAdminService
                                                                          SearchIndexesAdminService
                                                                          SearchIndexesFrontService
                                                                          SearchIndexesFrontService
                                                                          SearchIndexesService
                                                                          Class SearchIndexesService
                                                                          BcSearchIndexServiceProvider
                                                                          Class BcSearchIndexServiceProvider
                                                                          BcSearchIndexHelper
                                                                          Class BcSearchIndexHelper
                                                                          ThemeConfigsController
                                                                          Class ThemeConfigsController
                                                                          ThemeConfigsController
                                                                          Class ThemeConfigsController
                                                                          ThemeConfig
                                                                          Class ThemeConfig
                                                                          ThemeConfigsTable
                                                                          Class ThemeConfig
                                                                          Plugin
                                                                          Class Plugin
                                                                          ThemeConfigsAdminService
                                                                          ThemeConfigsSAdminervice
                                                                          ThemeConfigsService
                                                                          ThemeConfigsService
                                                                          BcThemeConfigServiceProvider
                                                                          Class BcThemeConfigServiceProvider
                                                                          BcThemeConfigBaserHelper
                                                                          BcThemeConfigBaserHelper
                                                                          BcThemeConfigHelper
                                                                          BcThemeConfigHelper
                                                                          ThemeFilesController
                                                                          Class ThemeFilesController
                                                                          ThemeFilesController
                                                                          テーマファイルコントローラー
                                                                          ThemeFoldersController
                                                                          テーマフォルダコントローラー
                                                                          ThemeFileForm
                                                                          ThemeFileForm
                                                                          ThemeFolderForm
                                                                          ThemeFolderForm
                                                                          ThemeFile
                                                                          ThemeFile
                                                                          ThemeFolder
                                                                          ThemeFolder
                                                                          ThemeFilesTable
                                                                          Class ThemeFile
                                                                          ThemeFoldersTable
                                                                          Class ThemeFolder
                                                                          Plugin
                                                                          Class Plugin
                                                                          ThemeFilesAdminService
                                                                          ThemeFilesAdminService
                                                                          ThemeFoldersAdminService
                                                                          ThemeFoldersAdminService
                                                                          BcThemeFileService
                                                                          BcThemeFileService
                                                                          ThemeFilesService
                                                                          ThemeFilesService
                                                                          ThemeFoldersService
                                                                          ThemeFoldersService
                                                                          BcThemeFileServiceProvider
                                                                          Class BcThemeFileServiceProvider
                                                                          BcThemeFileUtil
                                                                          BcThemeFileUtil
                                                                          UploaderCategoriesController
                                                                          アップロードカテゴリコントローラー
                                                                          UploaderConfigsController
                                                                          ファイルアップローダーコントローラー
                                                                          UploaderFilesController
                                                                          ファイルアップローダーコントローラー
                                                                          UploaderCategoriesController
                                                                          アップロードカテゴリコントローラー
                                                                          UploaderConfigsController
                                                                          アップローダープラグイン
                                                                          UploaderFilesController
                                                                          アップロードファイルコントローラー
                                                                          UploaderFilesController
                                                                          ファイルアップローダーコントローラー
                                                                          BcUploaderViewEventListener
                                                                          UploaderViewEventListener
                                                                          UploaderCategory
                                                                          Class UploaderCategory
                                                                          UploaderConfig
                                                                          Class UploaderConfig
                                                                          UploaderFile
                                                                          Class UploaderFile
                                                                          UploaderCategoriesTable
                                                                          ファイルカテゴリモデル
                                                                          UploaderConfigsTable
                                                                          ファイルアップローダー設定モデル
                                                                          UploaderFilesTable
                                                                          ファイルアップローダーモデル
                                                                          Plugin
                                                                          plugin for BcUploader
                                                                          UploaderConfigsAdminService
                                                                          UploaderConfigsAdminService
                                                                          UploaderFilesAdminService
                                                                          UploaderFilesAdminService
                                                                          UploaderCategoriesService
                                                                          UploadCategoriesService
                                                                          UploaderConfigsService
                                                                          UploaderConfigsService
                                                                          UploaderFilesService
                                                                          UploaderFilesService
                                                                          BcUploaderServiceProvider
                                                                          Class BcUploaderServiceProvider
                                                                          UploaderHelper
                                                                          アップローダーヘルパー
                                                                          WidgetAreasController
                                                                          Class WidgetAreasController
                                                                          WidgetAreasController
                                                                          Class WidgetAreasController
                                                                          BcWidgetAreaControllerEventListener
                                                                          BcWidgetAreaControllerEventListener
                                                                          BcWidgetAreaHelperEventListener
                                                                          BcWidgetAreaControllerEventListener
                                                                          WidgetArea
                                                                          WidgetArea
                                                                          WidgetAreasTable
                                                                          Class WidgetArea
                                                                          Plugin
                                                                          Class Plugin
                                                                          WidgetAreasAdminService
                                                                          WidgetAreasAdminService
                                                                          WidgetAreasService
                                                                          WidgetAreasService
                                                                          BcWidgetAreaServiceProvider
                                                                          Class BcWidgetAreaServiceProvider
                                                                          BcWidgetAreaBaserHelper
                                                                          BcWidgetAreaBaserHelper
                                                                          BcWidgetAreaHelper
                                                                          ウィジェットエリアヘルパー
                                                                          +
                                                                          Checked
                                                                          Class Checked
                                                                          Doc
                                                                          Class Doc
                                                                          Note
                                                                          Class UnitTest
                                                                          NoTodo
                                                                          Class NoTodo
                                                                          UnitTest
                                                                          Class UnitTest
                                                                          BaserCorePlugin
                                                                          Class plugin
                                                                          BcPlugin
                                                                          Class plugin
                                                                          ComposerCommand
                                                                          ComposerCommand
                                                                          CreateReleaseCommand
                                                                          CreateReleaseCommand
                                                                          SetupInstallCommand
                                                                          SetupInstallCommand
                                                                          SetupTestCommand
                                                                          SetupTestCommand
                                                                          UpdateCommand
                                                                          UpdateCommand
                                                                          BcAdminAppController
                                                                          Class BcAdminAppController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          DashboardController
                                                                          Class DashboardController
                                                                          DblogsController
                                                                          Class DblogsController
                                                                          PagesController
                                                                          PagesController
                                                                          PasswordRequestsController
                                                                          Class PasswordRequestsController
                                                                          PermissionGroupsController
                                                                          PermissionGroupsController
                                                                          PermissionsController
                                                                          Class PermissionsController
                                                                          PluginsController
                                                                          Class PluginsController
                                                                          PreviewController
                                                                          Class BcAdminAppController
                                                                          SiteConfigsController
                                                                          Class SiteConfigsController
                                                                          SitesController
                                                                          Class SitesController
                                                                          ThemesController
                                                                          Class ThemesController
                                                                          UpdatersController
                                                                          Class UpdatersController
                                                                          UserGroupsController
                                                                          Class UserGroupsController
                                                                          UsersController
                                                                          Class UsersController
                                                                          UtilitiesController
                                                                          Class UtilitiesController
                                                                          AnalyseController
                                                                          Class AnalyseController
                                                                          BcAdminApiController
                                                                          BcAdminApiController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          DblogsController
                                                                          Class DblogsController
                                                                          JwksController
                                                                          Class JwksController
                                                                          PagesController
                                                                          Class PagesController
                                                                          PermissionGroupsController
                                                                          Class PermissionGroupsController
                                                                          PermissionsController
                                                                          Class PermissionsController
                                                                          PluginsController
                                                                          Class PluginsController
                                                                          SiteConfigsController
                                                                          SiteConfigsController
                                                                          SitesController
                                                                          Class SitesController
                                                                          ThemesController
                                                                          Class ThemesController
                                                                          UserGroupsController
                                                                          Class UserGroupsController
                                                                          UsersController
                                                                          Class UsersController
                                                                          UtilitiesController
                                                                          Class UtilitiesController
                                                                          BcApiController
                                                                          Class BcApiController
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          ContentsController
                                                                          Class ContentsController
                                                                          PagesController
                                                                          Class PagesController
                                                                          AppController
                                                                          Class AppController
                                                                          BcErrorController
                                                                          BcErrorController
                                                                          BcFormController
                                                                          Class BcFormController
                                                                          BcFrontAppController
                                                                          BcFrontAppController
                                                                          BcAdminContentsComponent
                                                                          Class BcContentsComponent
                                                                          BcFrontContentsComponent
                                                                          Class BcContentsComponent
                                                                          BcMessageComponent
                                                                          Class BcMessageComponent +表示面へのメッセージをコントロールする為のコンポーネント
                                                                          ContentFoldersController
                                                                          Class ContentFoldersController
                                                                          MaintenanceController
                                                                          メンテナンスコントローラー
                                                                          PagesController
                                                                          PagesController
                                                                          PasswordRequestsController
                                                                          Class PasswordRequestsController
                                                                          UploadsController
                                                                          アップロードコントローラー
                                                                          UsersController
                                                                          UsersController
                                                                          BcMigration
                                                                          BcMigration
                                                                          BcSeed
                                                                          BcSeed
                                                                          BcSchema
                                                                          BcSchema
                                                                          BcException
                                                                          Class BcException
                                                                          BcExceptionRenderer
                                                                          BcExceptionRenderer
                                                                          BcFormFailedException
                                                                          BcFormFailedException
                                                                          BcContainerEventListener
                                                                          Class BcContainerEventListener
                                                                          BcContentsEventListener
                                                                          Class BcContentsEventListener
                                                                          BcControllerEventDispatcher
                                                                          Class BcControllerEventDispatcher
                                                                          BcControllerEventListener
                                                                          Class BcControllerEventListener
                                                                          BcEventDispatcher
                                                                          Class BcEventDispatcher
                                                                          BcEventListener
                                                                          Class BcEventListener
                                                                          BcHelperEventListener
                                                                          Class BcHelperEventListener
                                                                          BcMailerEventListener
                                                                          Class BcMailerEventListener
                                                                          BcModelEventDispatcher
                                                                          Class BcModelEventDispatcher
                                                                          BcModelEventListener
                                                                          Class BcModelEventListener
                                                                          BcShortCodeEventListener
                                                                          Class BcShortCodeEventListener
                                                                          BcViewEventDispatcher
                                                                          Class BcViewEventDispatcher
                                                                          BcViewEventListener
                                                                          Class BcViewEventListener
                                                                          ContentsSearchForm
                                                                          ContentsSearchForm
                                                                          PrefixOrmResolver
                                                                          PrefixOrmResolver
                                                                          BcAdminMailer
                                                                          BcAdminMailer
                                                                          PasswordRequestMailer
                                                                          Class PasswordRequestMailer
                                                                          BcMailer
                                                                          Class BcMailer
                                                                          BcAdminMiddleware
                                                                          BcAdminMiddleware
                                                                          BcFrontMiddleware
                                                                          BcFrontMiddleware
                                                                          BcRedirectMainSiteMiddleware
                                                                          Class BcRedirectMainSiteMiddleware
                                                                          BcRedirectSubSiteMiddleware
                                                                          Class BcRedirectSubSiteMiddleware
                                                                          BcRequestFilterMiddleware
                                                                          BcRequestFilterMiddleware
                                                                          BcContentsBehavior
                                                                          Class BcContentsBehavior
                                                                          BcKeyValueBehavior
                                                                          Class BcKeyValueBehavior
                                                                          BcUploadBehavior
                                                                          Class BcUploadBehavior
                                                                          Content
                                                                          Content
                                                                          ContentFolder
                                                                          ContentFolder
                                                                          Dblog
                                                                          Class Dblog
                                                                          Page
                                                                          Class Page
                                                                          PasswordRequest
                                                                          Class PasswordRequest
                                                                          Permission
                                                                          Class Permission
                                                                          PermissionGroup
                                                                          アクセスグループエンティティ
                                                                          Plugin
                                                                          Class Plugin
                                                                          Site
                                                                          Class Site
                                                                          SiteConfig
                                                                          Class SiteConfig
                                                                          User
                                                                          Class User
                                                                          UserGroup
                                                                          Class UserGroup
                                                                          AppTable
                                                                          Class AppTable
                                                                          ContentFoldersTable
                                                                          Class ContentFoldersTable
                                                                          ContentsTable
                                                                          Class ContentsTable
                                                                          DblogsTable
                                                                          Class AppTable
                                                                          CopyFailedException
                                                                          Class CopyFailedException
                                                                          LoginStoresTable
                                                                          Class LoginStoresTable
                                                                          PagesTable
                                                                          Class PagesTable
                                                                          PasswordRequestsTable
                                                                          Class UsersTable
                                                                          PermissionGroupsTable
                                                                          Class AppTable
                                                                          PermissionsTable
                                                                          Class PermissionTable
                                                                          PluginsTable
                                                                          Class PluginsTable
                                                                          SiteConfigsTable
                                                                          Class SiteConfig
                                                                          SitesTable
                                                                          Class Site
                                                                          UserGroupsTable
                                                                          Class UserGroupsTable
                                                                          UsersTable
                                                                          Class UsersTable
                                                                          UsersUserGroupsTable
                                                                          Class UsersUserGroupsTable
                                                                          BcValidation
                                                                          Class BcValidation
                                                                          PageValidation
                                                                          Class PageValidation
                                                                          SiteConfigValidation
                                                                          Class SiteConfigValidation
                                                                          SiteValidation
                                                                          Class SiteValidation
                                                                          UserValidation
                                                                          Class UserValidation
                                                                          Asset
                                                                          Class for generating asset URLs.
                                                                          BcContentsRoute
                                                                          Class BcContentsRoute
                                                                          BcAdminAppService
                                                                          BcAdminAppService
                                                                          ContentFoldersAdminService
                                                                          ContentFoldersAdminService
                                                                          ContentsAdminService
                                                                          ContentsAdminService
                                                                          DashboardAdminService
                                                                          DashboardAdminService
                                                                          PagesAdminService
                                                                          PagesAdminService
                                                                          PermissionGroupsAdminService
                                                                          PermissionGroupsAdminService
                                                                          PermissionsAdminService
                                                                          PermissionsAdminService
                                                                          PluginsAdminService
                                                                          PluginsAdminService
                                                                          SiteConfigsAdminService
                                                                          SiteConfigsAdminService
                                                                          SitesAdminService
                                                                          SitesAdminService
                                                                          ThemesAdminService
                                                                          ThemesAdminService
                                                                          UsersAdminService
                                                                          UsersAdminService
                                                                          UtilitiesAdminService
                                                                          UtilitiesAdminService
                                                                          AppService
                                                                          AppService
                                                                          BcCaptchaService
                                                                          Class BcCaptchaService
                                                                          BcDatabaseService
                                                                          BcOfficialApiService
                                                                          interface BcOfficialApiService
                                                                          ContentFoldersService
                                                                          Class ContentFoldersService
                                                                          ContentsService
                                                                          Class ContentsService
                                                                          DblogsService
                                                                          Class DblogsService
                                                                          BcFrontContentsService
                                                                          BcFrontContentsService
                                                                          ContentFoldersFrontService
                                                                          ContentFoldersFrontService
                                                                          PagesFrontService
                                                                          PagesFrontService
                                                                          PagesService
                                                                          Class PagesService
                                                                          PermissionGroupsService
                                                                          PermissionGroupsService
                                                                          PermissionsService
                                                                          Class PermissionsService
                                                                          PluginsService
                                                                          Class PluginsService
                                                                          SiteConfigsService
                                                                          Class SiteConfigsMockService
                                                                          SitesService
                                                                          Class SitesService
                                                                          ThemesService
                                                                          ThemesService
                                                                          UserGroupsService
                                                                          Class UserGroupsService
                                                                          UsersService
                                                                          Class UsersService
                                                                          UtilitiesService
                                                                          UtilitiesService
                                                                          BcServiceProvider
                                                                          Class BcServiceProvider
                                                                          BcEventListenerMock
                                                                          Class BcEventListenerMock
                                                                          BcTestCase
                                                                          Class BcTestCase
                                                                          BcAbstractDetector
                                                                          Class BcAbstractDetector
                                                                          BcAgent
                                                                          Class BcAgent
                                                                          BcApiUtil
                                                                          BcApiUtil
                                                                          BcComposer
                                                                          BcComposer
                                                                          BcContainer
                                                                          Class BcContainer
                                                                          BcEvent
                                                                          イベントユーティリティ
                                                                          BcFile
                                                                          BcFileUploader
                                                                          Class BcFileUploader
                                                                          BcFolder
                                                                          Class BcFolder
                                                                          BcGmaps
                                                                          Class BcGmaps
                                                                          BcLang
                                                                          Class BcLang
                                                                          BcPluginUtil
                                                                          Class BcPluginUtil
                                                                          BcSiteConfig
                                                                          BcSiteConfig
                                                                          BcText
                                                                          Class BcText
                                                                          BcUpdateLog
                                                                          BcUpdateLog
                                                                          BcZip
                                                                          Class BcZip
                                                                          CKEditorStyleParser
                                                                          CSSを解析してCKEditorのスタイルセット用のデータ構造に変換する
                                                                          Imageresizer
                                                                          Imagereizer
                                                                          KCAPTCHA
                                                                          AppView
                                                                          Class AppView
                                                                          BcAdminAppView
                                                                          Class BcAdminAppView
                                                                          BcFrontAppView
                                                                          BcFrontAppView
                                                                          BcFrontEmailView
                                                                          BcFrontAppView
                                                                          BaserCoreBaserHelper
                                                                          BaserCoreBaserHelper
                                                                          BcAdminFormHelper
                                                                          Class BcAdminFormHelper
                                                                          BcAdminHelper
                                                                          Class BcAdminHelper
                                                                          BcArrayHelper
                                                                          BcArrayHelper
                                                                          BcAuthHelper
                                                                          Class BcAuthHelper
                                                                          BcBaserHelper
                                                                          Class BcBaserHelper
                                                                          BcCkeditorHelper
                                                                          Class BcCkeditorHelper
                                                                          BcFormHelper
                                                                          FormHelper 拡張クラス
                                                                          BcFormTableHelper
                                                                          Class BcFormTableHelper
                                                                          BcFreezeHelper
                                                                          Class BcFreezeHelper
                                                                          BcGoogleMapsHelper
                                                                          GoogleMapヘルパー
                                                                          BcHtmlHelper
                                                                          Htmlヘルパーの拡張クラス
                                                                          BcLayoutHelper
                                                                          レイアウトヘルパ
                                                                          BcListTableHelper
                                                                          Class BcListTableHelper
                                                                          BcPageHelper
                                                                          BcPageHelper
                                                                          BcSearchBoxHelper
                                                                          検索ボックスヘルパ +Class BcSearchBoxHelper
                                                                          BcSiteConfigHelper
                                                                          BcSiteConfigHelper
                                                                          BcSmartphoneHelper
                                                                          スマホヘルパー
                                                                          BcTextHelper
                                                                          Class BcTextHelper
                                                                          BcTimeHelper
                                                                          Class BcTimeHelper
                                                                          BcToolbarHelper
                                                                          BcToolbarHelper
                                                                          BcUploadHelper
                                                                          アップロードヘルパー
                                                                          BcXmlHelper
                                                                          XMLヘルパー拡張
                                                                          BcAdminThirdPlugin
                                                                          Class Plugin
                                                                          BcBlogPlugin
                                                                          plugin for BcBlog
                                                                          BlogAdminAppController
                                                                          BlogAdminAppController
                                                                          BlogCategoriesController
                                                                          カテゴリコントローラー
                                                                          BlogCommentsController
                                                                          ブログコメントコントローラー
                                                                          BlogContentsController
                                                                          ブログコンテンツコントローラー
                                                                          BlogPostsController
                                                                          ブログ記事コントローラー
                                                                          BlogTagsController
                                                                          ブログタグコントローラー
                                                                          BlogCategoriesController
                                                                          BlogCategoriesController
                                                                          BlogCommentsController
                                                                          BlogCommentsController
                                                                          BlogContentsController
                                                                          BlogContentsController
                                                                          BlogPostsController
                                                                          BlogPostsController
                                                                          BlogTagsController
                                                                          BlogTagsController
                                                                          BlogCategoriesController
                                                                          BlogCategoriesController
                                                                          BlogCommentsController
                                                                          BlogCommentsController
                                                                          BlogContentsController
                                                                          BlogContentsController
                                                                          BlogPostsController
                                                                          BlogPostsController
                                                                          BlogTagsController
                                                                          BlogTagsController
                                                                          BlogController
                                                                          ブログ記事コントローラー
                                                                          BlogFrontAppController
                                                                          ブログコントローラー基底クラス
                                                                          BcBlogViewEventListener
                                                                          BcBlogViewEventListener
                                                                          BlogCommentMailer
                                                                          BlogCommentMailer
                                                                          BlogCategory
                                                                          Class BlogCategory
                                                                          BlogComment
                                                                          Class BlogComment
                                                                          BlogContent
                                                                          Class BlogContent
                                                                          BlogPost
                                                                          Class BlogPost
                                                                          BlogTag
                                                                          Class BlogTag
                                                                          BlogAppTable
                                                                          ブログモデル基底クラス
                                                                          BlogCategoriesTable
                                                                          BlogCategoriesTable
                                                                          BlogCommentsTable
                                                                          ブログコメントモデル
                                                                          BlogContentsTable
                                                                          ブログコンテンツモデル
                                                                          BlogPostsBlogTagsTable
                                                                          ブログタグリンクモデル
                                                                          BlogPostsTable
                                                                          記事モデル
                                                                          BlogTagsTable
                                                                          ブログタグモデル
                                                                          BlogCategoryValidation
                                                                          Class BlogCategoryValidation
                                                                          BlogContentValidation
                                                                          Class BlogContentValidation
                                                                          BlogCategoriesAdminService
                                                                          BlogCategoriesAdminService
                                                                          BlogCommentsAdminService
                                                                          BlogCommentsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogPostsAdminService
                                                                          BlogContentsAdminService
                                                                          BlogCategoriesService
                                                                          BlogCategoriesService
                                                                          BlogCommentsService
                                                                          BlogCommentsService
                                                                          BlogContentsService
                                                                          BlogContentsService
                                                                          BlogPostsService
                                                                          BlogPostsService
                                                                          BlogTagsService
                                                                          BlogTagsService
                                                                          BlogFrontService
                                                                          BlogFrontService
                                                                          BcBlogServiceProvider
                                                                          Class BcBlogServiceProvider
                                                                          BlogAdminAppView
                                                                          Class BlogAdminAppView
                                                                          BlogFrontAppView
                                                                          Class BlogAppView
                                                                          BcBlogBaserHelper
                                                                          BlogBaserヘルパー
                                                                          BlogHelper
                                                                          ブログヘルパー
                                                                          RssHelper
                                                                          RSS Helper class for easy output RSS structures.
                                                                          BcContentLinkPlugin
                                                                          plugin for BcPlugin
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLinksController
                                                                          Class ContentLinksController
                                                                          ContentLink
                                                                          Class ContentLink
                                                                          ContentLinksTable
                                                                          Class ContentLinksTable
                                                                          ContentLinksService
                                                                          ContentLinksService
                                                                          BcContentLinkServiceProvider
                                                                          Class BcContentLinkServiceProvider
                                                                          BcCustomContentPlugin
                                                                          plugin for BcCustomContent
                                                                          CustomContentAdminAppController
                                                                          CustomContentAdminAppController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomFieldsController
                                                                          CustomFieldsController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomTablesController
                                                                          CustomTablesController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomFieldsController
                                                                          CustomFieldsController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomTablesController
                                                                          CustomTablesController
                                                                          CustomContentsController
                                                                          CustomContentsController
                                                                          CustomEntriesController
                                                                          CustomEntriesController
                                                                          CustomLinksController
                                                                          CustomLinksController
                                                                          CustomContentController
                                                                          CustomContentController
                                                                          CustomContentFrontAppController
                                                                          CustomContentFrontAppController
                                                                          BcCustomContentControllerEventListener
                                                                          BcCustomContentViewEventListener
                                                                          CustomContent
                                                                          CustomContent
                                                                          CustomEntry
                                                                          CustomEntry
                                                                          CustomField
                                                                          CustomField
                                                                          CustomLink
                                                                          CustomLink
                                                                          CustomTable
                                                                          CustomTable
                                                                          CustomContentsTable
                                                                          CustomContentsTable
                                                                          CustomEntriesTable
                                                                          CustomEntriesTable
                                                                          CustomFieldsTable
                                                                          CustomFieldsTable
                                                                          CustomLinksTable
                                                                          CustomLinksTable
                                                                          CustomTablesTable
                                                                          CustomTablesTable
                                                                          CustomContentsAdminService
                                                                          CustomContentsAdminService
                                                                          CustomEntriesAdminService
                                                                          CustomEntriesAdminService
                                                                          CustomFieldsAdminService
                                                                          CustomFieldsAdminService
                                                                          CustomLinksAdminService
                                                                          CustomLinksAdminService
                                                                          CustomTablesAdminService
                                                                          CustomTablesAdminService
                                                                          CustomContentsService
                                                                          CustomContentsService
                                                                          CustomEntriesService
                                                                          CustomEntriesService
                                                                          CustomFieldsService
                                                                          CustomFieldsService
                                                                          CustomLinksService
                                                                          CustomLinksService
                                                                          CustomTablesService
                                                                          CustomTablesService
                                                                          CustomContentFrontService
                                                                          CustomContentFrontService
                                                                          BcCustomContentServiceProvider
                                                                          Class BcCustomContentServiceProvider
                                                                          CustomContentUtil
                                                                          CustomContentUtil
                                                                          CustomContentAdminAppView
                                                                          Class CustomContentAdminAppView
                                                                          CustomContentFrontAppView
                                                                          Class CustomContentFrontAppView
                                                                          BcCustomContentBaserHelper
                                                                          MailBaserHelper
                                                                          CustomContentAdminHelper
                                                                          CustomContentAdminHelper
                                                                          CustomContentAppHelper
                                                                          CustomContentAppHelper
                                                                          CustomContentHelper
                                                                          CustomContentHelper
                                                                          BcEditorTemplatePlugin
                                                                          Class Plugin
                                                                          EditorTemplatesController
                                                                          Class EditorTemplatesController
                                                                          EditorTemplatesController
                                                                          Class EditorTemplatesController
                                                                          EditorTemplate
                                                                          Class EditorTemplate
                                                                          EditorTemplatesTable
                                                                          Class EditorTemplate
                                                                          EditorTemplatesAdminService
                                                                          EditorTemplatesAdminService
                                                                          EditorTemplatesService
                                                                          EditorTemplatesService
                                                                          BcEditorTemplateServiceProvider
                                                                          Class BcEditorTemplateServiceProvider
                                                                          BcFavoritePlugin
                                                                          plugin for BcFavorite
                                                                          FavoritesController
                                                                          Class FavoritesController
                                                                          BcFavoriteViewEventListener
                                                                          BcFavoriteViewEventListener
                                                                          Favorite
                                                                          Class Favorite
                                                                          FavoritesTable
                                                                          Class FavoritesTable
                                                                          FavoriteValidation
                                                                          Class BcValidation
                                                                          FavoritesService
                                                                          FavoritesService
                                                                          BcFavoriteServiceProvider
                                                                          Class BcFavoriteServiceProvider
                                                                          BcFrontPlugin
                                                                          plugin for BcFront
                                                                          BcInstallerPlugin
                                                                          Class Plugin
                                                                          InstallCheckCommand
                                                                          InstallCheckCommand
                                                                          InstallCommand
                                                                          InstallCommand
                                                                          InstallationsController
                                                                          Class InstallationsController
                                                                          InstallerMailer
                                                                          Class InstallerMailer
                                                                          InstallationsAdminService
                                                                          InstallationsAdminService
                                                                          InstallationsService
                                                                          InstallationsService
                                                                          BcInstallerServiceProvider
                                                                          Class BcEditorTemplateServiceProvider
                                                                          BcMailPlugin
                                                                          plugin for BcMail
                                                                          MailAdminAppController
                                                                          MailAdminAppController
                                                                          MailConfigsController
                                                                          メールフォーム設定コントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          受信メールコントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          メールフィールドコントローラー
                                                                          MailContentsController
                                                                          メールコンテンツコントローラー
                                                                          MailFieldsController
                                                                          メールフィールドコントローラー
                                                                          MailMessagesController
                                                                          メールフィールドコントローラー
                                                                          MailController
                                                                          お問い合わせメールフォーム用コントローラー
                                                                          MailFrontAppController
                                                                          メールコントローラー基底クラス
                                                                          BcMailViewEventListener
                                                                          BcMailViewEventListener
                                                                          MailMessageMailer
                                                                          MailMessageMailer
                                                                          MailConfig
                                                                          Class MailConfig
                                                                          MailContent
                                                                          Class MailContent
                                                                          MailField
                                                                          Class MailField
                                                                          MailMessage
                                                                          Class MailMessage
                                                                          MailAppTable
                                                                          メールプラグインモデル根底クラス
                                                                          MailConfigsTable
                                                                          メール設定モデル
                                                                          MailContentsTable
                                                                          メールコンテンツモデル
                                                                          MailFieldsTable
                                                                          メールフィールドモデル
                                                                          MailMessagesTable
                                                                          メッセージモデル
                                                                          MailMessageValidation
                                                                          Class MailMessageValidation
                                                                          MailConfigsAdminService
                                                                          MailConfigsAdminService
                                                                          MailContentsAdminService
                                                                          MailContentsAdminService
                                                                          MailFieldsAdminService
                                                                          MailFieldsService
                                                                          MailMessagesAdminService
                                                                          MailMessagesAdminService
                                                                          MailFrontService
                                                                          MailFrontService
                                                                          MailConfigsService
                                                                          MailConfigsService
                                                                          MailContentsService
                                                                          MailContentsService
                                                                          MailFieldsService
                                                                          MailFieldsService
                                                                          MailMessagesService
                                                                          MailMessagesService
                                                                          BcMailServiceProvider
                                                                          Class BcMailServiceProvider
                                                                          MailCell
                                                                          MailCell
                                                                          BcMailBaserHelper
                                                                          MailBaserHelper
                                                                          MaildataHelper
                                                                          メールデータヘルパー
                                                                          MailfieldHelper
                                                                          メールフィールドヘルパー
                                                                          MailformHelper
                                                                          メールフォームヘルパー
                                                                          MailHelper
                                                                          メールヘルパー
                                                                          MailAdminAppView
                                                                          Class MailAdminAppView
                                                                          MailFrontAppView
                                                                          Class MailFrontAppView
                                                                          MailFrontEmailView
                                                                          Class MailFrontAppView
                                                                          BcSearchIndexPlugin
                                                                          Class Plugin
                                                                          SearchIndexesController
                                                                          Class SearchIndexesController
                                                                          SearchIndexesController
                                                                          SearchIndicesController
                                                                          SearchIndexesController
                                                                          SearchIndicesController
                                                                          SearchIndexesController
                                                                          SearchIndexesController
                                                                          SearchIndexesFrontForm
                                                                          SearchIndexesFrontForm
                                                                          SearchIndexesSearchForm
                                                                          SearchIndexesSearchForm
                                                                          BcSearchIndexManagerBehavior
                                                                          Class BcSearchIndexManagerBehavior
                                                                          SearchIndex
                                                                          Class SearchIndex
                                                                          SearchIndexesTable
                                                                          SearchIndexesTable
                                                                          SearchIndexesAdminService
                                                                          SearchIndexesAdminService
                                                                          SearchIndexesFrontService
                                                                          SearchIndexesFrontService
                                                                          SearchIndexesService
                                                                          Class SearchIndexesService
                                                                          BcSearchIndexServiceProvider
                                                                          Class BcSearchIndexServiceProvider
                                                                          BcSearchIndexHelper
                                                                          Class BcSearchIndexHelper
                                                                          BcThemeConfigPlugin
                                                                          Class Plugin
                                                                          ThemeConfigsController
                                                                          Class ThemeConfigsController
                                                                          ThemeConfigsController
                                                                          Class ThemeConfigsController
                                                                          BcThemeConfigControllerEventListener
                                                                          Class BcThemeConfigControllerEventListener
                                                                          ThemeConfig
                                                                          Class ThemeConfig
                                                                          ThemeConfigsTable
                                                                          Class ThemeConfig
                                                                          ThemeConfigsAdminService
                                                                          ThemeConfigsSAdminervice
                                                                          ThemeConfigsService
                                                                          ThemeConfigsService
                                                                          BcThemeConfigServiceProvider
                                                                          Class BcThemeConfigServiceProvider
                                                                          BcThemeConfigBaserHelper
                                                                          BcThemeConfigBaserHelper
                                                                          BcThemeConfigHelper
                                                                          BcThemeConfigHelper
                                                                          BcThemeFilePlugin
                                                                          Class Plugin
                                                                          ThemeFilesController
                                                                          Class ThemeFilesController
                                                                          ThemeFilesController
                                                                          テーマファイルコントローラー
                                                                          ThemeFoldersController
                                                                          テーマフォルダコントローラー
                                                                          ThemeFileForm
                                                                          ThemeFileForm
                                                                          ThemeFolderForm
                                                                          ThemeFolderForm
                                                                          ThemeFile
                                                                          ThemeFile
                                                                          ThemeFolder
                                                                          ThemeFolder
                                                                          ThemeFilesTable
                                                                          Class ThemeFile
                                                                          ThemeFoldersTable
                                                                          Class ThemeFolder
                                                                          ThemeFilesAdminService
                                                                          ThemeFilesAdminService
                                                                          ThemeFoldersAdminService
                                                                          ThemeFoldersAdminService
                                                                          BcThemeFileService
                                                                          BcThemeFileService
                                                                          ThemeFilesService
                                                                          ThemeFilesService
                                                                          ThemeFoldersService
                                                                          ThemeFoldersService
                                                                          BcThemeFileServiceProvider
                                                                          Class BcThemeFileServiceProvider
                                                                          BcThemeFileUtil
                                                                          BcThemeFileUtil
                                                                          BcUploaderPlugin
                                                                          plugin for BcUploader
                                                                          UploaderCategoriesController
                                                                          アップロードカテゴリコントローラー
                                                                          UploaderConfigsController
                                                                          ファイルアップローダーコントローラー
                                                                          UploaderFilesController
                                                                          ファイルアップローダーコントローラー
                                                                          UploaderCategoriesController
                                                                          アップロードカテゴリコントローラー
                                                                          UploaderConfigsController
                                                                          アップローダープラグイン
                                                                          UploaderFilesController
                                                                          アップロードファイルコントローラー
                                                                          UploaderFilesController
                                                                          ファイルアップローダーコントローラー
                                                                          BcUploaderViewEventListener
                                                                          UploaderViewEventListener
                                                                          UploaderCategory
                                                                          Class UploaderCategory
                                                                          UploaderConfig
                                                                          Class UploaderConfig
                                                                          UploaderFile
                                                                          Class UploaderFile
                                                                          UploaderCategoriesTable
                                                                          ファイルカテゴリモデル
                                                                          UploaderConfigsTable
                                                                          ファイルアップローダー設定モデル
                                                                          UploaderFilesTable
                                                                          ファイルアップローダーモデル
                                                                          UploaderConfigsAdminService
                                                                          UploaderConfigsAdminService
                                                                          UploaderFilesAdminService
                                                                          UploaderFilesAdminService
                                                                          UploaderCategoriesService
                                                                          UploadCategoriesService
                                                                          UploaderConfigsService
                                                                          UploaderConfigsService
                                                                          UploaderFilesService
                                                                          UploaderFilesService
                                                                          BcUploaderServiceProvider
                                                                          Class BcUploaderServiceProvider
                                                                          UploaderHelper
                                                                          アップローダーヘルパー
                                                                          BcWidgetAreaPlugin
                                                                          Class Plugin
                                                                          WidgetAreasController
                                                                          Class WidgetAreasController
                                                                          WidgetAreasController
                                                                          Class WidgetAreasController
                                                                          BcWidgetAreaControllerEventListener
                                                                          BcWidgetAreaControllerEventListener
                                                                          BcWidgetAreaHelperEventListener
                                                                          BcWidgetAreaControllerEventListener
                                                                          WidgetArea
                                                                          WidgetArea
                                                                          WidgetAreasTable
                                                                          Class WidgetArea
                                                                          WidgetAreasAdminService
                                                                          WidgetAreasAdminService
                                                                          WidgetAreasService
                                                                          WidgetAreasService
                                                                          BcWidgetAreaServiceProvider
                                                                          Class BcWidgetAreaServiceProvider
                                                                          BcWidgetAreaBaserHelper
                                                                          BcWidgetAreaBaserHelper
                                                                          BcWidgetAreaHelper
                                                                          ウィジェットエリアヘルパー

                                                                          Traits diff --git a/5/plugin/reference/packages/default.html b/5/plugin/reference/packages/default.html index 602d216b..11d3ab8c 100644 --- a/5/plugin/reference/packages/default.html +++ b/5/plugin/reference/packages/default.html @@ -387,6 +387,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/reports/deprecated.html b/5/plugin/reference/reports/deprecated.html index 3efee086..e9d61fd5 100644 --- a/5/plugin/reference/reports/deprecated.html +++ b/5/plugin/reference/reports/deprecated.html @@ -388,6 +388,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/reports/errors.html b/5/plugin/reference/reports/errors.html index 7e5c313c..f7c73a07 100644 --- a/5/plugin/reference/reports/errors.html +++ b/5/plugin/reference/reports/errors.html @@ -388,6 +388,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model diff --git a/5/plugin/reference/reports/markers.html b/5/plugin/reference/reports/markers.html index ac49fab3..022adf12 100644 --- a/5/plugin/reference/reports/markers.html +++ b/5/plugin/reference/reports/markers.html @@ -388,6 +388,10 @@

                                                                        • Controller +
                                                                        • +
                                                                        • + Event +
                                                                        • Model @@ -533,10 +537,6 @@

                                                                          Table of Contents

                                                                          plugins/baser-core/src/Controller/Admin/SitesController.php 1 - - - plugins/baser-core/src/Middleware/BcRedirectMainSiteMiddleware.php - 1 plugins/baser-core/src/Model/Table/ContentsTable.php @@ -577,10 +577,6 @@

                                                                          Table of Contents

                                                                          plugins/bc-blog/src/Service/BlogPostsService.php 1 - - - plugins/bc-custom-content/src/Plugin.php - 1 plugins/bc-custom-content/src/View/Helper/CustomContentAdminHelper.php @@ -600,7 +596,7 @@

                                                                          Table of Contents

                                                                          plugins/bc-mail/src/Model/Table/MailContentsTable.php - 2 + 1 plugins/bc-mail/src/Model/Table/MailMessagesTable.php @@ -645,24 +641,6 @@

                                                                          Si ucmitz 未実装のためコメントアウト - - -

                                                                          BcRedirectMainSiteMiddleware.php

                                                                          - - - - - - - - - - - - - - -
                                                                          TypeLineDescription
                                                                          TODO51対象サイトでの存在確認ができていない

                                                                          ContentsTable.php

                                                                          @@ -695,7 +673,7 @@

                                                                          ContentsSer TODO - 663 + 676 ucmitz キャッシュ系が有効化されてからsoftDeleteFromTreeを使用する @@ -731,7 +709,7 @@

                                                                          BcBaserHe TODO - 1019 + 1020 HTMLレンダリングも含めた状態で取得できる、HtmlHelper::getCrumbs() とメソッド名が 同じで、 処理内容がわかりにくいので変数名のリファクタリング要。 ただし、BcBaserHelper::getCrumbs() は、テーマで利用されている可能性が高いので、 @@ -739,12 +717,12 @@

                                                                          BcBaserHe TODO - 1752 + 1753 TextHelperに移行を検討 TODO - 2502 + 2503 ucmitz 未実装 @@ -803,7 +781,7 @@

                                                                          BlogControll TODO - 68 + 69 ブログコメントの送信でエラーとなるため、一時的に無効化している @@ -839,7 +817,7 @@

                                                                          BlogPostsTa TODO - 768 + 771 ucmitz 未実装 @@ -861,24 +839,6 @@

                                                                          BlogPostsServ ucmitz 未実装 - - -

                                                                          Plugin.php

                                                                          - - - - - - - - - - - - - - -
                                                                          TypeLineDescription
                                                                          TODO99ucmitz 検証要

                                                                          CustomContentAdminHelper.php

                                                                          @@ -970,12 +930,7 @@

                                                                          MailCont TODO - 226 - ucmitz 未実装 - - - TODO - 352 + 351 ucmitz 未実装