Skip to content

Instantly share code, notes, and snippets.

@fago
Created February 10, 2013 22:55
Show Gist options
  • Save fago/4751411 to your computer and use it in GitHub Desktop.
Save fago/4751411 to your computer and use it in GitHub Desktop.
print_r($typed_data->getPropertyDefintions());
foreach ($typed_data as $name => $property) {
// Property is type data as well
echo $property->getType();
// introspect property? check it's interface and continue
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment