PartKeepr\StorageLocationBundle\Entity\StorageLocation::getImage PHP Method

getImage() public method

Returns the storage location image.
public getImage ( ) : StorageLocationImage
return StorageLocationImage The storage location image
    public function getImage()
    {
        return $this->image;
    }