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 JobManager

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

Deletes the entity.

Deletes the entity.

Parameters

$entity

Implementation of

ApiBundle\Manager\NonPersistentEntityManagerInterface::remove()
public
# update( ApiBundle\Entity\Job $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
# updateAbbreviation( ApiBundle\Entity\Job $job )

Updates Job abbreviation by creating one from the title if no abbreviation exists (provided Job has already a title).

Updates Job abbreviation by creating one from the title if no abbreviation exists (provided Job has already a title).

Parameters

$job
API documentation generated by ApiGen