Implemented method stub.

This commit is contained in:
Sander Dorigo 2014-11-02 14:59:09 +01:00
parent 2f8b10e82c
commit 03aac2f744

View File

@ -222,4 +222,15 @@ class Piggybank implements CUD, CommonDatabaseCalls, PiggybankInterface
{
// TODO: Implement findByWhat() method.
}
/**
* @param Ardent $model
* @param array $data
*
* @return bool
*/
public function update(Ardent $model, array $data)
{
// TODO: Implement update() method.
}
}