PartKeepr\UnitBundle\Entity\Unit::getSymbol PHP 메소드

getSymbol() 공개 메소드

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