PartKeepr\UnitBundle\Entity\Unit::setPrefixes PHP Method

setPrefixes() public method

Sets the SiPrefixes.
public setPrefixes ( $array )
$array
    public function setPrefixes($array)
    {
        $this->prefixes = $array;
    }