PHP 클래스 PartKeepr\StorageLocationBundle\Entity\StorageLocationImage

상속: extends PartKeepr\ImageBundle\Entity\Image
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

공개 메소드들

메소드 설명
__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