* Update user create.

This commit is contained in:
caoyanyi
2023-01-06 09:40:55 +08:00
parent de392f3662
commit 0338be7f3d
5 changed files with 85 additions and 35 deletions
+13
View File
@@ -361,4 +361,17 @@ class programTest
{
return $this->program->getProgressList();
}
/**
* Get stakeholders.
*
* @param int $programID
* @param string $orderBy
* @access public
* @return array
*/
public function getStakeholdersTest($programID, $orderBy = 'id_desc')
{
return $this->program->getStakeholders($programID, $orderBy);
}
}