PartKeepr\UnitBundle\Entity\Unit::getName PHP Method

getName() public method

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