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

getStorageLocation() public method

Returns the storage location.
public getStorageLocation ( ) : StorageLocation
return StorageLocation the storage location
    public function getStorageLocation()
    {
        return $this->storageLocation;
    }