Packagecom.asfusion.mate.core
Classpublic class SmartArguments

SmartArguments is a helper class that parses the arguments with ISmartObject and returns an Array with simple Objects



Public Methods
 MethodDefined by
  
getRealArguments(scope:IScope, parameters:*):Array
Parses the arguments and removes all ISmartObjects.
SmartArguments
Method detail
getRealArguments()method
public function getRealArguments(scope:IScope, parameters:*):Array

Parses the arguments and removes all ISmartObjects. It returns an array with the actual objects.

Parameters
scope:IScope
 
parameters:*

Returns
Array