update plugin docs and add some helper functions

This commit is contained in:
Jerry
2023-03-31 21:44:48 +08:00
committed by GitHub
parent f85719ac8b
commit baa6ce9fc1
10 changed files with 161 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ namespace ZM\Plugin;
use ZM\Exception\PluginException;
/**
* 插件的元信息对象,对应 zmplugin.json
* 插件的元信息对象
*/
class PluginMeta implements \JsonSerializable
{