partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

UploadedFile.php (304B)


      1 <?php
      2 
      3 namespace PartKeepr\UploadedFileBundle\Annotation;
      4 
      5 use Doctrine\ORM\Mapping\Annotation;
      6 
      7 /**
      8  * @Annotation
      9  * @Target("PROPERTY")
     10  *
     11  * Use this annotation on any property to replace any temporary images with their concrete implementation.
     12  */
     13 final class UploadedFile implements Annotation
     14 {
     15 }