Paket | com.adobe.solutions.exm.runtime |
Gränssnitt | public interface IFunctionMapper |
Implementorer | SimpleFunctionMapper |
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
Metoddetaljer
resolve | () | metod |
public function resolve(scope:String, functionName:String):Function
Språkversion: | ActionScript 3.0 |
Produktversion: | Expression Manager Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parametrar
scope:String — The scope of the function to be resolved.
| |
functionName:String — The name of the function to be resolved.
|
Function — The resolved function.
|
Tue Jun 12 2018, 01:40 PM Z