PartKeepr\PartBundle\Entity\PartMeasurementUnit::getName PHP Метод

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

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