Storm\Drivers\Base\Object\Properties\Accessors\MethodGetter::GetValueFrom PHP Method

GetValueFrom() public method

public GetValueFrom ( $Entity )
    public function GetValueFrom($Entity)
    {
        return $this->Reflection->invoke($Entity, $this->ConstantArguments);
    }
MethodGetter