@@ -143,6 +143,9 @@ discard block |
||
143 | 143 | return $this; |
144 | 144 | } |
145 | 145 | |
146 | + /** |
|
147 | + * @param string $slug |
|
148 | + */ |
|
146 | 149 | public function getDataFieldName ($slug) |
147 | 150 | { |
148 | 151 | return $this->getGlobalSlug() . '-data-' . $slug; |
@@ -169,6 +172,9 @@ discard block |
||
169 | 172 | return null; |
170 | 173 | } |
171 | 174 | |
175 | + /** |
|
176 | + * @param string $key |
|
177 | + */ |
|
172 | 178 | public function getValue ($key, $default = '') |
173 | 179 | { |
174 | 180 | return $this->method->getValue($key, $default); |