| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 8 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 62 | View Code Duplication | public function getField($fieldDefIdentifier, $languageCode = null) |
|
| 63 | { |
||
| 64 | if ($this->object === null) { |
||
| 65 | $this->loadObject(); |
||
| 66 | } |
||
| 67 | |||
| 68 | return $this->object->getField($fieldDefIdentifier, $languageCode); |
||
| 69 | } |
||
| 70 | } |
||
| 71 |