Commit b13c9d0f authored by Andreas Fischer's avatar Andreas Fischer

Mark 'Connection#getTransactionIsolation()' as code.

parent c09374c1
...@@ -36,7 +36,7 @@ is functionally equivalent to the previous one: ...@@ -36,7 +36,7 @@ is functionally equivalent to the previous one:
The ``Doctrine\DBAL\Connection`` also has methods to control the The ``Doctrine\DBAL\Connection`` also has methods to control the
transaction isolation level as supported by the underlying transaction isolation level as supported by the underlying
database. ``Connection#setTransactionIsolation($level)`` and database. ``Connection#setTransactionIsolation($level)`` and
Connection#getTransactionIsolation() can be used for that purpose. ``Connection#getTransactionIsolation()`` can be used for that purpose.
The possible isolation levels are represented by the following The possible isolation levels are represented by the following
constants: constants:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment