mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 20:18:40 +00:00
Doc + Mapper::class implementation
This commit is contained in:
parent
22d50dbe6e
commit
1b717d12f3
|
|
@ -314,4 +314,11 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function apiAccountList(RequestAbstract $request, ResponseAbstract $response, $data = null)
|
||||||
|
{
|
||||||
|
// todo: instead of returning dom, maybe only return data and let ui handle presentation?!!?!?!?!!
|
||||||
|
|
||||||
|
$mapper = new AccountMapper($this->app->dbPool->get());
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user