@@ -98,6 +98,9 @@ |
||
| 98 | 98 | return $this->data->$fieldNames['lng']; |
| 99 | 99 | } |
| 100 | 100 | |
| 101 | + /** |
|
| 102 | + * @param string $name |
|
| 103 | + */ |
|
| 101 | 104 | public function getOption($name) { |
| 102 | 105 | // Quicker execution path for "."-free names |
| 103 | 106 | if (strpos($name, '.') === false) { |