PartKeepr\PartBundle\Entity\PartMeasurementUnit::getShortName PHP Method

getShortName() public method

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