* Add case of program model.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user