Overview

Namespaces

  • ApiBundle
    • DataFixtures
      • Faker
        • Provider
    • DependencyInjection
    • Doctrine
      • DBAL
        • Type
      • ORM
        • Filter
          • User
    • Entity
    • EventListener
      • Doctrine
    • Manager
    • Utils
  • FrontBundle
    • Bundle
      • UserBundle
    • Client
      • Exception
    • Controller
    • DependencyInjection
    • Form
      • DataTransformer
      • Type
    • Menu
    • Security
      • Http
        • Authentication
    • Services
      • Http
    • Twig
    • Utils

Classes

  • UserMandateFilter
  • UserTypeFilter
  • Overview
  • Namespace
  • Class

Class UserMandateFilter

Filter to filter on user's mandate.

ApiBundle\Doctrine\ORM\Filter\AbstractResourceSearchFilter implements Dunglas\ApiBundle\Doctrine\Orm\Filter\FilterInterface uses Fidry\LoopBackApiBundle\Filter\FilterTrait (not available)
Extended by ApiBundle\Doctrine\ORM\Filter\User\UserMandateFilter
Namespace: ApiBundle\Doctrine\ORM\Filter\User
Author: Théo FIDRY theo.fidry@gmail.com
Example: /api/users?filter[where][mandate]=/api/mandates/5
Located at ApiBundle/Doctrine/ORM/Filter/User/UserMandateFilter.php
Methods summary
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.

Actual logic of the filter, this function is called only if the filter is "applyable" on this resource.

Parameters

$resource
$queryBuilder
$queryValues
protected string
# getResourceClass( )

Returns

string
FQCN for which the filter is applied.
public
# getDescription( Dunglas\ApiBundle\Api\ResourceInterface $resource )
Methods inherited from ApiBundle\Doctrine\ORM\Filter\AbstractResourceSearchFilter
__construct(), apply(), getFilterValueFromUrl()
API documentation generated by ApiGen