PartKeepr\StorageLocationBundle\Entity\StorageLocationImage::__construct PHP Method

__construct() public method

Creates a new storage location image instance.
public __construct ( )
    public function __construct()
    {
        parent::__construct(Image::IMAGE_STORAGELOCATION);
    }