Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
95 | public function getRef() |
||
96 | { |
||
97 | if ($this->Ref) { |
||
98 | $this->methodProperties['Ref'] = $this->Ref; |
||
1 ignored issue
–
show
|
|||
99 | } |
||
100 | |||
101 | return $this; |
||
102 | } |
||
105 |