From f416f994c9638be11ad7ee80bbf21b0b44749584 Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Mon, 25 Nov 2019 16:35:46 +0100 Subject: [PATCH] =?UTF-8?q?n=C2=B02371=20deprecate=20\MetaModel::EnumLinks?= =?UTF-8?q?Classes=20and=20\MetaModel::EnumLinkingClasses=20=20-=20phpdoc:?= =?UTF-8?q?=20move=20title=20the=20to=20beginning=20of=20the=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index aeaa50268..ea2ca4a07 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7200,13 +7200,13 @@ abstract class MetaModel } /** - * This function has two siblings that will be soon deprecated: - * {@link MetaModel::EnumLinkingClasses} and {@link MetaModel::EnumLinkClasses} - * * Using GetLinkClasses is the recommended way to determine if a class is * actually an N-N relation because it is based on the decision made by the * designer the data model * + * This function has two siblings that will be soon deprecated: + * {@link MetaModel::EnumLinkingClasses} and {@link MetaModel::EnumLinkClasses} + * * @return array (target class => (external key code => target class)) * @throws \CoreException */