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

  • JobManager
  • MandateManager
  • UserManager

Interfaces

  • NonPersistentEntityManagerInterface
  • Overview
  • Namespace
  • Class

Interface NonPersistentEntityManagerInterface

Interface for custom entity managers. This interface is not responsible for methods relative to the persistence usually set in a Doctrine entity manager.

Direct known implementers

ApiBundle\Manager\JobManager, ApiBundle\Manager\MandateManager, ApiBundle\Manager\UserManager
Namespace: ApiBundle\Manager
Author: Théo FIDRY theo.fidry@gmail.com
Located at ApiBundle/Manager/NonPersistentEntityManagerInterface.php
Methods summary
public
# remove( object $entity )

Deletes the entity.

Deletes the entity.

Parameters

$entity
public
# update( object $entity )

Updates the entity.

Updates the entity.

Parameters

$entity
public boolean
# supports( object|string $entity )

Checks whether the given class is supported by this manager.

Checks whether the given class is supported by this manager.

Parameters

$entity
Entity object of its FQCN.

Returns

boolean
API documentation generated by ApiGen