PartKeepr\PartBundle\Entity\PartParameter::getSiPrefix PHP Method

getSiPrefix() public method

Returns the si prefix for this parameter.
public getSiPrefix ( ) : SiPrefix
return PartKeepr\SiPrefixBundle\Entity\SiPrefix the si prefix or null
    public function getSiPrefix()
    {
        return $this->siPrefix;
    }