Remove all traces of AudioBook, clean up some warnings

This commit is contained in:
Gilles Crettenand
2015-06-03 14:22:20 +02:00
parent eeaa6aa01f
commit de7864de4c
8 changed files with 101 additions and 266 deletions

View File

@@ -101,15 +101,6 @@ abstract class DbMapping
$this->attributes[$name] = $value;
}
/**
* Function to retrieve data from an id.
* @param int $id
* @return DbMapping
*/
public static function find($id) {
throw new \RuntimeException("This method must be implemented in child classes.");
}
/**
* Return all the public attributes in an array;
*/