Created
April 8, 2015 10:14
-
-
Save Akii/6c13a317a0fb7c68e4de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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