* @license GPL2 or any later version */ interface ModuleManagementInterface { public function __construct($id = null); }