Storm\Drivers\Base\Object\Properties\Accessors\DataAttacher::SetValue PHP 메소드

SetValue() 최종 공개 메소드

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