Update user query and user adapter

This commit is contained in:
Romain Neutron
2012-09-21 14:43:23 +02:00
parent 28880af8e5
commit a757adbdbe
4 changed files with 212 additions and 242 deletions

View File

@@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
use Alchemy\Phrasea\Application;
/**
*
* @package User
@@ -18,7 +20,7 @@
interface User_QueryInterface
{
public function __construct(appbox &$appbox);
public function __construct(Application $app);
public function get_results();