This file contains 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
<?php | |
/** | |
* This is an adaptation of the same filter used in the Doctrine2 Behaviours package found here: | |
* https://github.com/Atlantic18/DoctrineExtensions | |
* | |
* It is a simplified filter made for use with the KnpLabs Doctrine Behaviours package found here: | |
* https://github.com/KnpLabs/DoctrineBehaviors | |
* (as this package doesn't include a filter) | |
* |