PartKeepr\PartBundle\Entity\PartParameter::getSiPrefix PHP 메소드

getSiPrefix() 공개 메소드

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