PHP Класс PartKeepr\StorageLocationBundle\Entity\StorageLocationImage

Наследование: extends PartKeepr\ImageBundle\Entity\Image
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Creates a new storage location image instance.
getStorageLocation ( ) : StorageLocation Returns the storage location.
setStorageLocation ( StorageLocation $storageLocation ) Sets the storage location.

Описание методов

__construct() публичный Метод

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

getStorageLocation() публичный Метод

Returns the storage location.
public getStorageLocation ( ) : StorageLocation
Результат StorageLocation the storage location

setStorageLocation() публичный Метод

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