MediaWiki master
|
A container for tasks, with sorting of tasks by their declared dependencies. More...
Inherits IteratorAggregate.
Public Member Functions | |
add (Task $task) | |
Add a task to the list. | |
getIterator () | |
Get the sorted task list as an iterator. | |
A container for tasks, with sorting of tasks by their declared dependencies.
Definition at line 13 of file TaskList.php.
MediaWiki\Installer\Task\TaskList::add | ( | Task | $task | ) |
Add a task to the list.
Definition at line 23 of file TaskList.php.
MediaWiki\Installer\Task\TaskList::getIterator | ( | ) |
Get the sorted task list as an iterator.
Definition at line 33 of file TaskList.php.