We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bca3ac commit b2c5e75Copy full SHA for b2c5e75
core/dbobject.class.php
@@ -1748,9 +1748,9 @@ final static public function GetClassDescription($sClass)
1748
* @throws \CoreException
1749
* @since 3.0.0 N°4106 Method should not be overloaded anymore for performances reasons. It will be set final in 3.1.0 (N°4107)
1750
* @since 3.0.0 N°580 New $sType parameter
1751
- *
+ * @since 3.3.0 N°4107 Should never be overriden
1752
*/
1753
- public function GetName($sType = FriendlyNameType::SHORT)
+ public final function GetName($sType = FriendlyNameType::SHORT)
1754
{
1755
return utils::EscapeHtml($this->GetRawName($sType));
1756
}
0 commit comments