| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 27 | public function getAreaRef() |
||
| 28 | { |
||
| 29 | if ($this->AreaRef) { |
||
| 30 | $this->methodProperties['AreaRef'] = $this->AreaRef; |
||
|
1 ignored issue
–
show
|
|||
| 31 | } |
||
| 32 | |||
| 33 | return $this; |
||
| 34 | } |
||
| 105 |