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

getSymbol() public method

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