PartKeepr\PartBundle\Entity\PartParameter::getSiPrefix PHP Méthode

getSiPrefix() public méthode

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