課程工具插件
課程工具外掛運作方式
註冊為課程工具
class MyToolPlugin extends Plugin
{
protected function __construct()
{
parent::__construct('1.0', 'Author');
$this->isCoursePlugin = true;
$this->addCourseTool = true;
}
}每課程設定
安裝與解除安裝
整合點
課程脈絡
範例
最後更新於
這有幫助嗎?