, Nicolas Rod for the University of Geneva */ class Admin extends _Admin { } /** * Store for Admin objects. Interact with the database. Allows to save and retrieve * admin objects. * * Should be moved to the core. It only exists because it is not available through * the API. * * The _AdminStore objet is generated by the scaffolder. This class inherits from it to allow * modifications without touching the generated file. Don't modify the _ object as * it may change in the future. Instead add modifications to this class. * * @copyright (c) 2012 University of Geneva * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html * @author Laurent Opprecht */ class AdminStore extends _AdminStore { }