From: Marcel Werk Date: Wed, 6 Apr 2016 14:03:16 +0000 (+0200) Subject: Added missing since tags/attributes X-Git-Tag: 3.0.0_Beta_1~1967^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d82eb98c21e3fc1c5787602285636a3e9a19533f;p=GitHub%2FWoltLab%2FWCF.git Added missing since tags/attributes --- diff --git a/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php b/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php index b1bfdfef17..3c0290c73b 100644 --- a/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php +++ b/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php @@ -28,7 +28,7 @@ interface IHistorySavingObjectTypeProvider extends IObjectTypeProvider { * Returns the identifier of the appropriate page menu item. * * @return string - * @deprecated + * @deprecated since 2.2 */ public function getActivePageMenuItem(); } diff --git a/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php b/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php index 68c3b38de6..7d0ad932ff 100644 --- a/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php +++ b/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php @@ -128,6 +128,8 @@ interface ISearchableObjectType { /** * Sets the location in menu/breadcrumbs. + * + * @since 2.2 */ public function setLocation(); @@ -135,7 +137,7 @@ interface ISearchableObjectType { * Returns the name of the active main menu item. * * @return string - * @deprecated + * @deprecated since 2.2 */ public function getActiveMenuItem(); }