Class AbstractResourceSearchFilter
Based on Dunglas' SearchFilter, its behavior is extended to apply only to specified resources.
- ApiBundle\Doctrine\ORM\Filter\AbstractResourceSearchFilter implements Dunglas\ApiBundle\Doctrine\Orm\Filter\FilterInterface uses Fidry\LoopBackApiBundle\Filter\FilterTrait (not available)
Direct known subclasses
ApiBundle\Doctrine\ORM\Filter\User\UserMandateFilter, ApiBundle\Doctrine\ORM\Filter\User\UserTypeFilter
Abstract
Namespace: ApiBundle\Doctrine\ORM\Filter
Author: Théo FIDRY theo.fidry@gmail.com
Located at ApiBundle/Doctrine/ORM/Filter/AbstractResourceSearchFilter.php
Namespace: ApiBundle\Doctrine\ORM\Filter
Author: Théo FIDRY theo.fidry@gmail.com
Located at ApiBundle/Doctrine/ORM/Filter/AbstractResourceSearchFilter.php
public
|
#
__construct( Doctrine\Common\Persistence\ManagerRegistry $managerRegistry, Dunglas\ApiBundle\Api\IriConverterInterface $iriConverter, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor, array $properties = null )
|
public
|
|
abstract protected
|
#
applyFilter( Dunglas\ApiBundle\Api\ResourceInterface $resource, Doctrine\ORM\QueryBuilder $queryBuilder, array $queryValues )
Actual logic of the filter, this function is called only if the filter is "applyable" on this resource. |
abstract protected
string
|
|
protected
string
|