Function GETMETADATA
			
				Returns back meta information depending on the object passed in
			
		
		
		
		Example
getmetadata([any object,[boolean source]]):any
Arguments
				The arguments for this function are set. You can not use other arguments except the following ones.
				
			
		
		
			| Name | Type | Required | Description | 
|---|---|---|---|
| object | any | No | A component, user-defined function, query object, XML, ... . Within a CFC, the parameter can also specify the This scope | 
| source | boolean | No | return information of the source of the object | 
