This commit is contained in:
2026-03-11 15:57:27 +01:00
parent 481271c972
commit b4b460fd21
10775 changed files with 2071579 additions and 26409 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
Copyright 2020-2021 John Havlik (email : john.havlik@mtekk.us)
Copyright 2020-2023 John Havlik (email : john.havlik@mtekk.us)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -44,6 +44,6 @@ interface setting
*
* @param array $input Array of new values from well formatted form POST request
*/
public function maybe_update_from_form_input($input);
public function maybe_update_from_form_input($input, $bool_ignore_missing = false);
//public function render(); //This is a future item we'll add, maybe
}