| @@ 68-75 (lines=8) @@ | ||
| 65 | /** |
|
| 66 | * @return string |
|
| 67 | */ |
|
| 68 | public function collation() |
|
| 69 | { |
|
| 70 | if (isset($this['spellcheck']['suggestions']['collation'])) { |
|
| 71 | return $this['spellcheck']['suggestions']['collation']; |
|
| 72 | } else { |
|
| 73 | return ''; |
|
| 74 | } |
|
| 75 | } |
|
| 76 | ||
| 77 | /** |
|
| 78 | * Returns the "collation", or recommendation. |
|
| @@ 68-75 (lines=8) @@ | ||
| 65 | /** |
|
| 66 | * @return string |
|
| 67 | */ |
|
| 68 | public function collation() |
|
| 69 | { |
|
| 70 | if (isset($this['spellcheck']['suggestions']['collation'])) { |
|
| 71 | return $this['spellcheck']['suggestions']['collation']; |
|
| 72 | } else { |
|
| 73 | return ''; |
|
| 74 | } |
|
| 75 | } |
|
| 76 | ||
| 77 | /** |
|
| 78 | * @return string |
|