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

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

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

Метод Описание
getCategory ( ) : StorageLocationCategory Returns the category of this storage location.
getCategoryPath ( ) : string Returns the category path.
getImage ( ) : StorageLocationImage Returns the storage location image.
getName ( ) : string Returns the name of the storage location.
setCategory ( StorageLocationCategory $category ) : void Sets the category for this storage location.
setImage ( StorageLocationImage $image ) : void Sets the storage location image.
setName ( string $name ) Sets the name for the storage location.

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

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

Returns the category of this storage location.
public getCategory ( ) : StorageLocationCategory
Результат StorageLocationCategory The storage location category

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

Returns the category path.
public getCategoryPath ( ) : string
Результат string

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

Returns the storage location image.
public getImage ( ) : StorageLocationImage
Результат StorageLocationImage The storage location image

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

Returns the name of the storage location.
public getName ( ) : string
Результат string The name

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

Sets the category for this storage location.
public setCategory ( StorageLocationCategory $category ) : void
$category StorageLocationCategory The category
Результат void

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

Sets the storage location image.
public setImage ( StorageLocationImage $image ) : void
$image StorageLocationImage The storage location image
Результат void

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

Sets the name for the storage location.
public setName ( string $name )
$name string the name to set