| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | public function csrfFields() |
||
| 42 | { |
||
| 43 | return ' |
||
| 44 | <input type="hidden" name="' . $this->csrf->getTokenNameKey() . '" value="' . $this->csrf->getTokenName() . '"> |
||
| 45 | <input type="hidden" name="' . $this->csrf->getTokenValueKey() . '" value="' . $this->csrf->getTokenValue() . '"> |
||
| 46 | '; |
||
| 47 | } |
||
| 48 | } |
||
| 49 |