Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created May 6, 2015 06:33
Show Gist options
  • Save emil-nasso/ebadecb570621e8dff82 to your computer and use it in GitHub Desktop.
Save emil-nasso/ebadecb570621e8dff82 to your computer and use it in GitHub Desktop.
$elements = $crawler->filter("input[name='target[]']");
foreach($elements as $element){
print get_class($element);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment