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

setValue() 공개 메소드

Sets the value.
public setValue ( float $value )
$value float The value to set
    public function setValue($value)
    {
        $this->value = $value;
        $this->recalculateRawValue();
    }