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

GetValue() final public method

final public GetValue ( $Entity )
    public final function GetValue($Entity)
    {
        return isset($Entity->{$this->PropertyKey}) ? $Entity->{$this->PropertyKey} : null;
    }