n°2371 deprecate \MetaModel::EnumLinksClasses and \MetaModel::EnumLinkingClasses

- phpdoc: move title the to beginning of the block
This commit is contained in:
bruno DA SILVA
2019-11-25 16:35:46 +01:00
parent 70dfbbc15e
commit f416f994c9

View File

@@ -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
*/