PartKeepr\SiPrefixBundle\Entity\SiPrefix::getSymbol PHP Méthode

getSymbol() public méthode

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