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

getPrefix() public method

Returns the prefix name.
public getPrefix ( ) : string
return string The prefix name
    public function getPrefix()
    {
        return $this->prefix;
    }