Storm\Drivers\Base\Object\Properties\Accessors\DataAttacher::SetValue PHP Method

SetValue() final public method

final public SetValue ( $Entity, $Value )
    public final function SetValue($Entity, $Value)
    {
        $Entity->{$this->PropertyKey} =& $Value;
    }