@@ -32,6 +32,9 @@ discard block |
||
| 32 | 32 | $this->fieldHelper = new Field($this); |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $modelHelper |
|
| 37 | + */ |
|
| 35 | 38 | public function setModelHelper($modelHelper) |
| 36 | 39 | { |
| 37 | 40 | $this->modelHelper = $modelHelper; |
@@ -90,6 +93,9 @@ discard block |
||
| 90 | 93 | return $filtered_fields; |
| 91 | 94 | } |
| 92 | 95 | |
| 96 | + /** |
|
| 97 | + * @return string |
|
| 98 | + */ |
|
| 93 | 99 | public function getModelDisplayName() |
| 94 | 100 | { |
| 95 | 101 | $instance = $this->getModelInstance(); |