| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class FormAddDocument extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | protected $location = ''; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function getLocation(): string |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param string $location |
||
| 39 | */ |
||
| 40 | public function setLocation(string $location): void |
||
| 45 |