PHP PartKeepr\ImageBundle\Entity Namespace

Classes

Name Description
CachedImage Represents a cached image. Cached images are used for scale/resize operations, so that the resize/scale operation doesn't need to be done every time a scaled/resized image is requested.
Image This is only a storage class; actual image rendering is done by the ImageRenderer.
TempImage Represents a temporary image. Temporary images are used when a user uploaded an image, but not attached it to an entity.