mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
FIX Replace uppercase String occurences with lowercase version ones
This commit is contained in:
parent
0c3b4ff95b
commit
b066628fcc
@ -30,7 +30,7 @@ class FullTextSearch
|
|||||||
* abstract indexes). Can optionally be filtered to only return indexes that are subclasses of some class
|
* abstract indexes). Can optionally be filtered to only return indexes that are subclasses of some class
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @param String $class - Class name to filter indexes by, so that all returned indexes are subclasses of provided
|
* @param string $class - Class name to filter indexes by, so that all returned indexes are subclasses of provided
|
||||||
* class
|
* class
|
||||||
* @param bool $rebuild - If true, don't use cached values
|
* @param bool $rebuild - If true, don't use cached values
|
||||||
*/
|
*/
|
||||||
|
@ -30,7 +30,7 @@ class SearchIntrospection
|
|||||||
* Get all the classes involved in a DataObject hierarchy - both super and optionally subclasses
|
* Get all the classes involved in a DataObject hierarchy - both super and optionally subclasses
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @param String $class - The class to query
|
* @param string $class - The class to query
|
||||||
* @param bool $includeSubclasses - True to return subclasses as well as super classes
|
* @param bool $includeSubclasses - True to return subclasses as well as super classes
|
||||||
* @param bool $dataOnly - True to only return classes that have tables
|
* @param bool $dataOnly - True to only return classes that have tables
|
||||||
* @return Array - Integer keys, String values as classes sorted by depth (most super first)
|
* @return Array - Integer keys, String values as classes sorted by depth (most super first)
|
||||||
|
Loading…
Reference in New Issue
Block a user