Lines Matching refs:Index
87 * @param Index $index Index object or string
93 if ($index instanceof Index) {
99 'Passing a string as 1st argument to "%s()" is deprecated, pass an Index instance or use "addIndexByName" instead. It will throw a %s in 8.0.',
125 * @param Index[] $indices
143 if (!$index instanceof Index) {
144 throw new InvalidException('Invalid param type for addIndices(), expected Index[]');
269 * @param Index $index
273 if ($index instanceof Index) {
279 'Passing a string as 1st argument to "%s()" is deprecated, pass an Index instance or use "hasIndexByName" instead. It will throw a %s in 8.0.',