* Add comment.

This commit is contained in:
Yagami
2020-12-28 13:42:27 +08:00
parent 5b1bccd027
commit 4ef32f3efc
+11 -1
View File
@@ -520,7 +520,12 @@ class my extends control
* My issues.
*
* @access public
* @return void
* @param string $type
* @param string $orderBy
* @param int $recTotal
* @param int $recPerPage
* @param int $pageID
* @return void
*/
public function issue($type = 'assignedTo', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
@@ -543,6 +548,11 @@ class my extends control
* My risks.
*
* @access public
* @param string $type
* @param string $orderBy
* @param int $recTotal
* @param int $recPerPage
* @param int $pageID
* @return void
*/
public function risk($type = 'assignedTo', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)