* Add case of program model.

This commit is contained in:
田淑杰
2023-01-05 16:23:50 +08:00
parent 8a3dfcbca2
commit a9d9db2782
3 changed files with 38 additions and 10 deletions
+12
View File
@@ -74,6 +74,18 @@ class programTest
return $program;
}
/**
* Get parent PM.
*
* @param array $programIdList
* @access public
* @return array
*/
public function getParentPMTest($programIdList)
{
return $this->program->getParentPM($programIdList);
}
/**
* Create stakeholder.
*