* Update user create.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user