DBAL-86 - Fix reference to nonexisting Configuration#setCustomTypes()
This commit is contained in:
parent
d0ae95604f
commit
c551192b6b
1 changed files with 2 additions and 7 deletions
|
@ -275,13 +275,8 @@ Restrictions to keep in mind:
|
||||||
|
|
||||||
When you have implemented the type you still need to let Doctrine
|
When you have implemented the type you still need to let Doctrine
|
||||||
know about it. This can be achieved through the
|
know about it. This can be achieved through the
|
||||||
``Doctrine\DBAL\Configuration#setCustomTypes(array $types)``
|
``Doctrine\DBAL\Types\Type#addType($name, $className)``
|
||||||
method. ``Doctrine\ORM\Configuration`` is a subclass of
|
method. See the following example:
|
||||||
``Doctrine\DBAL\Configuration``, so the methods are available on
|
|
||||||
your ORM Configuration instance as well.
|
|
||||||
|
|
||||||
|
|
||||||
Here is an example:
|
|
||||||
|
|
||||||
.. code-block:: php
|
.. code-block:: php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue