Snippets tagged “symfony2”
1 snippet uses this tag.
- How to check if not instance of some class in symfony2PHP
In Symfony2, you can check if an object is not an instance of a certain class using the "instanceof" keyword in combination with the "!" (not) operator.