PartKeepr\StorageLocationBundle\Entity\StorageLocation::getName PHP Méthode

getName() public méthode

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