* * Licensed under AGPLv3 * (see COPYING for full license text) * */ namespace controllers\api; abstract class api_controller { abstract static public function get_version(); }