Packageorg.pranaframework.utils
Classpublic class TypeResolver

Resolves the type of an object represented by a string.



Public Methods
 MethodDefined by
  
resolveType(value:String):Class
[static] Resolves a type from a String value.
TypeResolver
Method detail
resolveType()method
public static function resolveType(value:String):Class

Resolves a type from a String value.

Parameters
value:String — the value to resolve the type from

Returns
Class