Skip to content

Instantly share code, notes, and snippets.

@Akii
Created April 8, 2015 10:14
Show Gist options
  • Save Akii/6c13a317a0fb7c68e4de to your computer and use it in GitHub Desktop.
Save Akii/6c13a317a0fb7c68e4de to your computer and use it in GitHub Desktop.
$query->matching(
$query->logicalAnd(
$query->getConstraint(),
$yourOtherConstraints
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment