You are currently viewing the Development branch api documentation. Switch to 1.0 or 1.1

Development Doctrine_Configuration

Doctrine Configuration

The Configuration is the container for all configuration options of Doctrine.

It combines all configuration options from DBAL & ORM.

Method Summary

Returns Name Description
mixed get
boolean has
set
__construct

Method Details

  • (mixed) get($name)

    Gets the value of a configuration attribute.


  • (boolean) has($name)

    Checks whether the configuration contains/supports an attribute.


  • set($name, $value)

    Sets the value of a configuration attribute.


  • __construct()

    Creates a new configuration that can be used for Doctrine.