Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 6 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class fulltext_support extends \vse\similartopics\driver\mysqli |
||
18 | { |
||
19 | /** |
||
20 | * Check if a column is a FULLTEXT index in topics table |
||
21 | * This has been deprecated in 1.5.0, replaced by is_fulltext() |
||
22 | * |
||
23 | * @param string $column Name of the column |
||
24 | * @return bool True if column is a FULLTEXT index, false otherwise |
||
25 | */ |
||
26 | public function is_index($column = 'topic_title') |
||
31 |