| Total Complexity | 7 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | class UploadAnnotation extends AbstractAnnotation |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * The name of the upload field |
||
| 33 | * |
||
| 34 | * @var string |
||
| 35 | */ |
||
| 36 | protected $sField = ''; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @inheritDoc |
||
| 40 | */ |
||
| 41 | public static function parseAnnotation($value) |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @inheritDoc |
||
| 50 | * @throws AnnotationException |
||
| 51 | */ |
||
| 52 | public function initAnnotation(array $properties) |
||
| 60 | } |
||
| 61 | |||
| 62 | /** |
||
| 63 | * @inheritDoc |
||
| 64 | */ |
||
| 65 | public function saveValue(Metadata $xMetadata, string $sMethod = '*'): void |
||
| 70 |