* Add case of program model.
This commit is contained in:
@@ -211,4 +211,15 @@ class programTest
|
||||
{
|
||||
return $this->program->getTreeMenu($programID);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get kanban group.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getKanbanGroupTest()
|
||||
{
|
||||
return $this->program->getKanbanGroup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user