PHP Class PartKeepr\StorageLocationBundle\Entity\StorageLocationImage

Inheritance: extends PartKeepr\ImageBundle\Entity\Image
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( ) Creates a new storage location image instance.
getStorageLocation ( ) : StorageLocation Returns the storage location.
setStorageLocation ( StorageLocation $storageLocation ) Sets the storage location.

Method Details

__construct() public method

Creates a new storage location image instance.
public __construct ( )

getStorageLocation() public method

Returns the storage location.
public getStorageLocation ( ) : StorageLocation
return StorageLocation the storage location

setStorageLocation() public method

Sets the storage location.
public setStorageLocation ( StorageLocation $storageLocation )
$storageLocation StorageLocation The storage location to set