diff options
Diffstat (limited to 'lib/public/FullTextSearch/Model/ISearchTemplate.php')
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchTemplate.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchTemplate.php b/lib/public/FullTextSearch/Model/ISearchTemplate.php index e0140b23252..9cd6753f2a7 100644 --- a/lib/public/FullTextSearch/Model/ISearchTemplate.php +++ b/lib/public/FullTextSearch/Model/ISearchTemplate.php @@ -55,7 +55,7 @@ use OCP\FullTextSearch\IFullTextSearchProvider; * * @see IFullTextSearchProvider::getSearchTemplate * - * @since 15.0.0 + * @since 16.0.0 * * @package OCP\FullTextSearch\Model */ @@ -66,7 +66,7 @@ interface ISearchTemplate { * Set the class of the icon to be displayed in the left panel of the * FullTextSearch navigation page, in front of the related Content Provider. * - * @since 15.0.0 + * @since 16.0.0 * * @param string $class * @@ -77,7 +77,7 @@ interface ISearchTemplate { /** * Get the class of the icon. * - * @since 15.0.0 + * @since 16.0.0 * * @return string */ @@ -87,7 +87,7 @@ interface ISearchTemplate { /** * Set the path of a CSS file that will be loaded when needed. * - * @since 15.0.0 + * @since 16.0.0 * * @param string $css * @@ -98,7 +98,7 @@ interface ISearchTemplate { /** * Get the path of the CSS file. * - * @since 15.0.0 + * @since 16.0.0 * * @return string */ @@ -111,7 +111,7 @@ interface ISearchTemplate { * This should only be used if your Content Provider needs to set options in * a way not generated by FullTextSearch * - * @since 15.0.0 + * @since 16.0.0 * * @param string $template * @@ -122,7 +122,7 @@ interface ISearchTemplate { /** * Get the path of the template file. * - * @since 15.0.0 + * @since 16.0.0 * * @return string */ @@ -135,7 +135,7 @@ interface ISearchTemplate { * * @see ISearchOption * - * @since 15.0.0 + * @since 16.0.0 * * @param ISearchOption $option * @@ -146,7 +146,7 @@ interface ISearchTemplate { /** * Get all options to be displayed in the Panel. * - * @since 15.0.0 + * @since 16.0.0 * * @return ISearchOption[] */ @@ -158,7 +158,7 @@ interface ISearchTemplate { * * @see ISearchOption * - * @since 15.0.0 + * @since 16.0.0 * * @param ISearchOption $option * @@ -169,7 +169,7 @@ interface ISearchTemplate { /** * Get all options to be displayed in the FullTextSearch navigation page. * - * @since 15.0.0 + * @since 16.0.0 * * @return array */ |