From df347b90e5588b2fd5143ddb85a14986a48d3e31 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 8 Aug 2022 11:52:33 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05383=20-=20Declare=20DBObject::EnumTrans?= =?UTF-8?q?itions()=20as=20"overwritable=20hook"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 7167ae7da..dcd073638 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -3690,7 +3690,7 @@ abstract class DBObject implements iDisplay } /** - * @internal + * @overwritable-hook You can extend this method in order to provide your own logic. * * @return array *