PartKeepr\PartBundle\Entity\PartParameter::getUnit PHP Метод

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

Returns the unit.
public getUnit ( ) : Unit
Результат PartKeepr\UnitBundle\Entity\Unit the unit
    public function getUnit()
    {
        return $this->unit;
    }