PartKeepr\StorageLocationBundle\Entity\StorageLocation::getName PHP Method

getName() public method

Returns the name of the storage location.
public getName ( ) : string
return string The name
    public function getName()
    {
        return $this->name;
    }