Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created September 3, 2013 22:10
Show Gist options
  • Save baldurrensch/6430267 to your computer and use it in GitHub Desktop.
Save baldurrensch/6430267 to your computer and use it in GitHub Desktop.
<?php
$elements->filter(
function($elem) use ($target) {
return $elem->getId() == $target;
}
);
@baldurrensch
Copy link
Author

$elements now contains all the filtered elements. You can also use matching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment