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

Class MandateManager

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

Deletes the entity.

Deletes the entity.

Parameters

$entity

Implementation of

ApiBundle\Manager\NonPersistentEntityManagerInterface::remove()
public
# update( ApiBundle\Entity\Mandate $entity )

Updates the entity.

Updates the entity.

Parameters

$entity

Implementation of

ApiBundle\Manager\NonPersistentEntityManagerInterface::update()
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

Implementation of

ApiBundle\Manager\NonPersistentEntityManagerInterface::supports()
public
# updateName( ApiBundle\Entity\Mandate $mandate )

Updates Mandate name: if there is no name, one is generated.

Updates Mandate name: if there is no name, one is generated.

Parameters

$mandate
API documentation generated by ApiGen