Added missing since tags/attributes
authorMarcel Werk <burntime@woltlab.com>
Wed, 6 Apr 2016 14:03:16 +0000 (16:03 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 6 Apr 2016 14:03:16 +0000 (16:03 +0200)
wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php
wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php

index b1bfdfef17c98116a638ef47711f6d1c7e63ce7f..3c0290c73b5bd8e89809574997ca94cb567f6703 100644 (file)
@@ -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();
 }
index 68c3b38de69f96ff58b8efaac853180017ff7cf9..7d0ad932ffc64ebb37a492d1cdf3ec0d84d6edbd 100644 (file)
@@ -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();
 }