* [misc] Add the function for get program pairs.
This commit is contained in:
@@ -1724,6 +1724,18 @@ class tutorialModel extends model
|
||||
return array(1 => $this->getRelease());
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取新手模式项目集键值对。
|
||||
* Get program pairs.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getProgramPairs(): array
|
||||
{
|
||||
return array(1 => 'Test program');
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取新手模式项目集列表。
|
||||
* Get programs.
|
||||
|
||||
Reference in New Issue
Block a user