I have an array of objects that I am getting values for using foreach:
foreach($type as $value){ $value->Type; };
If I ECHO
ECHO