コースツールプラグイン
コースツールプラグインの仕組み
コースツールとしての登録
class MyToolPlugin extends Plugin
{
protected function __construct()
{
parent::__construct('1.0', 'Author');
$this->isCoursePlugin = true;
$this->addCourseTool = true;
}
}コースごとの設定
インストールとアンインストール
統合ポイント
コースのコンテキスト
例
最終更新
役に立ちましたか?