added todo
This commit is contained in:
parent
de97efaa00
commit
8419498959
@ -305,6 +305,7 @@ class ManiaExchangeManager {
|
|||||||
* @param int $searchOrder
|
* @param int $searchOrder
|
||||||
*/
|
*/
|
||||||
public function fetchMapsAsync(callable $function, $name = '', $author = '', $env = '', $maxMapsReturned = 100, $searchOrder = self::SEARCH_ORDER_UPDATED_NEWEST) {
|
public function fetchMapsAsync(callable $function, $name = '', $author = '', $env = '', $maxMapsReturned = 100, $searchOrder = self::SEARCH_ORDER_UPDATED_NEWEST) {
|
||||||
|
//TODO provide additional parameters as array, generally new structure
|
||||||
// TODO: remove $env because it's not really used?
|
// TODO: remove $env because it's not really used?
|
||||||
|
|
||||||
// Get Title Id
|
// Get Title Id
|
||||||
|
Loading…
Reference in New Issue
Block a user