We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691890 commit c51e191Copy full SHA for c51e191
tine20/Tinebase/Record/Generic.php
@@ -5,7 +5,7 @@
5
* @package Tinebase
6
* @subpackage Record
7
* @license http://www.gnu.org/licenses/agpl.html AGPL Version 3
8
- * @copyright Copyright (c) 2017-2017 Metaways Infosystems GmbH (http://www.metaways.de)
+ * @copyright Copyright (c) 2017-2024 Metaways Infosystems GmbH (http://www.metaways.de)
9
* @author Paul Mehrer <[email protected]>
10
*/
11
@@ -18,9 +18,4 @@
18
class Tinebase_Record_Generic extends Tinebase_Record_Abstract
19
{
20
protected $_identifier = 'id';
21
-
22
- public function setValidators(array $validators)
23
- {
24
- $this->_validators = $validators;
25
- }
26
}
0 commit comments