PartKeepr\SiPrefixBundle\Entity\SiPrefix::getSymbol PHP Method

getSymbol() public method

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