add editing of Character groups Quest Station tasks
This commit is contained in:
parent
b7ce9f09cd
commit
112c7d0b4f
6 changed files with 184 additions and 22 deletions
|
|
@ -71,6 +71,19 @@
|
|||
public abstract function quest($seminary, $groupsgroup, $quest, $station, $charactergroup);
|
||||
|
||||
|
||||
/**
|
||||
* Action: edittask.
|
||||
*
|
||||
* Edit the task of a Station.
|
||||
*
|
||||
* @param array $seminary Current Seminary data
|
||||
* @param array $groupsgroup Current Groups group data
|
||||
* @param array $quest Current Quest data
|
||||
* @param array $station Current Station data
|
||||
*/
|
||||
public abstract function edittask($seminary, $groupsgroup, $quest, $station);
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue