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 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.