RWDE::Proxy - RWDE::Proxy documentation


RWDE documentation  | view source Contained in the RWDE distribution.

Index


RWDE::Proxy

Top

Proxy object for getting the specific functionality of a particular object

invoke({ class => class_name, function => function_name, params => function_params})

To avoid require, eval and invocation from within a block of code, which is suboptimal, the proxy object instantiates the object, invokes the function with the given params hash and returns the result.


RWDE documentation  | view source Contained in the RWDE distribution.