projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2804c2
)
Added missing since tags/attributes
author
Marcel Werk
<burntime@woltlab.com>
Wed, 6 Apr 2016 14:03:16 +0000
(16:03 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 6 Apr 2016 14:03:16 +0000
(16:03 +0200)
wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php
patch
|
blob
|
blame
|
history
wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php
b/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php
index b1bfdfef17c98116a638ef47711f6d1c7e63ce7f..3c0290c73b5bd8e89809574997ca94cb567f6703 100644
(file)
--- 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 68c3b38de69f96ff58b8efaac853180017ff7cf9..7d0ad932ffc64ebb37a492d1cdf3ec0d84d6edbd 100644
(file)
--- 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();
}