상속: extends PartKeepr\UploadedFileBundle\Entity\UploadedFile
예제 #1
0
 /**
  * Creates a new IC logo instance.
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_ICLOGO);
 }
예제 #2
0
 /**
  * Creates a new IC logo instance
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_FOOTPRINT);
 }
예제 #3
0
 /**
  * Creates a new storage location image instance.
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_STORAGELOCATION);
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct(Image::IMAGE_TEMP);
 }