Overview

Namespaces

  • malkusch
    • bav
  • PHP

Classes

  • Agency
  • AutomaticUpdatePlan
  • BAV
  • Configuration
  • ConfigurationRegistry
  • DataBackendContainer
  • DefaultConfiguration
  • DoctrineBackendContainer
  • FileDataBackendContainer
  • LogUpdatePlan
  • PDODataBackendContainer
  • UpdatePlan
  • Overview
  • Namespace
  • Class
  • Tree

Class DoctrineBackendContainer

Container for DoctrineDataBackend objects.

You will need Doctrine as composer dependency.

malkusch\bav\DataBackendContainer
Extended by malkusch\bav\DoctrineBackendContainer
Namespace: malkusch\bav
License: GPL
Author: Markus Malkusch <markus@malkusch.de>
See: DataBackend
Link: Donations
Link: http://www.doctrine-project.org/
Api
Located at DoctrineBackendContainer.php
Methods summary
public static string[]
# getXMLMappings( )

Return the paths to the XML-Mappings

Return the paths to the XML-Mappings

Returns

string[]
public static malkusch\bav\DoctrineBackendContainer
# buildByConnection( mixed $connection, mixed $isDevMode = false )

Builds a container for a connection.

Builds a container for a connection.

Parameters

$connection
mixed
$connection Doctrine::DBAL connection
$isDevMode

Returns

malkusch\bav\DoctrineBackendContainer
public
# __construct( Doctrine\ORM\EntityManager $entityManager )

Injects the EntityManager

Injects the EntityManager

public Doctrine\ORM\EntityManager
# getEntityManager( )

Gets the EntityManager

Gets the EntityManager

Returns

Doctrine\ORM\EntityManager
protected DataBackend
# makeDataBackend( )

Returns the unconfigured backend which is only created by calling the constructor.

Returns the unconfigured backend which is only created by calling the constructor.

Returns

DataBackend
Methods inherited from malkusch\bav\DataBackendContainer
applyUpdatePlan(), getDataBackend()
Constants inherited from malkusch\bav\DataBackendContainer
INSTALL_LOCK
API documentation generated by ApiGen 2.8.0