* Add comment.
This commit is contained in:
+11
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user