Configuration
public class Configuration
www.doctrine-project.org
Field Summary | |
---|---|
protected array | The attributes that are contained in the configuration. |
Constructor Summary | |
---|---|
Creates a new DBAL configuration instance. |
Method Summary | |
---|---|
SQLLogger | Gets the SQL logger that is used. |
void | setSQLLogger(SQLLogger logger) Sets the SQL logger to use. |
protected array $_attributes = array()
The attributes that are contained in the configuration. Values are default values.
public Configuration()
Creates a new DBAL configuration instance.
public SQLLogger getSQLLogger()
Gets the SQL logger that is used.
public void setSQLLogger(SQLLogger logger)
Sets the SQL logger to use. Defaults to NULL which means SQL logging is disabled.
Configuration container for the Doctrine DBAL.