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

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

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