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

setSymbol() public method

Sets the symbol for the prefix.
public setSymbol ( string $symbol )
$symbol string The symbol
    public function setSymbol($symbol)
    {
        $this->symbol = $symbol;
    }