PartKeepr\StorageLocationBundle\Entity\StorageLocation::getName PHP Метод

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

Returns the name of the storage location.
public getName ( ) : string
Результат string The name
    public function getName()
    {
        return $this->name;
    }