+ Add comments of api.

This commit is contained in:
zhujinyong
2021-09-08 15:34:49 +08:00
parent d1a08fda29
commit 88d981a33c
43 changed files with 874 additions and 185 deletions
+10
View File
@@ -2,6 +2,15 @@
/**
* 禅道API的entry类。
* The entry class file of ZenTao API.
*
* @package framework
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.
*/
class entry extends baseEntry
{
@@ -275,6 +284,7 @@ class baseEntry
$controller = new $className();
$controller->viewType = 'json';
return $controller;
}