PartKeepr\SystemPreferenceBundle\Entity\SystemPreference::setPreferenceValue PHP Method

setPreferenceValue() public method

Sets the value for this entry.
public setPreferenceValue ( mixed $value )
$value mixed
    public function setPreferenceValue($value)
    {
        $this->preferenceValue = serialize($value);
    }