Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pomek/581fc6f094b3a6f04619 to your computer and use it in GitHub Desktop.
Save pomek/581fc6f094b3a6f04619 to your computer and use it in GitHub Desktop.
<?php
/**
* @param \Search\Criteria\CriteriaCollection collection
* @return array
*/
public function getItems(CriteriaCollection $collection)
{
// …
foreach ($collection->getAll() as $item) {
$item->apply($query);
}
// …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment