Skip to content

Instantly share code, notes, and snippets.

@damiankloip
Created February 1, 2013 15:43
Show Gist options
  • Save damiankloip/4692085 to your computer and use it in GitHub Desktop.
Save damiankloip/4692085 to your computer and use it in GitHub Desktop.
<?php
return is_object($data) && array_filter($this->supportedInterfaceOrClass, function($name) use ($data) {
return $data instanceof $name;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment