PartKeepr\PartBundle\Entity\PartMeasurementUnit::getShortName PHP Méthode

getShortName() public méthode

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