Guest User

doctrine-book-entity-var-dump

a guest
Oct 25th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 415.24 KB | None | 0 0
  1. <?php
  2. object(Entities\Book)#179 (3) {
  3.  ["id":"Entities\Book":private]=>
  4.   int(1)
  5.   ["title":"Entities\Book":private]=>
  6.   string(7) "MyBook1"
  7.   ["author":"Entities\Book":private]=>
  8.   object(Doctrine\Proxy\__CG__\Entities\Author)#171 (5) {
  9.    ["_entityPersister":"Doctrine\Proxy\__CG__\Entities\Author":private]=>
  10.     object(Doctrine\ORM\Persisters\BasicEntityPersister)#170 (12) {
  11.      ["_class":protected]=>
  12.       object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  13.        ["name"]=>
  14.         string(15) "Entities\Author"
  15.         ["namespace"]=>
  16.         string(8) "Entities"
  17.         ["rootEntityName"]=>
  18.         string(15) "Entities\Author"
  19.         ["customRepositoryClassName"]=>
  20.         NULL
  21.         ["isMappedSuperclass"]=>
  22.         bool(false)
  23.         ["parentClasses"]=>
  24.         array(0) {
  25.         }
  26.         ["subClasses"]=>
  27.         array(0) {
  28.         }
  29.         ["namedQueries"]=>
  30.         array(0) {
  31.         }
  32.         ["identifier"]=>
  33.         array(1) {
  34.           [0]=>
  35.           string(2) "id"
  36.         }
  37.         ["inheritanceType"]=>
  38.         int(1)
  39.         ["generatorType"]=>
  40.         int(4)
  41.         ["fieldMappings"]=>
  42.         array(2) {
  43.           ["id"]=>
  44.           array(6) {
  45.             ["id"]=>
  46.             bool(true)
  47.             ["fieldName"]=>
  48.             string(2) "id"
  49.             ["columnName"]=>
  50.             string(2) "id"
  51.             ["type"]=>
  52.             string(7) "integer"
  53.             ["unsigned"]=>
  54.             bool(false)
  55.             ["nullable"]=>
  56.             bool(false)
  57.           }
  58.           ["name"]=>
  59.           array(6) {
  60.             ["fieldName"]=>
  61.             string(4) "name"
  62.             ["columnName"]=>
  63.             string(4) "name"
  64.             ["type"]=>
  65.             string(6) "string"
  66.             ["length"]=>
  67.             int(45)
  68.             ["fixed"]=>
  69.             bool(false)
  70.             ["nullable"]=>
  71.             bool(true)
  72.           }
  73.         }
  74.         ["fieldNames"]=>
  75.         array(2) {
  76.           ["id"]=>
  77.           string(2) "id"
  78.           ["name"]=>
  79.           string(4) "name"
  80.         }
  81.         ["columnNames"]=>
  82.         array(2) {
  83.           ["id"]=>
  84.           string(2) "id"
  85.           ["name"]=>
  86.           string(4) "name"
  87.         }
  88.         ["discriminatorValue"]=>
  89.         NULL
  90.         ["discriminatorMap"]=>
  91.         array(0) {
  92.         }
  93.         ["discriminatorColumn"]=>
  94.         NULL
  95.         ["table"]=>
  96.         array(1) {
  97.           ["name"]=>
  98.           string(6) "author"
  99.         }
  100.         ["lifecycleCallbacks"]=>
  101.         array(0) {
  102.         }
  103.         ["associationMappings"]=>
  104.         array(0) {
  105.         }
  106.         ["isIdentifierComposite"]=>
  107.         bool(false)
  108.         ["containsForeignIdentifier"]=>
  109.         bool(false)
  110.         ["idGenerator"]=>
  111.         object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  112.          ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  113.           NULL
  114.         }
  115.         ["sequenceGeneratorDefinition"]=>
  116.         NULL
  117.         ["tableGeneratorDefinition"]=>
  118.         NULL
  119.         ["changeTrackingPolicy"]=>
  120.         int(1)
  121.         ["isVersioned"]=>
  122.         NULL
  123.         ["versionField"]=>
  124.         NULL
  125.         ["reflClass"]=>
  126.         object(ReflectionClass)#175 (1) {
  127.          ["name"]=>
  128.           string(15) "Entities\Author"
  129.         }
  130.         ["isReadOnly"]=>
  131.         bool(false)
  132.         ["reflFields"]=>
  133.         array(2) {
  134.           ["id"]=>
  135.           object(ReflectionProperty)#177 (2) {
  136.            ["name"]=>
  137.             string(2) "id"
  138.             ["class"]=>
  139.             string(15) "Entities\Author"
  140.           }
  141.           ["name"]=>
  142.           object(ReflectionProperty)#174 (2) {
  143.            ["name"]=>
  144.             string(4) "name"
  145.             ["class"]=>
  146.             string(15) "Entities\Author"
  147.           }
  148.         }
  149.         ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  150.         NULL
  151.       }
  152.       ["_conn":protected]=>
  153.       object(Doctrine\DBAL\Connection)#218 (13) {
  154.        ["_conn":protected]=>
  155.         object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  156.        }
  157.         ["_config":protected]=>
  158.         object(Doctrine\ORM\Configuration)#223 (1) {
  159.          ["_attributes":protected]=>
  160.           array(8) {
  161.             ["metadataCacheImpl"]=>
  162.             object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  163.              ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  164.               array(2) {
  165.                 ["[Entities\Book$CLASSMETADATA][1]"]=>
  166.                 object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  167.                  ["name"]=>
  168.                   string(13) "Entities\Book"
  169.                   ["namespace"]=>
  170.                   string(8) "Entities"
  171.                   ["rootEntityName"]=>
  172.                   string(13) "Entities\Book"
  173.                   ["customRepositoryClassName"]=>
  174.                   NULL
  175.                   ["isMappedSuperclass"]=>
  176.                   bool(false)
  177.                   ["parentClasses"]=>
  178.                   array(0) {
  179.                   }
  180.                   ["subClasses"]=>
  181.                   array(0) {
  182.                   }
  183.                   ["namedQueries"]=>
  184.                   array(0) {
  185.                   }
  186.                   ["identifier"]=>
  187.                   array(1) {
  188.                     [0]=>
  189.                     string(2) "id"
  190.                   }
  191.                   ["inheritanceType"]=>
  192.                   int(1)
  193.                   ["generatorType"]=>
  194.                   int(4)
  195.                   ["fieldMappings"]=>
  196.                   array(2) {
  197.                     ["id"]=>
  198.                     array(6) {
  199.                       ["id"]=>
  200.                       bool(true)
  201.                       ["fieldName"]=>
  202.                       string(2) "id"
  203.                       ["columnName"]=>
  204.                       string(2) "id"
  205.                       ["type"]=>
  206.                       string(7) "integer"
  207.                       ["unsigned"]=>
  208.                       bool(false)
  209.                       ["nullable"]=>
  210.                       bool(false)
  211.                     }
  212.                     ["title"]=>
  213.                     array(6) {
  214.                       ["fieldName"]=>
  215.                       string(5) "title"
  216.                       ["columnName"]=>
  217.                       string(5) "title"
  218.                       ["type"]=>
  219.                       string(6) "string"
  220.                       ["length"]=>
  221.                       int(45)
  222.                       ["fixed"]=>
  223.                       bool(false)
  224.                       ["nullable"]=>
  225.                       bool(true)
  226.                     }
  227.                   }
  228.                   ["fieldNames"]=>
  229.                   array(2) {
  230.                     ["id"]=>
  231.                     string(2) "id"
  232.                     ["title"]=>
  233.                     string(5) "title"
  234.                   }
  235.                   ["columnNames"]=>
  236.                   array(2) {
  237.                     ["id"]=>
  238.                     string(2) "id"
  239.                     ["title"]=>
  240.                     string(5) "title"
  241.                   }
  242.                   ["discriminatorValue"]=>
  243.                   NULL
  244.                   ["discriminatorMap"]=>
  245.                   array(0) {
  246.                   }
  247.                   ["discriminatorColumn"]=>
  248.                   NULL
  249.                   ["table"]=>
  250.                   array(1) {
  251.                     ["name"]=>
  252.                     string(4) "book"
  253.                   }
  254.                   ["lifecycleCallbacks"]=>
  255.                   array(0) {
  256.                   }
  257.                   ["associationMappings"]=>
  258.                   array(1) {
  259.                     ["author"]=>
  260.                     array(19) {
  261.                       ["fieldName"]=>
  262.                       string(6) "author"
  263.                       ["targetEntity"]=>
  264.                       string(15) "Entities\Author"
  265.                       ["joinColumns"]=>
  266.                       array(1) {
  267.                         [0]=>
  268.                         array(2) {
  269.                           ["name"]=>
  270.                           string(9) "author_id"
  271.                           ["referencedColumnName"]=>
  272.                           string(2) "id"
  273.                         }
  274.                       }
  275.                       ["type"]=>
  276.                       int(2)
  277.                       ["mappedBy"]=>
  278.                       NULL
  279.                       ["inversedBy"]=>
  280.                       NULL
  281.                       ["isOwningSide"]=>
  282.                       bool(true)
  283.                       ["sourceEntity"]=>
  284.                       string(13) "Entities\Book"
  285.                       ["fetch"]=>
  286.                       int(2)
  287.                       ["cascade"]=>
  288.                       array(0) {
  289.                       }
  290.                       ["isCascadeRemove"]=>
  291.                       bool(false)
  292.                       ["isCascadePersist"]=>
  293.                       bool(false)
  294.                       ["isCascadeRefresh"]=>
  295.                       bool(false)
  296.                       ["isCascadeMerge"]=>
  297.                       bool(false)
  298.                       ["isCascadeDetach"]=>
  299.                       bool(false)
  300.                       ["sourceToTargetKeyColumns"]=>
  301.                       array(1) {
  302.                         ["author_id"]=>
  303.                         string(2) "id"
  304.                       }
  305.                       ["joinColumnFieldNames"]=>
  306.                       array(1) {
  307.                         ["author_id"]=>
  308.                         string(9) "author_id"
  309.                       }
  310.                       ["targetToSourceKeyColumns"]=>
  311.                       array(1) {
  312.                         ["id"]=>
  313.                         string(9) "author_id"
  314.                       }
  315.                       ["orphanRemoval"]=>
  316.                       bool(false)
  317.                     }
  318.                   }
  319.                   ["isIdentifierComposite"]=>
  320.                   bool(false)
  321.                   ["containsForeignIdentifier"]=>
  322.                   bool(false)
  323.                   ["idGenerator"]=>
  324.                   object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  325.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  326.                     NULL
  327.                   }
  328.                   ["sequenceGeneratorDefinition"]=>
  329.                   NULL
  330.                   ["tableGeneratorDefinition"]=>
  331.                   NULL
  332.                   ["changeTrackingPolicy"]=>
  333.                   int(1)
  334.                   ["isVersioned"]=>
  335.                   NULL
  336.                   ["versionField"]=>
  337.                   NULL
  338.                   ["reflClass"]=>
  339.                   object(ReflectionClass)#189 (1) {
  340.                    ["name"]=>
  341.                     string(13) "Entities\Book"
  342.                   }
  343.                   ["isReadOnly"]=>
  344.                   bool(false)
  345.                   ["reflFields"]=>
  346.                   array(3) {
  347.                     ["id"]=>
  348.                     object(ReflectionProperty)#227 (2) {
  349.                      ["name"]=>
  350.                       string(2) "id"
  351.                       ["class"]=>
  352.                       string(13) "Entities\Book"
  353.                     }
  354.                     ["title"]=>
  355.                     object(ReflectionProperty)#188 (2) {
  356.                      ["name"]=>
  357.                       string(5) "title"
  358.                       ["class"]=>
  359.                       string(13) "Entities\Book"
  360.                     }
  361.                     ["author"]=>
  362.                     object(ReflectionProperty)#187 (2) {
  363.                      ["name"]=>
  364.                       string(6) "author"
  365.                       ["class"]=>
  366.                       string(13) "Entities\Book"
  367.                     }
  368.                   }
  369.                   ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  370.                   object(Entities\Book)#180 (3) {
  371.                    ["id":"Entities\Book":private]=>
  372.                     NULL
  373.                     ["title":"Entities\Book":private]=>
  374.                     NULL
  375.                     ["author":"Entities\Book":private]=>
  376.                     NULL
  377.                   }
  378.                 }
  379.                 ["[Entities\Author$CLASSMETADATA][1]"]=>
  380.                 object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  381.                  ["name"]=>
  382.                   string(15) "Entities\Author"
  383.                   ["namespace"]=>
  384.                   string(8) "Entities"
  385.                   ["rootEntityName"]=>
  386.                   string(15) "Entities\Author"
  387.                   ["customRepositoryClassName"]=>
  388.                   NULL
  389.                   ["isMappedSuperclass"]=>
  390.                   bool(false)
  391.                   ["parentClasses"]=>
  392.                   array(0) {
  393.                   }
  394.                   ["subClasses"]=>
  395.                   array(0) {
  396.                   }
  397.                   ["namedQueries"]=>
  398.                   array(0) {
  399.                   }
  400.                   ["identifier"]=>
  401.                   array(1) {
  402.                     [0]=>
  403.                     string(2) "id"
  404.                   }
  405.                   ["inheritanceType"]=>
  406.                   int(1)
  407.                   ["generatorType"]=>
  408.                   int(4)
  409.                   ["fieldMappings"]=>
  410.                   array(2) {
  411.                     ["id"]=>
  412.                     array(6) {
  413.                       ["id"]=>
  414.                       bool(true)
  415.                       ["fieldName"]=>
  416.                       string(2) "id"
  417.                       ["columnName"]=>
  418.                       string(2) "id"
  419.                       ["type"]=>
  420.                       string(7) "integer"
  421.                       ["unsigned"]=>
  422.                       bool(false)
  423.                       ["nullable"]=>
  424.                       bool(false)
  425.                     }
  426.                     ["name"]=>
  427.                     array(6) {
  428.                       ["fieldName"]=>
  429.                       string(4) "name"
  430.                       ["columnName"]=>
  431.                       string(4) "name"
  432.                       ["type"]=>
  433.                       string(6) "string"
  434.                       ["length"]=>
  435.                       int(45)
  436.                       ["fixed"]=>
  437.                       bool(false)
  438.                       ["nullable"]=>
  439.                       bool(true)
  440.                     }
  441.                   }
  442.                   ["fieldNames"]=>
  443.                   array(2) {
  444.                     ["id"]=>
  445.                     string(2) "id"
  446.                     ["name"]=>
  447.                     string(4) "name"
  448.                   }
  449.                   ["columnNames"]=>
  450.                   array(2) {
  451.                     ["id"]=>
  452.                     string(2) "id"
  453.                     ["name"]=>
  454.                     string(4) "name"
  455.                   }
  456.                   ["discriminatorValue"]=>
  457.                   NULL
  458.                   ["discriminatorMap"]=>
  459.                   array(0) {
  460.                   }
  461.                   ["discriminatorColumn"]=>
  462.                   NULL
  463.                   ["table"]=>
  464.                   array(1) {
  465.                     ["name"]=>
  466.                     string(6) "author"
  467.                   }
  468.                   ["lifecycleCallbacks"]=>
  469.                   array(0) {
  470.                   }
  471.                   ["associationMappings"]=>
  472.                   array(0) {
  473.                   }
  474.                   ["isIdentifierComposite"]=>
  475.                   bool(false)
  476.                   ["containsForeignIdentifier"]=>
  477.                   bool(false)
  478.                   ["idGenerator"]=>
  479.                   object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  480.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  481.                     NULL
  482.                   }
  483.                   ["sequenceGeneratorDefinition"]=>
  484.                   NULL
  485.                   ["tableGeneratorDefinition"]=>
  486.                   NULL
  487.                   ["changeTrackingPolicy"]=>
  488.                   int(1)
  489.                   ["isVersioned"]=>
  490.                   NULL
  491.                   ["versionField"]=>
  492.                   NULL
  493.                   ["reflClass"]=>
  494.                   object(ReflectionClass)#175 (1) {
  495.                    ["name"]=>
  496.                     string(15) "Entities\Author"
  497.                   }
  498.                   ["isReadOnly"]=>
  499.                   bool(false)
  500.                   ["reflFields"]=>
  501.                   array(2) {
  502.                     ["id"]=>
  503.                     object(ReflectionProperty)#177 (2) {
  504.                      ["name"]=>
  505.                       string(2) "id"
  506.                       ["class"]=>
  507.                       string(15) "Entities\Author"
  508.                     }
  509.                     ["name"]=>
  510.                     object(ReflectionProperty)#174 (2) {
  511.                      ["name"]=>
  512.                       string(4) "name"
  513.                       ["class"]=>
  514.                       string(15) "Entities\Author"
  515.                     }
  516.                   }
  517.                   ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  518.                   NULL
  519.                 }
  520.               }
  521.               ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  522.               string(0) ""
  523.             }
  524.             ["queryCacheImpl"]=>
  525.             object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  526.              ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  527.               array(2) {
  528.                 ["[Entities\Book$CLASSMETADATA][1]"]=>
  529.                 object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  530.                  ["name"]=>
  531.                   string(13) "Entities\Book"
  532.                   ["namespace"]=>
  533.                   string(8) "Entities"
  534.                   ["rootEntityName"]=>
  535.                   string(13) "Entities\Book"
  536.                   ["customRepositoryClassName"]=>
  537.                   NULL
  538.                   ["isMappedSuperclass"]=>
  539.                   bool(false)
  540.                   ["parentClasses"]=>
  541.                   array(0) {
  542.                   }
  543.                   ["subClasses"]=>
  544.                   array(0) {
  545.                   }
  546.                   ["namedQueries"]=>
  547.                   array(0) {
  548.                   }
  549.                   ["identifier"]=>
  550.                   array(1) {
  551.                     [0]=>
  552.                     string(2) "id"
  553.                   }
  554.                   ["inheritanceType"]=>
  555.                   int(1)
  556.                   ["generatorType"]=>
  557.                   int(4)
  558.                   ["fieldMappings"]=>
  559.                   array(2) {
  560.                     ["id"]=>
  561.                     array(6) {
  562.                       ["id"]=>
  563.                       bool(true)
  564.                       ["fieldName"]=>
  565.                       string(2) "id"
  566.                       ["columnName"]=>
  567.                       string(2) "id"
  568.                       ["type"]=>
  569.                       string(7) "integer"
  570.                       ["unsigned"]=>
  571.                       bool(false)
  572.                       ["nullable"]=>
  573.                       bool(false)
  574.                     }
  575.                     ["title"]=>
  576.                     array(6) {
  577.                       ["fieldName"]=>
  578.                       string(5) "title"
  579.                       ["columnName"]=>
  580.                       string(5) "title"
  581.                       ["type"]=>
  582.                       string(6) "string"
  583.                       ["length"]=>
  584.                       int(45)
  585.                       ["fixed"]=>
  586.                       bool(false)
  587.                       ["nullable"]=>
  588.                       bool(true)
  589.                     }
  590.                   }
  591.                   ["fieldNames"]=>
  592.                   array(2) {
  593.                     ["id"]=>
  594.                     string(2) "id"
  595.                     ["title"]=>
  596.                     string(5) "title"
  597.                   }
  598.                   ["columnNames"]=>
  599.                   array(2) {
  600.                     ["id"]=>
  601.                     string(2) "id"
  602.                     ["title"]=>
  603.                     string(5) "title"
  604.                   }
  605.                   ["discriminatorValue"]=>
  606.                   NULL
  607.                   ["discriminatorMap"]=>
  608.                   array(0) {
  609.                   }
  610.                   ["discriminatorColumn"]=>
  611.                   NULL
  612.                   ["table"]=>
  613.                   array(1) {
  614.                     ["name"]=>
  615.                     string(4) "book"
  616.                   }
  617.                   ["lifecycleCallbacks"]=>
  618.                   array(0) {
  619.                   }
  620.                   ["associationMappings"]=>
  621.                   array(1) {
  622.                     ["author"]=>
  623.                     array(19) {
  624.                       ["fieldName"]=>
  625.                       string(6) "author"
  626.                       ["targetEntity"]=>
  627.                       string(15) "Entities\Author"
  628.                       ["joinColumns"]=>
  629.                       array(1) {
  630.                         [0]=>
  631.                         array(2) {
  632.                           ["name"]=>
  633.                           string(9) "author_id"
  634.                           ["referencedColumnName"]=>
  635.                           string(2) "id"
  636.                         }
  637.                       }
  638.                       ["type"]=>
  639.                       int(2)
  640.                       ["mappedBy"]=>
  641.                       NULL
  642.                       ["inversedBy"]=>
  643.                       NULL
  644.                       ["isOwningSide"]=>
  645.                       bool(true)
  646.                       ["sourceEntity"]=>
  647.                       string(13) "Entities\Book"
  648.                       ["fetch"]=>
  649.                       int(2)
  650.                       ["cascade"]=>
  651.                       array(0) {
  652.                       }
  653.                       ["isCascadeRemove"]=>
  654.                       bool(false)
  655.                       ["isCascadePersist"]=>
  656.                       bool(false)
  657.                       ["isCascadeRefresh"]=>
  658.                       bool(false)
  659.                       ["isCascadeMerge"]=>
  660.                       bool(false)
  661.                       ["isCascadeDetach"]=>
  662.                       bool(false)
  663.                       ["sourceToTargetKeyColumns"]=>
  664.                       array(1) {
  665.                         ["author_id"]=>
  666.                         string(2) "id"
  667.                       }
  668.                       ["joinColumnFieldNames"]=>
  669.                       array(1) {
  670.                         ["author_id"]=>
  671.                         string(9) "author_id"
  672.                       }
  673.                       ["targetToSourceKeyColumns"]=>
  674.                       array(1) {
  675.                         ["id"]=>
  676.                         string(9) "author_id"
  677.                       }
  678.                       ["orphanRemoval"]=>
  679.                       bool(false)
  680.                     }
  681.                   }
  682.                   ["isIdentifierComposite"]=>
  683.                   bool(false)
  684.                   ["containsForeignIdentifier"]=>
  685.                   bool(false)
  686.                   ["idGenerator"]=>
  687.                   object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  688.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  689.                     NULL
  690.                   }
  691.                   ["sequenceGeneratorDefinition"]=>
  692.                   NULL
  693.                   ["tableGeneratorDefinition"]=>
  694.                   NULL
  695.                   ["changeTrackingPolicy"]=>
  696.                   int(1)
  697.                   ["isVersioned"]=>
  698.                   NULL
  699.                   ["versionField"]=>
  700.                   NULL
  701.                   ["reflClass"]=>
  702.                   object(ReflectionClass)#189 (1) {
  703.                    ["name"]=>
  704.                     string(13) "Entities\Book"
  705.                   }
  706.                   ["isReadOnly"]=>
  707.                   bool(false)
  708.                   ["reflFields"]=>
  709.                   array(3) {
  710.                     ["id"]=>
  711.                     object(ReflectionProperty)#227 (2) {
  712.                      ["name"]=>
  713.                       string(2) "id"
  714.                       ["class"]=>
  715.                       string(13) "Entities\Book"
  716.                     }
  717.                     ["title"]=>
  718.                     object(ReflectionProperty)#188 (2) {
  719.                      ["name"]=>
  720.                       string(5) "title"
  721.                       ["class"]=>
  722.                       string(13) "Entities\Book"
  723.                     }
  724.                     ["author"]=>
  725.                     object(ReflectionProperty)#187 (2) {
  726.                      ["name"]=>
  727.                       string(6) "author"
  728.                       ["class"]=>
  729.                       string(13) "Entities\Book"
  730.                     }
  731.                   }
  732.                   ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  733.                   object(Entities\Book)#180 (3) {
  734.                    ["id":"Entities\Book":private]=>
  735.                     NULL
  736.                     ["title":"Entities\Book":private]=>
  737.                     NULL
  738.                     ["author":"Entities\Book":private]=>
  739.                     NULL
  740.                   }
  741.                 }
  742.                 ["[Entities\Author$CLASSMETADATA][1]"]=>
  743.                 object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  744.                  ["name"]=>
  745.                   string(15) "Entities\Author"
  746.                   ["namespace"]=>
  747.                   string(8) "Entities"
  748.                   ["rootEntityName"]=>
  749.                   string(15) "Entities\Author"
  750.                   ["customRepositoryClassName"]=>
  751.                   NULL
  752.                   ["isMappedSuperclass"]=>
  753.                   bool(false)
  754.                   ["parentClasses"]=>
  755.                   array(0) {
  756.                   }
  757.                   ["subClasses"]=>
  758.                   array(0) {
  759.                   }
  760.                   ["namedQueries"]=>
  761.                   array(0) {
  762.                   }
  763.                   ["identifier"]=>
  764.                   array(1) {
  765.                     [0]=>
  766.                     string(2) "id"
  767.                   }
  768.                   ["inheritanceType"]=>
  769.                   int(1)
  770.                   ["generatorType"]=>
  771.                   int(4)
  772.                   ["fieldMappings"]=>
  773.                   array(2) {
  774.                     ["id"]=>
  775.                     array(6) {
  776.                       ["id"]=>
  777.                       bool(true)
  778.                       ["fieldName"]=>
  779.                       string(2) "id"
  780.                       ["columnName"]=>
  781.                       string(2) "id"
  782.                       ["type"]=>
  783.                       string(7) "integer"
  784.                       ["unsigned"]=>
  785.                       bool(false)
  786.                       ["nullable"]=>
  787.                       bool(false)
  788.                     }
  789.                     ["name"]=>
  790.                     array(6) {
  791.                       ["fieldName"]=>
  792.                       string(4) "name"
  793.                       ["columnName"]=>
  794.                       string(4) "name"
  795.                       ["type"]=>
  796.                       string(6) "string"
  797.                       ["length"]=>
  798.                       int(45)
  799.                       ["fixed"]=>
  800.                       bool(false)
  801.                       ["nullable"]=>
  802.                       bool(true)
  803.                     }
  804.                   }
  805.                   ["fieldNames"]=>
  806.                   array(2) {
  807.                     ["id"]=>
  808.                     string(2) "id"
  809.                     ["name"]=>
  810.                     string(4) "name"
  811.                   }
  812.                   ["columnNames"]=>
  813.                   array(2) {
  814.                     ["id"]=>
  815.                     string(2) "id"
  816.                     ["name"]=>
  817.                     string(4) "name"
  818.                   }
  819.                   ["discriminatorValue"]=>
  820.                   NULL
  821.                   ["discriminatorMap"]=>
  822.                   array(0) {
  823.                   }
  824.                   ["discriminatorColumn"]=>
  825.                   NULL
  826.                   ["table"]=>
  827.                   array(1) {
  828.                     ["name"]=>
  829.                     string(6) "author"
  830.                   }
  831.                   ["lifecycleCallbacks"]=>
  832.                   array(0) {
  833.                   }
  834.                   ["associationMappings"]=>
  835.                   array(0) {
  836.                   }
  837.                   ["isIdentifierComposite"]=>
  838.                   bool(false)
  839.                   ["containsForeignIdentifier"]=>
  840.                   bool(false)
  841.                   ["idGenerator"]=>
  842.                   object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  843.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  844.                     NULL
  845.                   }
  846.                   ["sequenceGeneratorDefinition"]=>
  847.                   NULL
  848.                   ["tableGeneratorDefinition"]=>
  849.                   NULL
  850.                   ["changeTrackingPolicy"]=>
  851.                   int(1)
  852.                   ["isVersioned"]=>
  853.                   NULL
  854.                   ["versionField"]=>
  855.                   NULL
  856.                   ["reflClass"]=>
  857.                   object(ReflectionClass)#175 (1) {
  858.                    ["name"]=>
  859.                     string(15) "Entities\Author"
  860.                   }
  861.                   ["isReadOnly"]=>
  862.                   bool(false)
  863.                   ["reflFields"]=>
  864.                   array(2) {
  865.                     ["id"]=>
  866.                     object(ReflectionProperty)#177 (2) {
  867.                      ["name"]=>
  868.                       string(2) "id"
  869.                       ["class"]=>
  870.                       string(15) "Entities\Author"
  871.                     }
  872.                     ["name"]=>
  873.                     object(ReflectionProperty)#174 (2) {
  874.                      ["name"]=>
  875.                       string(4) "name"
  876.                       ["class"]=>
  877.                       string(15) "Entities\Author"
  878.                     }
  879.                   }
  880.                   ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  881.                   NULL
  882.                 }
  883.               }
  884.               ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  885.               string(0) ""
  886.             }
  887.             ["sqlLogger"]=>
  888.             object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  889.            }
  890.             ["metadataDriverImpl"]=>
  891.             object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  892.              ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  893.               object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  894.                ["_conn":protected]=>
  895.                 *RECURSION*
  896.                 ["_platform":protected]=>
  897.                 object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  898.                  ["doctrineTypeMapping":protected]=>
  899.                   array(29) {
  900.                     ["tinyint"]=>
  901.                     string(7) "boolean"
  902.                     ["smallint"]=>
  903.                     string(8) "smallint"
  904.                     ["mediumint"]=>
  905.                     string(7) "integer"
  906.                     ["int"]=>
  907.                     string(7) "integer"
  908.                     ["integer"]=>
  909.                     string(7) "integer"
  910.                     ["bigint"]=>
  911.                     string(6) "bigint"
  912.                     ["tinytext"]=>
  913.                     string(4) "text"
  914.                     ["mediumtext"]=>
  915.                     string(4) "text"
  916.                     ["longtext"]=>
  917.                     string(4) "text"
  918.                     ["text"]=>
  919.                     string(4) "text"
  920.                     ["varchar"]=>
  921.                     string(6) "string"
  922.                     ["string"]=>
  923.                     string(6) "string"
  924.                     ["char"]=>
  925.                     string(6) "string"
  926.                     ["date"]=>
  927.                     string(4) "date"
  928.                     ["datetime"]=>
  929.                     string(8) "datetime"
  930.                     ["timestamp"]=>
  931.                     string(8) "datetime"
  932.                     ["time"]=>
  933.                     string(4) "time"
  934.                     ["float"]=>
  935.                     string(5) "float"
  936.                     ["double"]=>
  937.                     string(5) "float"
  938.                     ["real"]=>
  939.                     string(5) "float"
  940.                     ["decimal"]=>
  941.                     string(7) "decimal"
  942.                     ["numeric"]=>
  943.                     string(7) "decimal"
  944.                     ["year"]=>
  945.                     string(4) "date"
  946.                     ["longblob"]=>
  947.                     string(4) "blob"
  948.                     ["blob"]=>
  949.                     string(4) "blob"
  950.                     ["mediumblob"]=>
  951.                     string(4) "blob"
  952.                     ["tinyblob"]=>
  953.                     string(4) "blob"
  954.                     ["set"]=>
  955.                     string(6) "string"
  956.                     ["enum"]=>
  957.                     string(6) "string"
  958.                   }
  959.                   ["doctrineTypeComments":protected]=>
  960.                   NULL
  961.                   ["_eventManager":protected]=>
  962.                   object(Doctrine\Common\EventManager)#220 (1) {
  963.                    ["_listeners":"Doctrine\Common\EventManager":private]=>
  964.                     array(0) {
  965.                     }
  966.                   }
  967.                 }
  968.               }
  969.               ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  970.               array(4) {
  971.                 ["author"]=>
  972.                 object(Doctrine\DBAL\Schema\Table)#204 (10) {
  973.                  ["_name":protected]=>
  974.                   string(6) "author"
  975.                   ["_columns":protected]=>
  976.                   array(2) {
  977.                     ["id"]=>
  978.                     object(Doctrine\DBAL\Schema\Column)#207 (16) {
  979.                      ["_type":protected]=>
  980.                       object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  981.                      }
  982.                       ["_length":protected]=>
  983.                       NULL
  984.                       ["_precision":protected]=>
  985.                       int(10)
  986.                       ["_scale":protected]=>
  987.                       int(0)
  988.                       ["_unsigned":protected]=>
  989.                       bool(false)
  990.                       ["_fixed":protected]=>
  991.                       bool(false)
  992.                       ["_notnull":protected]=>
  993.                       bool(true)
  994.                       ["_default":protected]=>
  995.                       NULL
  996.                       ["_autoincrement":protected]=>
  997.                       bool(false)
  998.                       ["_platformOptions":protected]=>
  999.                       array(0) {
  1000.                       }
  1001.                       ["_columnDefinition":protected]=>
  1002.                       NULL
  1003.                       ["_comment":protected]=>
  1004.                       string(0) ""
  1005.                       ["_customSchemaOptions":protected]=>
  1006.                       array(0) {
  1007.                       }
  1008.                       ["_name":protected]=>
  1009.                       string(2) "id"
  1010.                       ["_namespace":protected]=>
  1011.                       NULL
  1012.                       ["_quoted":protected]=>
  1013.                       bool(false)
  1014.                     }
  1015.                     ["name"]=>
  1016.                     object(Doctrine\DBAL\Schema\Column)#206 (16) {
  1017.                      ["_type":protected]=>
  1018.                       object(Doctrine\DBAL\Types\StringType)#261 (0) {
  1019.                      }
  1020.                       ["_length":protected]=>
  1021.                       int(45)
  1022.                       ["_precision":protected]=>
  1023.                       int(10)
  1024.                       ["_scale":protected]=>
  1025.                       int(0)
  1026.                       ["_unsigned":protected]=>
  1027.                       bool(false)
  1028.                       ["_fixed":protected]=>
  1029.                       bool(false)
  1030.                       ["_notnull":protected]=>
  1031.                       bool(false)
  1032.                       ["_default":protected]=>
  1033.                       NULL
  1034.                       ["_autoincrement":protected]=>
  1035.                       bool(false)
  1036.                       ["_platformOptions":protected]=>
  1037.                       array(0) {
  1038.                       }
  1039.                       ["_columnDefinition":protected]=>
  1040.                       NULL
  1041.                       ["_comment":protected]=>
  1042.                       string(0) ""
  1043.                       ["_customSchemaOptions":protected]=>
  1044.                       array(0) {
  1045.                       }
  1046.                       ["_name":protected]=>
  1047.                       string(4) "name"
  1048.                       ["_namespace":protected]=>
  1049.                       NULL
  1050.                       ["_quoted":protected]=>
  1051.                       bool(false)
  1052.                     }
  1053.                   }
  1054.                   ["_indexes":protected]=>
  1055.                   array(1) {
  1056.                     ["primary"]=>
  1057.                     object(Doctrine\DBAL\Schema\Index)#205 (6) {
  1058.                      ["_columns":protected]=>
  1059.                       array(1) {
  1060.                         [0]=>
  1061.                         string(2) "id"
  1062.                       }
  1063.                       ["_isUnique":protected]=>
  1064.                       bool(true)
  1065.                       ["_isPrimary":protected]=>
  1066.                       bool(true)
  1067.                       ["_name":protected]=>
  1068.                       string(7) "PRIMARY"
  1069.                       ["_namespace":protected]=>
  1070.                       NULL
  1071.                       ["_quoted":protected]=>
  1072.                       bool(false)
  1073.                     }
  1074.                   }
  1075.                   ["_primaryKeyName":protected]=>
  1076.                   string(7) "primary"
  1077.                   ["_fkConstraints":protected]=>
  1078.                   array(0) {
  1079.                   }
  1080.                   ["_options":protected]=>
  1081.                   array(0) {
  1082.                   }
  1083.                   ["_schemaConfig":protected]=>
  1084.                   NULL
  1085.                   ["_namespace":protected]=>
  1086.                   NULL
  1087.                   ["_quoted":protected]=>
  1088.                   bool(false)
  1089.                   ["_idGeneratorType"]=>
  1090.                   bool(false)
  1091.                 }
  1092.                 ["book"]=>
  1093.                 object(Doctrine\DBAL\Schema\Table)#197 (10) {
  1094.                  ["_name":protected]=>
  1095.                   string(4) "book"
  1096.                   ["_columns":protected]=>
  1097.                   array(3) {
  1098.                     ["id"]=>
  1099.                     object(Doctrine\DBAL\Schema\Column)#203 (16) {
  1100.                      ["_type":protected]=>
  1101.                       object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  1102.                      }
  1103.                       ["_length":protected]=>
  1104.                       NULL
  1105.                       ["_precision":protected]=>
  1106.                       int(10)
  1107.                       ["_scale":protected]=>
  1108.                       int(0)
  1109.                       ["_unsigned":protected]=>
  1110.                       bool(false)
  1111.                       ["_fixed":protected]=>
  1112.                       bool(false)
  1113.                       ["_notnull":protected]=>
  1114.                       bool(true)
  1115.                       ["_default":protected]=>
  1116.                       NULL
  1117.                       ["_autoincrement":protected]=>
  1118.                       bool(false)
  1119.                       ["_platformOptions":protected]=>
  1120.                       array(0) {
  1121.                       }
  1122.                       ["_columnDefinition":protected]=>
  1123.                       NULL
  1124.                       ["_comment":protected]=>
  1125.                       string(0) ""
  1126.                       ["_customSchemaOptions":protected]=>
  1127.                       array(0) {
  1128.                       }
  1129.                       ["_name":protected]=>
  1130.                       string(2) "id"
  1131.                       ["_namespace":protected]=>
  1132.                       NULL
  1133.                       ["_quoted":protected]=>
  1134.                       bool(false)
  1135.                     }
  1136.                     ["title"]=>
  1137.                     object(Doctrine\DBAL\Schema\Column)#202 (16) {
  1138.                      ["_type":protected]=>
  1139.                       object(Doctrine\DBAL\Types\StringType)#261 (0) {
  1140.                      }
  1141.                       ["_length":protected]=>
  1142.                       int(45)
  1143.                       ["_precision":protected]=>
  1144.                       int(10)
  1145.                       ["_scale":protected]=>
  1146.                       int(0)
  1147.                       ["_unsigned":protected]=>
  1148.                       bool(false)
  1149.                       ["_fixed":protected]=>
  1150.                       bool(false)
  1151.                       ["_notnull":protected]=>
  1152.                       bool(false)
  1153.                       ["_default":protected]=>
  1154.                       NULL
  1155.                       ["_autoincrement":protected]=>
  1156.                       bool(false)
  1157.                       ["_platformOptions":protected]=>
  1158.                       array(0) {
  1159.                       }
  1160.                       ["_columnDefinition":protected]=>
  1161.                       NULL
  1162.                       ["_comment":protected]=>
  1163.                       string(0) ""
  1164.                       ["_customSchemaOptions":protected]=>
  1165.                       array(0) {
  1166.                       }
  1167.                       ["_name":protected]=>
  1168.                       string(5) "title"
  1169.                       ["_namespace":protected]=>
  1170.                       NULL
  1171.                       ["_quoted":protected]=>
  1172.                       bool(false)
  1173.                     }
  1174.                     ["author_id"]=>
  1175.                     object(Doctrine\DBAL\Schema\Column)#201 (16) {
  1176.                      ["_type":protected]=>
  1177.                       object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  1178.                      }
  1179.                       ["_length":protected]=>
  1180.                       NULL
  1181.                       ["_precision":protected]=>
  1182.                       int(10)
  1183.                       ["_scale":protected]=>
  1184.                       int(0)
  1185.                       ["_unsigned":protected]=>
  1186.                       bool(false)
  1187.                       ["_fixed":protected]=>
  1188.                       bool(false)
  1189.                       ["_notnull":protected]=>
  1190.                       bool(true)
  1191.                       ["_default":protected]=>
  1192.                       NULL
  1193.                       ["_autoincrement":protected]=>
  1194.                       bool(false)
  1195.                       ["_platformOptions":protected]=>
  1196.                       array(0) {
  1197.                       }
  1198.                       ["_columnDefinition":protected]=>
  1199.                       NULL
  1200.                       ["_comment":protected]=>
  1201.                       string(0) ""
  1202.                       ["_customSchemaOptions":protected]=>
  1203.                       array(0) {
  1204.                       }
  1205.                       ["_name":protected]=>
  1206.                       string(9) "author_id"
  1207.                       ["_namespace":protected]=>
  1208.                       NULL
  1209.                       ["_quoted":protected]=>
  1210.                       bool(false)
  1211.                     }
  1212.                   }
  1213.                   ["_indexes":protected]=>
  1214.                   array(2) {
  1215.                     ["primary"]=>
  1216.                     object(Doctrine\DBAL\Schema\Index)#199 (6) {
  1217.                      ["_columns":protected]=>
  1218.                       array(1) {
  1219.                         [0]=>
  1220.                         string(2) "id"
  1221.                       }
  1222.                       ["_isUnique":protected]=>
  1223.                       bool(true)
  1224.                       ["_isPrimary":protected]=>
  1225.                       bool(true)
  1226.                       ["_name":protected]=>
  1227.                       string(7) "PRIMARY"
  1228.                       ["_namespace":protected]=>
  1229.                       NULL
  1230.                       ["_quoted":protected]=>
  1231.                       bool(false)
  1232.                     }
  1233.                     ["fk_book_author1_idx"]=>
  1234.                     object(Doctrine\DBAL\Schema\Index)#198 (6) {
  1235.                      ["_columns":protected]=>
  1236.                       array(1) {
  1237.                         [0]=>
  1238.                         string(9) "author_id"
  1239.                       }
  1240.                       ["_isUnique":protected]=>
  1241.                       bool(false)
  1242.                       ["_isPrimary":protected]=>
  1243.                       bool(false)
  1244.                       ["_name":protected]=>
  1245.                       string(19) "fk_book_author1_idx"
  1246.                       ["_namespace":protected]=>
  1247.                       NULL
  1248.                       ["_quoted":protected]=>
  1249.                       bool(false)
  1250.                     }
  1251.                   }
  1252.                   ["_primaryKeyName":protected]=>
  1253.                   string(7) "primary"
  1254.                   ["_fkConstraints":protected]=>
  1255.                   array(1) {
  1256.                     ["fk_book_author1"]=>
  1257.                     object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  1258.                      ["_localTable":protected]=>
  1259.                       *RECURSION*
  1260.                       ["_localColumnNames":protected]=>
  1261.                       array(1) {
  1262.                         [0]=>
  1263.                         string(9) "author_id"
  1264.                       }
  1265.                       ["_foreignTableName":protected]=>
  1266.                       string(6) "author"
  1267.                       ["_foreignColumnNames":protected]=>
  1268.                       array(1) {
  1269.                         [0]=>
  1270.                         string(2) "id"
  1271.                       }
  1272.                       ["_cascade":protected]=>
  1273.                       string(0) ""
  1274.                       ["_options":protected]=>
  1275.                       array(2) {
  1276.                         ["onDelete"]=>
  1277.                         string(9) "NO ACTION"
  1278.                         ["onUpdate"]=>
  1279.                         string(9) "NO ACTION"
  1280.                       }
  1281.                       ["_name":protected]=>
  1282.                       string(15) "fk_book_author1"
  1283.                       ["_namespace":protected]=>
  1284.                       NULL
  1285.                       ["_quoted":protected]=>
  1286.                       bool(false)
  1287.                     }
  1288.                   }
  1289.                   ["_options":protected]=>
  1290.                   array(0) {
  1291.                   }
  1292.                   ["_schemaConfig":protected]=>
  1293.                   NULL
  1294.                   ["_namespace":protected]=>
  1295.                   NULL
  1296.                   ["_quoted":protected]=>
  1297.                   bool(false)
  1298.                   ["_idGeneratorType"]=>
  1299.                   bool(false)
  1300.                 }
  1301.                 ["dummy_table1"]=>
  1302.                 object(Doctrine\DBAL\Schema\Table)#194 (10) {
  1303.                  ["_name":protected]=>
  1304.                   string(12) "dummy_table1"
  1305.                   ["_columns":protected]=>
  1306.                   array(1) {
  1307.                     ["id"]=>
  1308.                     object(Doctrine\DBAL\Schema\Column)#196 (16) {
  1309.                      ["_type":protected]=>
  1310.                       object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  1311.                      }
  1312.                       ["_length":protected]=>
  1313.                       NULL
  1314.                       ["_precision":protected]=>
  1315.                       int(10)
  1316.                       ["_scale":protected]=>
  1317.                       int(0)
  1318.                       ["_unsigned":protected]=>
  1319.                       bool(false)
  1320.                       ["_fixed":protected]=>
  1321.                       bool(false)
  1322.                       ["_notnull":protected]=>
  1323.                       bool(true)
  1324.                       ["_default":protected]=>
  1325.                       NULL
  1326.                       ["_autoincrement":protected]=>
  1327.                       bool(false)
  1328.                       ["_platformOptions":protected]=>
  1329.                       array(0) {
  1330.                       }
  1331.                       ["_columnDefinition":protected]=>
  1332.                       NULL
  1333.                       ["_comment":protected]=>
  1334.                       string(0) ""
  1335.                       ["_customSchemaOptions":protected]=>
  1336.                       array(0) {
  1337.                       }
  1338.                       ["_name":protected]=>
  1339.                       string(2) "id"
  1340.                       ["_namespace":protected]=>
  1341.                       NULL
  1342.                       ["_quoted":protected]=>
  1343.                       bool(false)
  1344.                     }
  1345.                   }
  1346.                   ["_indexes":protected]=>
  1347.                   array(1) {
  1348.                     ["primary"]=>
  1349.                     object(Doctrine\DBAL\Schema\Index)#195 (6) {
  1350.                      ["_columns":protected]=>
  1351.                       array(1) {
  1352.                         [0]=>
  1353.                         string(2) "id"
  1354.                       }
  1355.                       ["_isUnique":protected]=>
  1356.                       bool(true)
  1357.                       ["_isPrimary":protected]=>
  1358.                       bool(true)
  1359.                       ["_name":protected]=>
  1360.                       string(7) "PRIMARY"
  1361.                       ["_namespace":protected]=>
  1362.                       NULL
  1363.                       ["_quoted":protected]=>
  1364.                       bool(false)
  1365.                     }
  1366.                   }
  1367.                   ["_primaryKeyName":protected]=>
  1368.                   string(7) "primary"
  1369.                   ["_fkConstraints":protected]=>
  1370.                   array(0) {
  1371.                   }
  1372.                   ["_options":protected]=>
  1373.                   array(0) {
  1374.                   }
  1375.                   ["_schemaConfig":protected]=>
  1376.                   NULL
  1377.                   ["_namespace":protected]=>
  1378.                   NULL
  1379.                   ["_quoted":protected]=>
  1380.                   bool(false)
  1381.                   ["_idGeneratorType"]=>
  1382.                   bool(false)
  1383.                 }
  1384.                 ["dummy_table2"]=>
  1385.                 object(Doctrine\DBAL\Schema\Table)#191 (10) {
  1386.                  ["_name":protected]=>
  1387.                   string(12) "dummy_table2"
  1388.                   ["_columns":protected]=>
  1389.                   array(1) {
  1390.                     ["id"]=>
  1391.                     object(Doctrine\DBAL\Schema\Column)#193 (16) {
  1392.                      ["_type":protected]=>
  1393.                       object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  1394.                      }
  1395.                       ["_length":protected]=>
  1396.                       NULL
  1397.                       ["_precision":protected]=>
  1398.                       int(10)
  1399.                       ["_scale":protected]=>
  1400.                       int(0)
  1401.                       ["_unsigned":protected]=>
  1402.                       bool(false)
  1403.                       ["_fixed":protected]=>
  1404.                       bool(false)
  1405.                       ["_notnull":protected]=>
  1406.                       bool(true)
  1407.                       ["_default":protected]=>
  1408.                       NULL
  1409.                       ["_autoincrement":protected]=>
  1410.                       bool(false)
  1411.                       ["_platformOptions":protected]=>
  1412.                       array(0) {
  1413.                       }
  1414.                       ["_columnDefinition":protected]=>
  1415.                       NULL
  1416.                       ["_comment":protected]=>
  1417.                       string(0) ""
  1418.                       ["_customSchemaOptions":protected]=>
  1419.                       array(0) {
  1420.                       }
  1421.                       ["_name":protected]=>
  1422.                       string(2) "id"
  1423.                       ["_namespace":protected]=>
  1424.                       NULL
  1425.                       ["_quoted":protected]=>
  1426.                       bool(false)
  1427.                     }
  1428.                   }
  1429.                   ["_indexes":protected]=>
  1430.                   array(1) {
  1431.                     ["primary"]=>
  1432.                     object(Doctrine\DBAL\Schema\Index)#192 (6) {
  1433.                      ["_columns":protected]=>
  1434.                       array(1) {
  1435.                         [0]=>
  1436.                         string(2) "id"
  1437.                       }
  1438.                       ["_isUnique":protected]=>
  1439.                       bool(true)
  1440.                       ["_isPrimary":protected]=>
  1441.                       bool(true)
  1442.                       ["_name":protected]=>
  1443.                       string(7) "PRIMARY"
  1444.                       ["_namespace":protected]=>
  1445.                       NULL
  1446.                       ["_quoted":protected]=>
  1447.                       bool(false)
  1448.                     }
  1449.                   }
  1450.                   ["_primaryKeyName":protected]=>
  1451.                   string(7) "primary"
  1452.                   ["_fkConstraints":protected]=>
  1453.                   array(0) {
  1454.                   }
  1455.                   ["_options":protected]=>
  1456.                   array(0) {
  1457.                   }
  1458.                   ["_schemaConfig":protected]=>
  1459.                   NULL
  1460.                   ["_namespace":protected]=>
  1461.                   NULL
  1462.                   ["_quoted":protected]=>
  1463.                   bool(false)
  1464.                   ["_idGeneratorType"]=>
  1465.                   bool(false)
  1466.                 }
  1467.               }
  1468.               ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  1469.               array(4) {
  1470.                 ["Entities\Author"]=>
  1471.                 string(6) "author"
  1472.                 ["Entities\Book"]=>
  1473.                 string(4) "book"
  1474.                 ["Entities\DummyTable1"]=>
  1475.                 string(12) "dummy_table1"
  1476.                 ["Entities\DummyTable2"]=>
  1477.                 string(12) "dummy_table2"
  1478.               }
  1479.               ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  1480.               array(0) {
  1481.               }
  1482.               ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  1483.               array(0) {
  1484.               }
  1485.               ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  1486.               array(0) {
  1487.               }
  1488.               ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  1489.               string(9) "Entities\"
  1490.            }
  1491.            ["autoGenerateProxyClasses"]=>
  1492.            bool(true)
  1493.            ["proxyDir"]=>
  1494.            string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  1495.            ["proxyNamespace"]=>
  1496.            string(14) "Doctrine\Proxy"
  1497.            ["classMetadataFactoryName"]=>
  1498.            string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  1499.          }
  1500.        }
  1501.        ["_eventManager":protected]=>
  1502.        object(Doctrine\Common\EventManager)#220 (1) {
  1503.          ["_listeners":"Doctrine\Common\EventManager":private]=>
  1504.          array(0) {
  1505.          }
  1506.        }
  1507.        ["_expr":protected]=>
  1508.        object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  1509.          ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  1510.          *RECURSION*
  1511.        }
  1512.        ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  1513.        bool(true)
  1514.        ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  1515.        int(0)
  1516.        ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  1517.        int(2)
  1518.        ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  1519.        NULL
  1520.        ["_params":"Doctrine\DBAL\Connection":private]=>
  1521.        array(6) {
  1522.          ["driver"]=>
  1523.          string(9) "pdo_mysql"
  1524.          ["user"]=>
  1525.          string(4) "root"
  1526.          ["password"]=>
  1527.          string(4) "root"
  1528.          ["host"]=>
  1529.          string(9) "localhost"
  1530.          ["dbname"]=>
  1531.          string(4) "urls"
  1532.          ["port"]=>
  1533.          string(4) "3306"
  1534.        }
  1535.        ["_platform":protected]=>
  1536.        object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  1537.          ["doctrineTypeMapping":protected]=>
  1538.          array(29) {
  1539.            ["tinyint"]=>
  1540.            string(7) "boolean"
  1541.            ["smallint"]=>
  1542.            string(8) "smallint"
  1543.            ["mediumint"]=>
  1544.            string(7) "integer"
  1545.            ["int"]=>
  1546.            string(7) "integer"
  1547.            ["integer"]=>
  1548.            string(7) "integer"
  1549.            ["bigint"]=>
  1550.            string(6) "bigint"
  1551.            ["tinytext"]=>
  1552.            string(4) "text"
  1553.            ["mediumtext"]=>
  1554.            string(4) "text"
  1555.            ["longtext"]=>
  1556.            string(4) "text"
  1557.            ["text"]=>
  1558.            string(4) "text"
  1559.            ["varchar"]=>
  1560.            string(6) "string"
  1561.            ["string"]=>
  1562.            string(6) "string"
  1563.            ["char"]=>
  1564.            string(6) "string"
  1565.            ["date"]=>
  1566.            string(4) "date"
  1567.            ["datetime"]=>
  1568.            string(8) "datetime"
  1569.            ["timestamp"]=>
  1570.            string(8) "datetime"
  1571.            ["time"]=>
  1572.            string(4) "time"
  1573.            ["float"]=>
  1574.            string(5) "float"
  1575.            ["double"]=>
  1576.            string(5) "float"
  1577.            ["real"]=>
  1578.            string(5) "float"
  1579.            ["decimal"]=>
  1580.            string(7) "decimal"
  1581.            ["numeric"]=>
  1582.            string(7) "decimal"
  1583.            ["year"]=>
  1584.            string(4) "date"
  1585.            ["longblob"]=>
  1586.            string(4) "blob"
  1587.            ["blob"]=>
  1588.            string(4) "blob"
  1589.            ["mediumblob"]=>
  1590.            string(4) "blob"
  1591.            ["tinyblob"]=>
  1592.            string(4) "blob"
  1593.            ["set"]=>
  1594.            string(6) "string"
  1595.            ["enum"]=>
  1596.            string(6) "string"
  1597.          }
  1598.          ["doctrineTypeComments":protected]=>
  1599.          NULL
  1600.          ["_eventManager":protected]=>
  1601.          object(Doctrine\Common\EventManager)#220 (1) {
  1602.            ["_listeners":"Doctrine\Common\EventManager":private]=>
  1603.            array(0) {
  1604.            }
  1605.          }
  1606.        }
  1607.        ["_schemaManager":protected]=>
  1608.        object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  1609.          ["_conn":protected]=>
  1610.          *RECURSION*
  1611.          ["_platform":protected]=>
  1612.          object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  1613.            ["doctrineTypeMapping":protected]=>
  1614.            array(29) {
  1615.              ["tinyint"]=>
  1616.              string(7) "boolean"
  1617.              ["smallint"]=>
  1618.              string(8) "smallint"
  1619.              ["mediumint"]=>
  1620.              string(7) "integer"
  1621.              ["int"]=>
  1622.              string(7) "integer"
  1623.              ["integer"]=>
  1624.              string(7) "integer"
  1625.              ["bigint"]=>
  1626.              string(6) "bigint"
  1627.              ["tinytext"]=>
  1628.              string(4) "text"
  1629.              ["mediumtext"]=>
  1630.              string(4) "text"
  1631.              ["longtext"]=>
  1632.              string(4) "text"
  1633.              ["text"]=>
  1634.              string(4) "text"
  1635.              ["varchar"]=>
  1636.              string(6) "string"
  1637.              ["string"]=>
  1638.              string(6) "string"
  1639.              ["char"]=>
  1640.              string(6) "string"
  1641.              ["date"]=>
  1642.              string(4) "date"
  1643.              ["datetime"]=>
  1644.              string(8) "datetime"
  1645.              ["timestamp"]=>
  1646.              string(8) "datetime"
  1647.              ["time"]=>
  1648.              string(4) "time"
  1649.              ["float"]=>
  1650.              string(5) "float"
  1651.              ["double"]=>
  1652.              string(5) "float"
  1653.              ["real"]=>
  1654.              string(5) "float"
  1655.              ["decimal"]=>
  1656.              string(7) "decimal"
  1657.              ["numeric"]=>
  1658.              string(7) "decimal"
  1659.              ["year"]=>
  1660.              string(4) "date"
  1661.              ["longblob"]=>
  1662.              string(4) "blob"
  1663.              ["blob"]=>
  1664.              string(4) "blob"
  1665.              ["mediumblob"]=>
  1666.              string(4) "blob"
  1667.              ["tinyblob"]=>
  1668.              string(4) "blob"
  1669.              ["set"]=>
  1670.              string(6) "string"
  1671.              ["enum"]=>
  1672.              string(6) "string"
  1673.            }
  1674.            ["doctrineTypeComments":protected]=>
  1675.            NULL
  1676.            ["_eventManager":protected]=>
  1677.            object(Doctrine\Common\EventManager)#220 (1) {
  1678.              ["_listeners":"Doctrine\Common\EventManager":private]=>
  1679.              array(0) {
  1680.              }
  1681.            }
  1682.          }
  1683.        }
  1684.        ["_driver":protected]=>
  1685.        object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  1686.        }
  1687.        ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  1688.        bool(false)
  1689.      }
  1690.      ["_platform":protected]=>
  1691.      object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  1692.        ["doctrineTypeMapping":protected]=>
  1693.        array(29) {
  1694.          ["tinyint"]=>
  1695.          string(7) "boolean"
  1696.          ["smallint"]=>
  1697.          string(8) "smallint"
  1698.          ["mediumint"]=>
  1699.          string(7) "integer"
  1700.          ["int"]=>
  1701.          string(7) "integer"
  1702.          ["integer"]=>
  1703.          string(7) "integer"
  1704.          ["bigint"]=>
  1705.          string(6) "bigint"
  1706.          ["tinytext"]=>
  1707.          string(4) "text"
  1708.          ["mediumtext"]=>
  1709.          string(4) "text"
  1710.          ["longtext"]=>
  1711.          string(4) "text"
  1712.          ["text"]=>
  1713.          string(4) "text"
  1714.          ["varchar"]=>
  1715.          string(6) "string"
  1716.          ["string"]=>
  1717.          string(6) "string"
  1718.          ["char"]=>
  1719.          string(6) "string"
  1720.          ["date"]=>
  1721.          string(4) "date"
  1722.          ["datetime"]=>
  1723.          string(8) "datetime"
  1724.          ["timestamp"]=>
  1725.          string(8) "datetime"
  1726.          ["time"]=>
  1727.          string(4) "time"
  1728.          ["float"]=>
  1729.          string(5) "float"
  1730.          ["double"]=>
  1731.          string(5) "float"
  1732.          ["real"]=>
  1733.          string(5) "float"
  1734.          ["decimal"]=>
  1735.          string(7) "decimal"
  1736.          ["numeric"]=>
  1737.          string(7) "decimal"
  1738.          ["year"]=>
  1739.          string(4) "date"
  1740.          ["longblob"]=>
  1741.          string(4) "blob"
  1742.          ["blob"]=>
  1743.          string(4) "blob"
  1744.          ["mediumblob"]=>
  1745.          string(4) "blob"
  1746.          ["tinyblob"]=>
  1747.          string(4) "blob"
  1748.          ["set"]=>
  1749.          string(6) "string"
  1750.          ["enum"]=>
  1751.          string(6) "string"
  1752.        }
  1753.        ["doctrineTypeComments":protected]=>
  1754.        NULL
  1755.        ["_eventManager":protected]=>
  1756.        object(Doctrine\Common\EventManager)#220 (1) {
  1757.          ["_listeners":"Doctrine\Common\EventManager":private]=>
  1758.          array(0) {
  1759.          }
  1760.        }
  1761.      }
  1762.      ["_em":protected]=>
  1763.      object(Doctrine\ORM\EntityManager)#215 (11) {
  1764.        ["config":"Doctrine\ORM\EntityManager":private]=>
  1765.        object(Doctrine\ORM\Configuration)#223 (1) {
  1766.          ["_attributes":protected]=>
  1767.          array(8) {
  1768.            ["metadataCacheImpl"]=>
  1769.            object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  1770.              ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  1771.              array(2) {
  1772.                ["[Entities\Book$CLASSMETADATA][1]"]=>
  1773.                object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  1774.                  ["name"]=>
  1775.                  string(13) "Entities\Book"
  1776.                  ["namespace"]=>
  1777.                  string(8) "Entities"
  1778.                  ["rootEntityName"]=>
  1779.                  string(13) "Entities\Book"
  1780.                  ["customRepositoryClassName"]=>
  1781.                  NULL
  1782.                  ["isMappedSuperclass"]=>
  1783.                  bool(false)
  1784.                  ["parentClasses"]=>
  1785.                  array(0) {
  1786.                  }
  1787.                  ["subClasses"]=>
  1788.                  array(0) {
  1789.                  }
  1790.                  ["namedQueries"]=>
  1791.                  array(0) {
  1792.                  }
  1793.                  ["identifier"]=>
  1794.                  array(1) {
  1795.                    [0]=>
  1796.                    string(2) "id"
  1797.                  }
  1798.                  ["inheritanceType"]=>
  1799.                  int(1)
  1800.                  ["generatorType"]=>
  1801.                  int(4)
  1802.                  ["fieldMappings"]=>
  1803.                  array(2) {
  1804.                    ["id"]=>
  1805.                    array(6) {
  1806.                      ["id"]=>
  1807.                      bool(true)
  1808.                      ["fieldName"]=>
  1809.                      string(2) "id"
  1810.                      ["columnName"]=>
  1811.                      string(2) "id"
  1812.                      ["type"]=>
  1813.                      string(7) "integer"
  1814.                      ["unsigned"]=>
  1815.                      bool(false)
  1816.                      ["nullable"]=>
  1817.                      bool(false)
  1818.                    }
  1819.                    ["title"]=>
  1820.                    array(6) {
  1821.                      ["fieldName"]=>
  1822.                      string(5) "title"
  1823.                      ["columnName"]=>
  1824.                      string(5) "title"
  1825.                      ["type"]=>
  1826.                      string(6) "string"
  1827.                      ["length"]=>
  1828.                      int(45)
  1829.                      ["fixed"]=>
  1830.                      bool(false)
  1831.                      ["nullable"]=>
  1832.                      bool(true)
  1833.                    }
  1834.                  }
  1835.                  ["fieldNames"]=>
  1836.                  array(2) {
  1837.                    ["id"]=>
  1838.                    string(2) "id"
  1839.                    ["title"]=>
  1840.                    string(5) "title"
  1841.                  }
  1842.                  ["columnNames"]=>
  1843.                  array(2) {
  1844.                    ["id"]=>
  1845.                    string(2) "id"
  1846.                    ["title"]=>
  1847.                    string(5) "title"
  1848.                  }
  1849.                  ["discriminatorValue"]=>
  1850.                  NULL
  1851.                  ["discriminatorMap"]=>
  1852.                  array(0) {
  1853.                  }
  1854.                  ["discriminatorColumn"]=>
  1855.                  NULL
  1856.                  ["table"]=>
  1857.                  array(1) {
  1858.                    ["name"]=>
  1859.                    string(4) "book"
  1860.                  }
  1861.                  ["lifecycleCallbacks"]=>
  1862.                  array(0) {
  1863.                  }
  1864.                  ["associationMappings"]=>
  1865.                  array(1) {
  1866.                    ["author"]=>
  1867.                    array(19) {
  1868.                      ["fieldName"]=>
  1869.                      string(6) "author"
  1870.                      ["targetEntity"]=>
  1871.                      string(15) "Entities\Author"
  1872.                      ["joinColumns"]=>
  1873.                      array(1) {
  1874.                        [0]=>
  1875.                        array(2) {
  1876.                          ["name"]=>
  1877.                          string(9) "author_id"
  1878.                          ["referencedColumnName"]=>
  1879.                          string(2) "id"
  1880.                        }
  1881.                      }
  1882.                      ["type"]=>
  1883.                      int(2)
  1884.                      ["mappedBy"]=>
  1885.                      NULL
  1886.                      ["inversedBy"]=>
  1887.                      NULL
  1888.                      ["isOwningSide"]=>
  1889.                      bool(true)
  1890.                      ["sourceEntity"]=>
  1891.                      string(13) "Entities\Book"
  1892.                      ["fetch"]=>
  1893.                      int(2)
  1894.                      ["cascade"]=>
  1895.                      array(0) {
  1896.                      }
  1897.                      ["isCascadeRemove"]=>
  1898.                      bool(false)
  1899.                      ["isCascadePersist"]=>
  1900.                      bool(false)
  1901.                      ["isCascadeRefresh"]=>
  1902.                      bool(false)
  1903.                      ["isCascadeMerge"]=>
  1904.                      bool(false)
  1905.                      ["isCascadeDetach"]=>
  1906.                      bool(false)
  1907.                      ["sourceToTargetKeyColumns"]=>
  1908.                      array(1) {
  1909.                        ["author_id"]=>
  1910.                        string(2) "id"
  1911.                      }
  1912.                      ["joinColumnFieldNames"]=>
  1913.                      array(1) {
  1914.                        ["author_id"]=>
  1915.                        string(9) "author_id"
  1916.                      }
  1917.                      ["targetToSourceKeyColumns"]=>
  1918.                      array(1) {
  1919.                        ["id"]=>
  1920.                        string(9) "author_id"
  1921.                      }
  1922.                      ["orphanRemoval"]=>
  1923.                      bool(false)
  1924.                    }
  1925.                  }
  1926.                  ["isIdentifierComposite"]=>
  1927.                  bool(false)
  1928.                  ["containsForeignIdentifier"]=>
  1929.                  bool(false)
  1930.                  ["idGenerator"]=>
  1931.                  object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  1932.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  1933.                    NULL
  1934.                  }
  1935.                  ["sequenceGeneratorDefinition"]=>
  1936.                  NULL
  1937.                  ["tableGeneratorDefinition"]=>
  1938.                  NULL
  1939.                  ["changeTrackingPolicy"]=>
  1940.                  int(1)
  1941.                  ["isVersioned"]=>
  1942.                  NULL
  1943.                  ["versionField"]=>
  1944.                  NULL
  1945.                  ["reflClass"]=>
  1946.                  object(ReflectionClass)#189 (1) {
  1947.                    ["name"]=>
  1948.                    string(13) "Entities\Book"
  1949.                  }
  1950.                  ["isReadOnly"]=>
  1951.                  bool(false)
  1952.                  ["reflFields"]=>
  1953.                  array(3) {
  1954.                    ["id"]=>
  1955.                    object(ReflectionProperty)#227 (2) {
  1956.                      ["name"]=>
  1957.                      string(2) "id"
  1958.                      ["class"]=>
  1959.                      string(13) "Entities\Book"
  1960.                    }
  1961.                    ["title"]=>
  1962.                    object(ReflectionProperty)#188 (2) {
  1963.                      ["name"]=>
  1964.                      string(5) "title"
  1965.                      ["class"]=>
  1966.                      string(13) "Entities\Book"
  1967.                    }
  1968.                    ["author"]=>
  1969.                    object(ReflectionProperty)#187 (2) {
  1970.                      ["name"]=>
  1971.                      string(6) "author"
  1972.                      ["class"]=>
  1973.                      string(13) "Entities\Book"
  1974.                    }
  1975.                  }
  1976.                  ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  1977.                  object(Entities\Book)#180 (3) {
  1978.                    ["id":"Entities\Book":private]=>
  1979.                    NULL
  1980.                    ["title":"Entities\Book":private]=>
  1981.                    NULL
  1982.                    ["author":"Entities\Book":private]=>
  1983.                    NULL
  1984.                  }
  1985.                }
  1986.                ["[Entities\Author$CLASSMETADATA][1]"]=>
  1987.                object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  1988.                  ["name"]=>
  1989.                  string(15) "Entities\Author"
  1990.                  ["namespace"]=>
  1991.                  string(8) "Entities"
  1992.                  ["rootEntityName"]=>
  1993.                  string(15) "Entities\Author"
  1994.                  ["customRepositoryClassName"]=>
  1995.                  NULL
  1996.                  ["isMappedSuperclass"]=>
  1997.                  bool(false)
  1998.                  ["parentClasses"]=>
  1999.                  array(0) {
  2000.                  }
  2001.                  ["subClasses"]=>
  2002.                  array(0) {
  2003.                  }
  2004.                  ["namedQueries"]=>
  2005.                  array(0) {
  2006.                  }
  2007.                  ["identifier"]=>
  2008.                  array(1) {
  2009.                    [0]=>
  2010.                    string(2) "id"
  2011.                  }
  2012.                  ["inheritanceType"]=>
  2013.                  int(1)
  2014.                  ["generatorType"]=>
  2015.                  int(4)
  2016.                  ["fieldMappings"]=>
  2017.                  array(2) {
  2018.                    ["id"]=>
  2019.                    array(6) {
  2020.                      ["id"]=>
  2021.                      bool(true)
  2022.                      ["fieldName"]=>
  2023.                      string(2) "id"
  2024.                      ["columnName"]=>
  2025.                      string(2) "id"
  2026.                      ["type"]=>
  2027.                      string(7) "integer"
  2028.                      ["unsigned"]=>
  2029.                      bool(false)
  2030.                      ["nullable"]=>
  2031.                      bool(false)
  2032.                    }
  2033.                    ["name"]=>
  2034.                    array(6) {
  2035.                      ["fieldName"]=>
  2036.                      string(4) "name"
  2037.                      ["columnName"]=>
  2038.                      string(4) "name"
  2039.                      ["type"]=>
  2040.                      string(6) "string"
  2041.                      ["length"]=>
  2042.                      int(45)
  2043.                      ["fixed"]=>
  2044.                      bool(false)
  2045.                      ["nullable"]=>
  2046.                      bool(true)
  2047.                    }
  2048.                  }
  2049.                  ["fieldNames"]=>
  2050.                  array(2) {
  2051.                    ["id"]=>
  2052.                    string(2) "id"
  2053.                    ["name"]=>
  2054.                    string(4) "name"
  2055.                  }
  2056.                  ["columnNames"]=>
  2057.                  array(2) {
  2058.                    ["id"]=>
  2059.                    string(2) "id"
  2060.                    ["name"]=>
  2061.                    string(4) "name"
  2062.                  }
  2063.                  ["discriminatorValue"]=>
  2064.                  NULL
  2065.                  ["discriminatorMap"]=>
  2066.                  array(0) {
  2067.                  }
  2068.                  ["discriminatorColumn"]=>
  2069.                  NULL
  2070.                  ["table"]=>
  2071.                  array(1) {
  2072.                    ["name"]=>
  2073.                    string(6) "author"
  2074.                  }
  2075.                  ["lifecycleCallbacks"]=>
  2076.                  array(0) {
  2077.                  }
  2078.                  ["associationMappings"]=>
  2079.                  array(0) {
  2080.                  }
  2081.                  ["isIdentifierComposite"]=>
  2082.                  bool(false)
  2083.                  ["containsForeignIdentifier"]=>
  2084.                  bool(false)
  2085.                  ["idGenerator"]=>
  2086.                  object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  2087.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  2088.                    NULL
  2089.                  }
  2090.                  ["sequenceGeneratorDefinition"]=>
  2091.                  NULL
  2092.                  ["tableGeneratorDefinition"]=>
  2093.                  NULL
  2094.                  ["changeTrackingPolicy"]=>
  2095.                  int(1)
  2096.                  ["isVersioned"]=>
  2097.                  NULL
  2098.                  ["versionField"]=>
  2099.                  NULL
  2100.                  ["reflClass"]=>
  2101.                  object(ReflectionClass)#175 (1) {
  2102.                    ["name"]=>
  2103.                    string(15) "Entities\Author"
  2104.                  }
  2105.                  ["isReadOnly"]=>
  2106.                  bool(false)
  2107.                  ["reflFields"]=>
  2108.                  array(2) {
  2109.                    ["id"]=>
  2110.                    object(ReflectionProperty)#177 (2) {
  2111.                      ["name"]=>
  2112.                      string(2) "id"
  2113.                      ["class"]=>
  2114.                      string(15) "Entities\Author"
  2115.                    }
  2116.                    ["name"]=>
  2117.                    object(ReflectionProperty)#174 (2) {
  2118.                      ["name"]=>
  2119.                      string(4) "name"
  2120.                      ["class"]=>
  2121.                      string(15) "Entities\Author"
  2122.                    }
  2123.                  }
  2124.                  ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  2125.                  NULL
  2126.                }
  2127.              }
  2128.              ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  2129.              string(0) ""
  2130.            }
  2131.            ["queryCacheImpl"]=>
  2132.            object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  2133.              ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  2134.              array(2) {
  2135.                ["[Entities\Book$CLASSMETADATA][1]"]=>
  2136.                object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  2137.                  ["name"]=>
  2138.                  string(13) "Entities\Book"
  2139.                  ["namespace"]=>
  2140.                  string(8) "Entities"
  2141.                  ["rootEntityName"]=>
  2142.                  string(13) "Entities\Book"
  2143.                  ["customRepositoryClassName"]=>
  2144.                  NULL
  2145.                  ["isMappedSuperclass"]=>
  2146.                  bool(false)
  2147.                  ["parentClasses"]=>
  2148.                  array(0) {
  2149.                  }
  2150.                  ["subClasses"]=>
  2151.                  array(0) {
  2152.                  }
  2153.                  ["namedQueries"]=>
  2154.                  array(0) {
  2155.                  }
  2156.                  ["identifier"]=>
  2157.                  array(1) {
  2158.                    [0]=>
  2159.                    string(2) "id"
  2160.                  }
  2161.                  ["inheritanceType"]=>
  2162.                  int(1)
  2163.                  ["generatorType"]=>
  2164.                  int(4)
  2165.                  ["fieldMappings"]=>
  2166.                  array(2) {
  2167.                    ["id"]=>
  2168.                    array(6) {
  2169.                      ["id"]=>
  2170.                      bool(true)
  2171.                      ["fieldName"]=>
  2172.                      string(2) "id"
  2173.                      ["columnName"]=>
  2174.                      string(2) "id"
  2175.                      ["type"]=>
  2176.                      string(7) "integer"
  2177.                      ["unsigned"]=>
  2178.                      bool(false)
  2179.                      ["nullable"]=>
  2180.                      bool(false)
  2181.                    }
  2182.                    ["title"]=>
  2183.                    array(6) {
  2184.                      ["fieldName"]=>
  2185.                      string(5) "title"
  2186.                      ["columnName"]=>
  2187.                      string(5) "title"
  2188.                      ["type"]=>
  2189.                      string(6) "string"
  2190.                      ["length"]=>
  2191.                      int(45)
  2192.                      ["fixed"]=>
  2193.                      bool(false)
  2194.                      ["nullable"]=>
  2195.                      bool(true)
  2196.                    }
  2197.                  }
  2198.                  ["fieldNames"]=>
  2199.                  array(2) {
  2200.                    ["id"]=>
  2201.                    string(2) "id"
  2202.                    ["title"]=>
  2203.                    string(5) "title"
  2204.                  }
  2205.                  ["columnNames"]=>
  2206.                  array(2) {
  2207.                    ["id"]=>
  2208.                    string(2) "id"
  2209.                    ["title"]=>
  2210.                    string(5) "title"
  2211.                  }
  2212.                  ["discriminatorValue"]=>
  2213.                  NULL
  2214.                  ["discriminatorMap"]=>
  2215.                  array(0) {
  2216.                  }
  2217.                  ["discriminatorColumn"]=>
  2218.                  NULL
  2219.                  ["table"]=>
  2220.                  array(1) {
  2221.                    ["name"]=>
  2222.                    string(4) "book"
  2223.                  }
  2224.                  ["lifecycleCallbacks"]=>
  2225.                  array(0) {
  2226.                  }
  2227.                  ["associationMappings"]=>
  2228.                  array(1) {
  2229.                    ["author"]=>
  2230.                    array(19) {
  2231.                      ["fieldName"]=>
  2232.                      string(6) "author"
  2233.                      ["targetEntity"]=>
  2234.                      string(15) "Entities\Author"
  2235.                      ["joinColumns"]=>
  2236.                      array(1) {
  2237.                        [0]=>
  2238.                        array(2) {
  2239.                          ["name"]=>
  2240.                          string(9) "author_id"
  2241.                          ["referencedColumnName"]=>
  2242.                          string(2) "id"
  2243.                        }
  2244.                      }
  2245.                      ["type"]=>
  2246.                      int(2)
  2247.                      ["mappedBy"]=>
  2248.                      NULL
  2249.                      ["inversedBy"]=>
  2250.                      NULL
  2251.                      ["isOwningSide"]=>
  2252.                      bool(true)
  2253.                      ["sourceEntity"]=>
  2254.                      string(13) "Entities\Book"
  2255.                      ["fetch"]=>
  2256.                      int(2)
  2257.                      ["cascade"]=>
  2258.                      array(0) {
  2259.                      }
  2260.                      ["isCascadeRemove"]=>
  2261.                      bool(false)
  2262.                      ["isCascadePersist"]=>
  2263.                      bool(false)
  2264.                      ["isCascadeRefresh"]=>
  2265.                      bool(false)
  2266.                      ["isCascadeMerge"]=>
  2267.                      bool(false)
  2268.                      ["isCascadeDetach"]=>
  2269.                      bool(false)
  2270.                      ["sourceToTargetKeyColumns"]=>
  2271.                      array(1) {
  2272.                        ["author_id"]=>
  2273.                        string(2) "id"
  2274.                      }
  2275.                      ["joinColumnFieldNames"]=>
  2276.                      array(1) {
  2277.                        ["author_id"]=>
  2278.                        string(9) "author_id"
  2279.                      }
  2280.                      ["targetToSourceKeyColumns"]=>
  2281.                      array(1) {
  2282.                        ["id"]=>
  2283.                        string(9) "author_id"
  2284.                      }
  2285.                      ["orphanRemoval"]=>
  2286.                      bool(false)
  2287.                    }
  2288.                  }
  2289.                  ["isIdentifierComposite"]=>
  2290.                  bool(false)
  2291.                  ["containsForeignIdentifier"]=>
  2292.                  bool(false)
  2293.                  ["idGenerator"]=>
  2294.                  object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  2295.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  2296.                    NULL
  2297.                  }
  2298.                  ["sequenceGeneratorDefinition"]=>
  2299.                  NULL
  2300.                  ["tableGeneratorDefinition"]=>
  2301.                  NULL
  2302.                  ["changeTrackingPolicy"]=>
  2303.                  int(1)
  2304.                  ["isVersioned"]=>
  2305.                  NULL
  2306.                  ["versionField"]=>
  2307.                  NULL
  2308.                  ["reflClass"]=>
  2309.                  object(ReflectionClass)#189 (1) {
  2310.                    ["name"]=>
  2311.                    string(13) "Entities\Book"
  2312.                  }
  2313.                  ["isReadOnly"]=>
  2314.                  bool(false)
  2315.                  ["reflFields"]=>
  2316.                  array(3) {
  2317.                    ["id"]=>
  2318.                    object(ReflectionProperty)#227 (2) {
  2319.                      ["name"]=>
  2320.                      string(2) "id"
  2321.                      ["class"]=>
  2322.                      string(13) "Entities\Book"
  2323.                    }
  2324.                    ["title"]=>
  2325.                    object(ReflectionProperty)#188 (2) {
  2326.                      ["name"]=>
  2327.                      string(5) "title"
  2328.                      ["class"]=>
  2329.                      string(13) "Entities\Book"
  2330.                    }
  2331.                    ["author"]=>
  2332.                    object(ReflectionProperty)#187 (2) {
  2333.                      ["name"]=>
  2334.                      string(6) "author"
  2335.                      ["class"]=>
  2336.                      string(13) "Entities\Book"
  2337.                    }
  2338.                  }
  2339.                  ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  2340.                  object(Entities\Book)#180 (3) {
  2341.                    ["id":"Entities\Book":private]=>
  2342.                    NULL
  2343.                    ["title":"Entities\Book":private]=>
  2344.                    NULL
  2345.                    ["author":"Entities\Book":private]=>
  2346.                    NULL
  2347.                  }
  2348.                }
  2349.                ["[Entities\Author$CLASSMETADATA][1]"]=>
  2350.                object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  2351.                  ["name"]=>
  2352.                  string(15) "Entities\Author"
  2353.                  ["namespace"]=>
  2354.                  string(8) "Entities"
  2355.                  ["rootEntityName"]=>
  2356.                  string(15) "Entities\Author"
  2357.                  ["customRepositoryClassName"]=>
  2358.                  NULL
  2359.                  ["isMappedSuperclass"]=>
  2360.                  bool(false)
  2361.                  ["parentClasses"]=>
  2362.                  array(0) {
  2363.                  }
  2364.                  ["subClasses"]=>
  2365.                  array(0) {
  2366.                  }
  2367.                  ["namedQueries"]=>
  2368.                  array(0) {
  2369.                  }
  2370.                  ["identifier"]=>
  2371.                  array(1) {
  2372.                    [0]=>
  2373.                    string(2) "id"
  2374.                  }
  2375.                  ["inheritanceType"]=>
  2376.                  int(1)
  2377.                  ["generatorType"]=>
  2378.                  int(4)
  2379.                  ["fieldMappings"]=>
  2380.                  array(2) {
  2381.                    ["id"]=>
  2382.                    array(6) {
  2383.                      ["id"]=>
  2384.                      bool(true)
  2385.                      ["fieldName"]=>
  2386.                      string(2) "id"
  2387.                      ["columnName"]=>
  2388.                      string(2) "id"
  2389.                      ["type"]=>
  2390.                      string(7) "integer"
  2391.                      ["unsigned"]=>
  2392.                      bool(false)
  2393.                      ["nullable"]=>
  2394.                      bool(false)
  2395.                    }
  2396.                    ["name"]=>
  2397.                    array(6) {
  2398.                      ["fieldName"]=>
  2399.                      string(4) "name"
  2400.                      ["columnName"]=>
  2401.                      string(4) "name"
  2402.                      ["type"]=>
  2403.                      string(6) "string"
  2404.                      ["length"]=>
  2405.                      int(45)
  2406.                      ["fixed"]=>
  2407.                      bool(false)
  2408.                      ["nullable"]=>
  2409.                      bool(true)
  2410.                    }
  2411.                  }
  2412.                  ["fieldNames"]=>
  2413.                  array(2) {
  2414.                    ["id"]=>
  2415.                    string(2) "id"
  2416.                    ["name"]=>
  2417.                    string(4) "name"
  2418.                  }
  2419.                  ["columnNames"]=>
  2420.                  array(2) {
  2421.                    ["id"]=>
  2422.                    string(2) "id"
  2423.                    ["name"]=>
  2424.                    string(4) "name"
  2425.                  }
  2426.                  ["discriminatorValue"]=>
  2427.                  NULL
  2428.                  ["discriminatorMap"]=>
  2429.                  array(0) {
  2430.                  }
  2431.                  ["discriminatorColumn"]=>
  2432.                  NULL
  2433.                  ["table"]=>
  2434.                  array(1) {
  2435.                    ["name"]=>
  2436.                    string(6) "author"
  2437.                  }
  2438.                  ["lifecycleCallbacks"]=>
  2439.                  array(0) {
  2440.                  }
  2441.                  ["associationMappings"]=>
  2442.                  array(0) {
  2443.                  }
  2444.                  ["isIdentifierComposite"]=>
  2445.                  bool(false)
  2446.                  ["containsForeignIdentifier"]=>
  2447.                  bool(false)
  2448.                  ["idGenerator"]=>
  2449.                  object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  2450.                    ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  2451.                    NULL
  2452.                  }
  2453.                  ["sequenceGeneratorDefinition"]=>
  2454.                  NULL
  2455.                  ["tableGeneratorDefinition"]=>
  2456.                  NULL
  2457.                  ["changeTrackingPolicy"]=>
  2458.                  int(1)
  2459.                  ["isVersioned"]=>
  2460.                  NULL
  2461.                  ["versionField"]=>
  2462.                  NULL
  2463.                  ["reflClass"]=>
  2464.                  object(ReflectionClass)#175 (1) {
  2465.                    ["name"]=>
  2466.                    string(15) "Entities\Author"
  2467.                  }
  2468.                  ["isReadOnly"]=>
  2469.                  bool(false)
  2470.                  ["reflFields"]=>
  2471.                  array(2) {
  2472.                    ["id"]=>
  2473.                    object(ReflectionProperty)#177 (2) {
  2474.                      ["name"]=>
  2475.                      string(2) "id"
  2476.                      ["class"]=>
  2477.                      string(15) "Entities\Author"
  2478.                    }
  2479.                    ["name"]=>
  2480.                    object(ReflectionProperty)#174 (2) {
  2481.                      ["name"]=>
  2482.                      string(4) "name"
  2483.                      ["class"]=>
  2484.                      string(15) "Entities\Author"
  2485.                    }
  2486.                  }
  2487.                  ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  2488.                  NULL
  2489.                }
  2490.              }
  2491.              ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  2492.              string(0) ""
  2493.            }
  2494.            ["sqlLogger"]=>
  2495.            object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  2496.            }
  2497.            ["metadataDriverImpl"]=>
  2498.            object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  2499.              ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  2500.              object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  2501.                ["_conn":protected]=>
  2502.                object(Doctrine\DBAL\Connection)#218 (13) {
  2503.                  ["_conn":protected]=>
  2504.                  object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  2505.                  }
  2506.                  ["_config":protected]=>
  2507.                  *RECURSION*
  2508.                  ["_eventManager":protected]=>
  2509.                  object(Doctrine\Common\EventManager)#220 (1) {
  2510.                    ["_listeners":"Doctrine\Common\EventManager":private]=>
  2511.                    array(0) {
  2512.                    }
  2513.                  }
  2514.                  ["_expr":protected]=>
  2515.                  object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  2516.                    ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  2517.                    *RECURSION*
  2518.                  }
  2519.                  ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  2520.                  bool(true)
  2521.                  ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  2522.                  int(0)
  2523.                  ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  2524.                  int(2)
  2525.                  ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  2526.                  NULL
  2527.                  ["_params":"Doctrine\DBAL\Connection":private]=>
  2528.                  array(6) {
  2529.                    ["driver"]=>
  2530.                    string(9) "pdo_mysql"
  2531.                    ["user"]=>
  2532.                    string(4) "root"
  2533.                    ["password"]=>
  2534.                    string(4) "root"
  2535.                    ["host"]=>
  2536.                    string(9) "localhost"
  2537.                    ["dbname"]=>
  2538.                    string(4) "urls"
  2539.                    ["port"]=>
  2540.                    string(4) "3306"
  2541.                  }
  2542.                  ["_platform":protected]=>
  2543.                  object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  2544.                    ["doctrineTypeMapping":protected]=>
  2545.                    array(29) {
  2546.                      ["tinyint"]=>
  2547.                      string(7) "boolean"
  2548.                      ["smallint"]=>
  2549.                      string(8) "smallint"
  2550.                      ["mediumint"]=>
  2551.                      string(7) "integer"
  2552.                      ["int"]=>
  2553.                      string(7) "integer"
  2554.                      ["integer"]=>
  2555.                      string(7) "integer"
  2556.                      ["bigint"]=>
  2557.                      string(6) "bigint"
  2558.                      ["tinytext"]=>
  2559.                      string(4) "text"
  2560.                      ["mediumtext"]=>
  2561.                      string(4) "text"
  2562.                      ["longtext"]=>
  2563.                      string(4) "text"
  2564.                      ["text"]=>
  2565.                      string(4) "text"
  2566.                      ["varchar"]=>
  2567.                      string(6) "string"
  2568.                      ["string"]=>
  2569.                      string(6) "string"
  2570.                      ["char"]=>
  2571.                      string(6) "string"
  2572.                      ["date"]=>
  2573.                      string(4) "date"
  2574.                      ["datetime"]=>
  2575.                      string(8) "datetime"
  2576.                      ["timestamp"]=>
  2577.                      string(8) "datetime"
  2578.                      ["time"]=>
  2579.                      string(4) "time"
  2580.                      ["float"]=>
  2581.                      string(5) "float"
  2582.                      ["double"]=>
  2583.                      string(5) "float"
  2584.                      ["real"]=>
  2585.                      string(5) "float"
  2586.                      ["decimal"]=>
  2587.                      string(7) "decimal"
  2588.                      ["numeric"]=>
  2589.                      string(7) "decimal"
  2590.                      ["year"]=>
  2591.                      string(4) "date"
  2592.                      ["longblob"]=>
  2593.                      string(4) "blob"
  2594.                      ["blob"]=>
  2595.                      string(4) "blob"
  2596.                      ["mediumblob"]=>
  2597.                      string(4) "blob"
  2598.                      ["tinyblob"]=>
  2599.                      string(4) "blob"
  2600.                      ["set"]=>
  2601.                      string(6) "string"
  2602.                      ["enum"]=>
  2603.                      string(6) "string"
  2604.                    }
  2605.                    ["doctrineTypeComments":protected]=>
  2606.                    NULL
  2607.                    ["_eventManager":protected]=>
  2608.                    object(Doctrine\Common\EventManager)#220 (1) {
  2609.                      ["_listeners":"Doctrine\Common\EventManager":private]=>
  2610.                      array(0) {
  2611.                      }
  2612.                    }
  2613.                  }
  2614.                  ["_schemaManager":protected]=>
  2615.                  *RECURSION*
  2616.                  ["_driver":protected]=>
  2617.                  object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  2618.                  }
  2619.                  ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  2620.                  bool(false)
  2621.                }
  2622.                ["_platform":protected]=>
  2623.                object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  2624.                  ["doctrineTypeMapping":protected]=>
  2625.                  array(29) {
  2626.                    ["tinyint"]=>
  2627.                    string(7) "boolean"
  2628.                    ["smallint"]=>
  2629.                    string(8) "smallint"
  2630.                    ["mediumint"]=>
  2631.                    string(7) "integer"
  2632.                    ["int"]=>
  2633.                    string(7) "integer"
  2634.                    ["integer"]=>
  2635.                    string(7) "integer"
  2636.                    ["bigint"]=>
  2637.                    string(6) "bigint"
  2638.                    ["tinytext"]=>
  2639.                    string(4) "text"
  2640.                    ["mediumtext"]=>
  2641.                    string(4) "text"
  2642.                    ["longtext"]=>
  2643.                    string(4) "text"
  2644.                    ["text"]=>
  2645.                    string(4) "text"
  2646.                    ["varchar"]=>
  2647.                    string(6) "string"
  2648.                    ["string"]=>
  2649.                    string(6) "string"
  2650.                    ["char"]=>
  2651.                    string(6) "string"
  2652.                    ["date"]=>
  2653.                    string(4) "date"
  2654.                    ["datetime"]=>
  2655.                    string(8) "datetime"
  2656.                    ["timestamp"]=>
  2657.                    string(8) "datetime"
  2658.                    ["time"]=>
  2659.                    string(4) "time"
  2660.                    ["float"]=>
  2661.                    string(5) "float"
  2662.                    ["double"]=>
  2663.                    string(5) "float"
  2664.                    ["real"]=>
  2665.                    string(5) "float"
  2666.                    ["decimal"]=>
  2667.                    string(7) "decimal"
  2668.                    ["numeric"]=>
  2669.                    string(7) "decimal"
  2670.                    ["year"]=>
  2671.                    string(4) "date"
  2672.                    ["longblob"]=>
  2673.                    string(4) "blob"
  2674.                    ["blob"]=>
  2675.                    string(4) "blob"
  2676.                    ["mediumblob"]=>
  2677.                    string(4) "blob"
  2678.                    ["tinyblob"]=>
  2679.                    string(4) "blob"
  2680.                    ["set"]=>
  2681.                    string(6) "string"
  2682.                    ["enum"]=>
  2683.                    string(6) "string"
  2684.                  }
  2685.                  ["doctrineTypeComments":protected]=>
  2686.                  NULL
  2687.                  ["_eventManager":protected]=>
  2688.                  object(Doctrine\Common\EventManager)#220 (1) {
  2689.                    ["_listeners":"Doctrine\Common\EventManager":private]=>
  2690.                    array(0) {
  2691.                    }
  2692.                  }
  2693.                }
  2694.              }
  2695.              ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  2696.              array(4) {
  2697.                ["author"]=>
  2698.                object(Doctrine\DBAL\Schema\Table)#204 (10) {
  2699.                  ["_name":protected]=>
  2700.                  string(6) "author"
  2701.                  ["_columns":protected]=>
  2702.                  array(2) {
  2703.                    ["id"]=>
  2704.                    object(Doctrine\DBAL\Schema\Column)#207 (16) {
  2705.                      ["_type":protected]=>
  2706.                      object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  2707.                      }
  2708.                      ["_length":protected]=>
  2709.                      NULL
  2710.                      ["_precision":protected]=>
  2711.                      int(10)
  2712.                      ["_scale":protected]=>
  2713.                      int(0)
  2714.                      ["_unsigned":protected]=>
  2715.                      bool(false)
  2716.                      ["_fixed":protected]=>
  2717.                      bool(false)
  2718.                      ["_notnull":protected]=>
  2719.                      bool(true)
  2720.                      ["_default":protected]=>
  2721.                      NULL
  2722.                      ["_autoincrement":protected]=>
  2723.                      bool(false)
  2724.                      ["_platformOptions":protected]=>
  2725.                      array(0) {
  2726.                      }
  2727.                      ["_columnDefinition":protected]=>
  2728.                      NULL
  2729.                      ["_comment":protected]=>
  2730.                      string(0) ""
  2731.                      ["_customSchemaOptions":protected]=>
  2732.                      array(0) {
  2733.                      }
  2734.                      ["_name":protected]=>
  2735.                      string(2) "id"
  2736.                      ["_namespace":protected]=>
  2737.                      NULL
  2738.                      ["_quoted":protected]=>
  2739.                      bool(false)
  2740.                    }
  2741.                    ["name"]=>
  2742.                    object(Doctrine\DBAL\Schema\Column)#206 (16) {
  2743.                      ["_type":protected]=>
  2744.                      object(Doctrine\DBAL\Types\StringType)#261 (0) {
  2745.                      }
  2746.                      ["_length":protected]=>
  2747.                      int(45)
  2748.                      ["_precision":protected]=>
  2749.                      int(10)
  2750.                      ["_scale":protected]=>
  2751.                      int(0)
  2752.                      ["_unsigned":protected]=>
  2753.                      bool(false)
  2754.                      ["_fixed":protected]=>
  2755.                      bool(false)
  2756.                      ["_notnull":protected]=>
  2757.                      bool(false)
  2758.                      ["_default":protected]=>
  2759.                      NULL
  2760.                      ["_autoincrement":protected]=>
  2761.                      bool(false)
  2762.                      ["_platformOptions":protected]=>
  2763.                      array(0) {
  2764.                      }
  2765.                      ["_columnDefinition":protected]=>
  2766.                      NULL
  2767.                      ["_comment":protected]=>
  2768.                      string(0) ""
  2769.                      ["_customSchemaOptions":protected]=>
  2770.                      array(0) {
  2771.                      }
  2772.                      ["_name":protected]=>
  2773.                      string(4) "name"
  2774.                      ["_namespace":protected]=>
  2775.                      NULL
  2776.                      ["_quoted":protected]=>
  2777.                      bool(false)
  2778.                    }
  2779.                  }
  2780.                  ["_indexes":protected]=>
  2781.                  array(1) {
  2782.                    ["primary"]=>
  2783.                    object(Doctrine\DBAL\Schema\Index)#205 (6) {
  2784.                      ["_columns":protected]=>
  2785.                      array(1) {
  2786.                        [0]=>
  2787.                        string(2) "id"
  2788.                      }
  2789.                      ["_isUnique":protected]=>
  2790.                      bool(true)
  2791.                      ["_isPrimary":protected]=>
  2792.                      bool(true)
  2793.                      ["_name":protected]=>
  2794.                      string(7) "PRIMARY"
  2795.                      ["_namespace":protected]=>
  2796.                      NULL
  2797.                      ["_quoted":protected]=>
  2798.                      bool(false)
  2799.                    }
  2800.                  }
  2801.                  ["_primaryKeyName":protected]=>
  2802.                  string(7) "primary"
  2803.                  ["_fkConstraints":protected]=>
  2804.                  array(0) {
  2805.                  }
  2806.                  ["_options":protected]=>
  2807.                  array(0) {
  2808.                  }
  2809.                  ["_schemaConfig":protected]=>
  2810.                  NULL
  2811.                  ["_namespace":protected]=>
  2812.                  NULL
  2813.                  ["_quoted":protected]=>
  2814.                  bool(false)
  2815.                  ["_idGeneratorType"]=>
  2816.                  bool(false)
  2817.                }
  2818.                ["book"]=>
  2819.                object(Doctrine\DBAL\Schema\Table)#197 (10) {
  2820.                  ["_name":protected]=>
  2821.                  string(4) "book"
  2822.                  ["_columns":protected]=>
  2823.                  array(3) {
  2824.                    ["id"]=>
  2825.                    object(Doctrine\DBAL\Schema\Column)#203 (16) {
  2826.                      ["_type":protected]=>
  2827.                      object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  2828.                      }
  2829.                      ["_length":protected]=>
  2830.                      NULL
  2831.                      ["_precision":protected]=>
  2832.                      int(10)
  2833.                      ["_scale":protected]=>
  2834.                      int(0)
  2835.                      ["_unsigned":protected]=>
  2836.                      bool(false)
  2837.                      ["_fixed":protected]=>
  2838.                      bool(false)
  2839.                      ["_notnull":protected]=>
  2840.                      bool(true)
  2841.                      ["_default":protected]=>
  2842.                      NULL
  2843.                      ["_autoincrement":protected]=>
  2844.                      bool(false)
  2845.                      ["_platformOptions":protected]=>
  2846.                      array(0) {
  2847.                      }
  2848.                      ["_columnDefinition":protected]=>
  2849.                      NULL
  2850.                      ["_comment":protected]=>
  2851.                      string(0) ""
  2852.                      ["_customSchemaOptions":protected]=>
  2853.                      array(0) {
  2854.                      }
  2855.                      ["_name":protected]=>
  2856.                      string(2) "id"
  2857.                      ["_namespace":protected]=>
  2858.                      NULL
  2859.                      ["_quoted":protected]=>
  2860.                      bool(false)
  2861.                    }
  2862.                    ["title"]=>
  2863.                    object(Doctrine\DBAL\Schema\Column)#202 (16) {
  2864.                      ["_type":protected]=>
  2865.                      object(Doctrine\DBAL\Types\StringType)#261 (0) {
  2866.                      }
  2867.                      ["_length":protected]=>
  2868.                      int(45)
  2869.                      ["_precision":protected]=>
  2870.                      int(10)
  2871.                      ["_scale":protected]=>
  2872.                      int(0)
  2873.                      ["_unsigned":protected]=>
  2874.                      bool(false)
  2875.                      ["_fixed":protected]=>
  2876.                      bool(false)
  2877.                      ["_notnull":protected]=>
  2878.                      bool(false)
  2879.                      ["_default":protected]=>
  2880.                      NULL
  2881.                      ["_autoincrement":protected]=>
  2882.                      bool(false)
  2883.                      ["_platformOptions":protected]=>
  2884.                      array(0) {
  2885.                      }
  2886.                      ["_columnDefinition":protected]=>
  2887.                      NULL
  2888.                      ["_comment":protected]=>
  2889.                      string(0) ""
  2890.                      ["_customSchemaOptions":protected]=>
  2891.                      array(0) {
  2892.                      }
  2893.                      ["_name":protected]=>
  2894.                      string(5) "title"
  2895.                      ["_namespace":protected]=>
  2896.                      NULL
  2897.                      ["_quoted":protected]=>
  2898.                      bool(false)
  2899.                    }
  2900.                    ["author_id"]=>
  2901.                    object(Doctrine\DBAL\Schema\Column)#201 (16) {
  2902.                      ["_type":protected]=>
  2903.                      object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  2904.                      }
  2905.                      ["_length":protected]=>
  2906.                      NULL
  2907.                      ["_precision":protected]=>
  2908.                      int(10)
  2909.                      ["_scale":protected]=>
  2910.                      int(0)
  2911.                      ["_unsigned":protected]=>
  2912.                      bool(false)
  2913.                      ["_fixed":protected]=>
  2914.                      bool(false)
  2915.                      ["_notnull":protected]=>
  2916.                      bool(true)
  2917.                      ["_default":protected]=>
  2918.                      NULL
  2919.                      ["_autoincrement":protected]=>
  2920.                      bool(false)
  2921.                      ["_platformOptions":protected]=>
  2922.                      array(0) {
  2923.                      }
  2924.                      ["_columnDefinition":protected]=>
  2925.                      NULL
  2926.                      ["_comment":protected]=>
  2927.                      string(0) ""
  2928.                      ["_customSchemaOptions":protected]=>
  2929.                      array(0) {
  2930.                      }
  2931.                      ["_name":protected]=>
  2932.                      string(9) "author_id"
  2933.                      ["_namespace":protected]=>
  2934.                      NULL
  2935.                      ["_quoted":protected]=>
  2936.                      bool(false)
  2937.                    }
  2938.                  }
  2939.                  ["_indexes":protected]=>
  2940.                  array(2) {
  2941.                    ["primary"]=>
  2942.                    object(Doctrine\DBAL\Schema\Index)#199 (6) {
  2943.                      ["_columns":protected]=>
  2944.                      array(1) {
  2945.                        [0]=>
  2946.                        string(2) "id"
  2947.                      }
  2948.                      ["_isUnique":protected]=>
  2949.                      bool(true)
  2950.                      ["_isPrimary":protected]=>
  2951.                      bool(true)
  2952.                      ["_name":protected]=>
  2953.                      string(7) "PRIMARY"
  2954.                      ["_namespace":protected]=>
  2955.                      NULL
  2956.                      ["_quoted":protected]=>
  2957.                      bool(false)
  2958.                    }
  2959.                    ["fk_book_author1_idx"]=>
  2960.                    object(Doctrine\DBAL\Schema\Index)#198 (6) {
  2961.                      ["_columns":protected]=>
  2962.                      array(1) {
  2963.                        [0]=>
  2964.                        string(9) "author_id"
  2965.                      }
  2966.                      ["_isUnique":protected]=>
  2967.                      bool(false)
  2968.                      ["_isPrimary":protected]=>
  2969.                      bool(false)
  2970.                      ["_name":protected]=>
  2971.                      string(19) "fk_book_author1_idx"
  2972.                      ["_namespace":protected]=>
  2973.                      NULL
  2974.                      ["_quoted":protected]=>
  2975.                      bool(false)
  2976.                    }
  2977.                  }
  2978.                  ["_primaryKeyName":protected]=>
  2979.                  string(7) "primary"
  2980.                  ["_fkConstraints":protected]=>
  2981.                  array(1) {
  2982.                    ["fk_book_author1"]=>
  2983.                    object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  2984.                      ["_localTable":protected]=>
  2985.                      *RECURSION*
  2986.                      ["_localColumnNames":protected]=>
  2987.                      array(1) {
  2988.                        [0]=>
  2989.                        string(9) "author_id"
  2990.                      }
  2991.                      ["_foreignTableName":protected]=>
  2992.                      string(6) "author"
  2993.                      ["_foreignColumnNames":protected]=>
  2994.                      array(1) {
  2995.                        [0]=>
  2996.                        string(2) "id"
  2997.                      }
  2998.                      ["_cascade":protected]=>
  2999.                      string(0) ""
  3000.                      ["_options":protected]=>
  3001.                      array(2) {
  3002.                        ["onDelete"]=>
  3003.                        string(9) "NO ACTION"
  3004.                        ["onUpdate"]=>
  3005.                        string(9) "NO ACTION"
  3006.                      }
  3007.                      ["_name":protected]=>
  3008.                      string(15) "fk_book_author1"
  3009.                      ["_namespace":protected]=>
  3010.                      NULL
  3011.                      ["_quoted":protected]=>
  3012.                      bool(false)
  3013.                    }
  3014.                  }
  3015.                  ["_options":protected]=>
  3016.                  array(0) {
  3017.                  }
  3018.                  ["_schemaConfig":protected]=>
  3019.                  NULL
  3020.                  ["_namespace":protected]=>
  3021.                  NULL
  3022.                  ["_quoted":protected]=>
  3023.                  bool(false)
  3024.                  ["_idGeneratorType"]=>
  3025.                  bool(false)
  3026.                }
  3027.                ["dummy_table1"]=>
  3028.                object(Doctrine\DBAL\Schema\Table)#194 (10) {
  3029.                  ["_name":protected]=>
  3030.                  string(12) "dummy_table1"
  3031.                  ["_columns":protected]=>
  3032.                  array(1) {
  3033.                    ["id"]=>
  3034.                    object(Doctrine\DBAL\Schema\Column)#196 (16) {
  3035.                      ["_type":protected]=>
  3036.                      object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  3037.                      }
  3038.                      ["_length":protected]=>
  3039.                      NULL
  3040.                      ["_precision":protected]=>
  3041.                      int(10)
  3042.                      ["_scale":protected]=>
  3043.                      int(0)
  3044.                      ["_unsigned":protected]=>
  3045.                      bool(false)
  3046.                      ["_fixed":protected]=>
  3047.                      bool(false)
  3048.                      ["_notnull":protected]=>
  3049.                      bool(true)
  3050.                      ["_default":protected]=>
  3051.                      NULL
  3052.                      ["_autoincrement":protected]=>
  3053.                      bool(false)
  3054.                      ["_platformOptions":protected]=>
  3055.                      array(0) {
  3056.                      }
  3057.                      ["_columnDefinition":protected]=>
  3058.                      NULL
  3059.                      ["_comment":protected]=>
  3060.                      string(0) ""
  3061.                      ["_customSchemaOptions":protected]=>
  3062.                      array(0) {
  3063.                      }
  3064.                      ["_name":protected]=>
  3065.                      string(2) "id"
  3066.                      ["_namespace":protected]=>
  3067.                      NULL
  3068.                      ["_quoted":protected]=>
  3069.                      bool(false)
  3070.                    }
  3071.                  }
  3072.                  ["_indexes":protected]=>
  3073.                  array(1) {
  3074.                    ["primary"]=>
  3075.                    object(Doctrine\DBAL\Schema\Index)#195 (6) {
  3076.                      ["_columns":protected]=>
  3077.                      array(1) {
  3078.                        [0]=>
  3079.                        string(2) "id"
  3080.                      }
  3081.                      ["_isUnique":protected]=>
  3082.                      bool(true)
  3083.                      ["_isPrimary":protected]=>
  3084.                      bool(true)
  3085.                      ["_name":protected]=>
  3086.                      string(7) "PRIMARY"
  3087.                      ["_namespace":protected]=>
  3088.                      NULL
  3089.                      ["_quoted":protected]=>
  3090.                      bool(false)
  3091.                    }
  3092.                  }
  3093.                  ["_primaryKeyName":protected]=>
  3094.                  string(7) "primary"
  3095.                  ["_fkConstraints":protected]=>
  3096.                  array(0) {
  3097.                  }
  3098.                  ["_options":protected]=>
  3099.                  array(0) {
  3100.                  }
  3101.                  ["_schemaConfig":protected]=>
  3102.                  NULL
  3103.                  ["_namespace":protected]=>
  3104.                  NULL
  3105.                  ["_quoted":protected]=>
  3106.                  bool(false)
  3107.                  ["_idGeneratorType"]=>
  3108.                  bool(false)
  3109.                }
  3110.                ["dummy_table2"]=>
  3111.                object(Doctrine\DBAL\Schema\Table)#191 (10) {
  3112.                  ["_name":protected]=>
  3113.                  string(12) "dummy_table2"
  3114.                  ["_columns":protected]=>
  3115.                  array(1) {
  3116.                    ["id"]=>
  3117.                    object(Doctrine\DBAL\Schema\Column)#193 (16) {
  3118.                      ["_type":protected]=>
  3119.                      object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  3120.                      }
  3121.                      ["_length":protected]=>
  3122.                      NULL
  3123.                      ["_precision":protected]=>
  3124.                      int(10)
  3125.                      ["_scale":protected]=>
  3126.                      int(0)
  3127.                      ["_unsigned":protected]=>
  3128.                      bool(false)
  3129.                      ["_fixed":protected]=>
  3130.                      bool(false)
  3131.                      ["_notnull":protected]=>
  3132.                      bool(true)
  3133.                      ["_default":protected]=>
  3134.                      NULL
  3135.                      ["_autoincrement":protected]=>
  3136.                      bool(false)
  3137.                      ["_platformOptions":protected]=>
  3138.                      array(0) {
  3139.                      }
  3140.                      ["_columnDefinition":protected]=>
  3141.                      NULL
  3142.                      ["_comment":protected]=>
  3143.                      string(0) ""
  3144.                      ["_customSchemaOptions":protected]=>
  3145.                      array(0) {
  3146.                      }
  3147.                      ["_name":protected]=>
  3148.                      string(2) "id"
  3149.                      ["_namespace":protected]=>
  3150.                      NULL
  3151.                      ["_quoted":protected]=>
  3152.                      bool(false)
  3153.                    }
  3154.                  }
  3155.                  ["_indexes":protected]=>
  3156.                  array(1) {
  3157.                    ["primary"]=>
  3158.                    object(Doctrine\DBAL\Schema\Index)#192 (6) {
  3159.                      ["_columns":protected]=>
  3160.                      array(1) {
  3161.                        [0]=>
  3162.                        string(2) "id"
  3163.                      }
  3164.                      ["_isUnique":protected]=>
  3165.                      bool(true)
  3166.                      ["_isPrimary":protected]=>
  3167.                      bool(true)
  3168.                      ["_name":protected]=>
  3169.                      string(7) "PRIMARY"
  3170.                      ["_namespace":protected]=>
  3171.                      NULL
  3172.                      ["_quoted":protected]=>
  3173.                      bool(false)
  3174.                    }
  3175.                  }
  3176.                  ["_primaryKeyName":protected]=>
  3177.                  string(7) "primary"
  3178.                  ["_fkConstraints":protected]=>
  3179.                  array(0) {
  3180.                  }
  3181.                  ["_options":protected]=>
  3182.                  array(0) {
  3183.                  }
  3184.                  ["_schemaConfig":protected]=>
  3185.                  NULL
  3186.                  ["_namespace":protected]=>
  3187.                  NULL
  3188.                  ["_quoted":protected]=>
  3189.                  bool(false)
  3190.                  ["_idGeneratorType"]=>
  3191.                  bool(false)
  3192.                }
  3193.              }
  3194.              ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3195.              array(4) {
  3196.                ["Entities\Author"]=>
  3197.                string(6) "author"
  3198.                ["Entities\Book"]=>
  3199.                string(4) "book"
  3200.                ["Entities\DummyTable1"]=>
  3201.                string(12) "dummy_table1"
  3202.                ["Entities\DummyTable2"]=>
  3203.                string(12) "dummy_table2"
  3204.              }
  3205.              ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3206.              array(0) {
  3207.              }
  3208.              ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3209.              array(0) {
  3210.              }
  3211.              ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3212.              array(0) {
  3213.              }
  3214.              ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3215.              string(9) "Entities\"
  3216.            }
  3217.            ["autoGenerateProxyClasses"]=>
  3218.            bool(true)
  3219.            ["proxyDir"]=>
  3220.            string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  3221.            ["proxyNamespace"]=>
  3222.            string(14) "Doctrine\Proxy"
  3223.            ["classMetadataFactoryName"]=>
  3224.            string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  3225.          }
  3226.        }
  3227.        ["conn":"Doctrine\ORM\EntityManager":private]=>
  3228.        object(Doctrine\DBAL\Connection)#218 (13) {
  3229.          ["_conn":protected]=>
  3230.          object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  3231.          }
  3232.          ["_config":protected]=>
  3233.          object(Doctrine\ORM\Configuration)#223 (1) {
  3234.            ["_attributes":protected]=>
  3235.            array(8) {
  3236.              ["metadataCacheImpl"]=>
  3237.              object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  3238.                ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  3239.                array(2) {
  3240.                  ["[Entities\Book$CLASSMETADATA][1]"]=>
  3241.                  object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  3242.                    ["name"]=>
  3243.                    string(13) "Entities\Book"
  3244.                    ["namespace"]=>
  3245.                    string(8) "Entities"
  3246.                    ["rootEntityName"]=>
  3247.                    string(13) "Entities\Book"
  3248.                    ["customRepositoryClassName"]=>
  3249.                    NULL
  3250.                    ["isMappedSuperclass"]=>
  3251.                    bool(false)
  3252.                    ["parentClasses"]=>
  3253.                    array(0) {
  3254.                    }
  3255.                    ["subClasses"]=>
  3256.                    array(0) {
  3257.                    }
  3258.                    ["namedQueries"]=>
  3259.                    array(0) {
  3260.                    }
  3261.                    ["identifier"]=>
  3262.                    array(1) {
  3263.                      [0]=>
  3264.                      string(2) "id"
  3265.                    }
  3266.                    ["inheritanceType"]=>
  3267.                    int(1)
  3268.                    ["generatorType"]=>
  3269.                    int(4)
  3270.                    ["fieldMappings"]=>
  3271.                    array(2) {
  3272.                      ["id"]=>
  3273.                      array(6) {
  3274.                        ["id"]=>
  3275.                        bool(true)
  3276.                        ["fieldName"]=>
  3277.                        string(2) "id"
  3278.                        ["columnName"]=>
  3279.                        string(2) "id"
  3280.                        ["type"]=>
  3281.                        string(7) "integer"
  3282.                        ["unsigned"]=>
  3283.                        bool(false)
  3284.                        ["nullable"]=>
  3285.                        bool(false)
  3286.                      }
  3287.                      ["title"]=>
  3288.                      array(6) {
  3289.                        ["fieldName"]=>
  3290.                        string(5) "title"
  3291.                        ["columnName"]=>
  3292.                        string(5) "title"
  3293.                        ["type"]=>
  3294.                        string(6) "string"
  3295.                        ["length"]=>
  3296.                        int(45)
  3297.                        ["fixed"]=>
  3298.                        bool(false)
  3299.                        ["nullable"]=>
  3300.                        bool(true)
  3301.                      }
  3302.                    }
  3303.                    ["fieldNames"]=>
  3304.                    array(2) {
  3305.                      ["id"]=>
  3306.                      string(2) "id"
  3307.                      ["title"]=>
  3308.                      string(5) "title"
  3309.                    }
  3310.                    ["columnNames"]=>
  3311.                    array(2) {
  3312.                      ["id"]=>
  3313.                      string(2) "id"
  3314.                      ["title"]=>
  3315.                      string(5) "title"
  3316.                    }
  3317.                    ["discriminatorValue"]=>
  3318.                    NULL
  3319.                    ["discriminatorMap"]=>
  3320.                    array(0) {
  3321.                    }
  3322.                    ["discriminatorColumn"]=>
  3323.                    NULL
  3324.                    ["table"]=>
  3325.                    array(1) {
  3326.                      ["name"]=>
  3327.                      string(4) "book"
  3328.                    }
  3329.                    ["lifecycleCallbacks"]=>
  3330.                    array(0) {
  3331.                    }
  3332.                    ["associationMappings"]=>
  3333.                    array(1) {
  3334.                      ["author"]=>
  3335.                      array(19) {
  3336.                        ["fieldName"]=>
  3337.                        string(6) "author"
  3338.                        ["targetEntity"]=>
  3339.                        string(15) "Entities\Author"
  3340.                        ["joinColumns"]=>
  3341.                        array(1) {
  3342.                          [0]=>
  3343.                          array(2) {
  3344.                            ["name"]=>
  3345.                            string(9) "author_id"
  3346.                            ["referencedColumnName"]=>
  3347.                            string(2) "id"
  3348.                          }
  3349.                        }
  3350.                        ["type"]=>
  3351.                        int(2)
  3352.                        ["mappedBy"]=>
  3353.                        NULL
  3354.                        ["inversedBy"]=>
  3355.                        NULL
  3356.                        ["isOwningSide"]=>
  3357.                        bool(true)
  3358.                        ["sourceEntity"]=>
  3359.                        string(13) "Entities\Book"
  3360.                        ["fetch"]=>
  3361.                        int(2)
  3362.                        ["cascade"]=>
  3363.                        array(0) {
  3364.                        }
  3365.                        ["isCascadeRemove"]=>
  3366.                        bool(false)
  3367.                        ["isCascadePersist"]=>
  3368.                        bool(false)
  3369.                        ["isCascadeRefresh"]=>
  3370.                        bool(false)
  3371.                        ["isCascadeMerge"]=>
  3372.                        bool(false)
  3373.                        ["isCascadeDetach"]=>
  3374.                        bool(false)
  3375.                        ["sourceToTargetKeyColumns"]=>
  3376.                        array(1) {
  3377.                          ["author_id"]=>
  3378.                          string(2) "id"
  3379.                        }
  3380.                        ["joinColumnFieldNames"]=>
  3381.                        array(1) {
  3382.                          ["author_id"]=>
  3383.                          string(9) "author_id"
  3384.                        }
  3385.                        ["targetToSourceKeyColumns"]=>
  3386.                        array(1) {
  3387.                          ["id"]=>
  3388.                          string(9) "author_id"
  3389.                        }
  3390.                        ["orphanRemoval"]=>
  3391.                        bool(false)
  3392.                      }
  3393.                    }
  3394.                    ["isIdentifierComposite"]=>
  3395.                    bool(false)
  3396.                    ["containsForeignIdentifier"]=>
  3397.                    bool(false)
  3398.                    ["idGenerator"]=>
  3399.                    object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  3400.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  3401.                      NULL
  3402.                    }
  3403.                    ["sequenceGeneratorDefinition"]=>
  3404.                    NULL
  3405.                    ["tableGeneratorDefinition"]=>
  3406.                    NULL
  3407.                    ["changeTrackingPolicy"]=>
  3408.                    int(1)
  3409.                    ["isVersioned"]=>
  3410.                    NULL
  3411.                    ["versionField"]=>
  3412.                    NULL
  3413.                    ["reflClass"]=>
  3414.                    object(ReflectionClass)#189 (1) {
  3415.                      ["name"]=>
  3416.                      string(13) "Entities\Book"
  3417.                    }
  3418.                    ["isReadOnly"]=>
  3419.                    bool(false)
  3420.                    ["reflFields"]=>
  3421.                    array(3) {
  3422.                      ["id"]=>
  3423.                      object(ReflectionProperty)#227 (2) {
  3424.                        ["name"]=>
  3425.                        string(2) "id"
  3426.                        ["class"]=>
  3427.                        string(13) "Entities\Book"
  3428.                      }
  3429.                      ["title"]=>
  3430.                      object(ReflectionProperty)#188 (2) {
  3431.                        ["name"]=>
  3432.                        string(5) "title"
  3433.                        ["class"]=>
  3434.                        string(13) "Entities\Book"
  3435.                      }
  3436.                      ["author"]=>
  3437.                      object(ReflectionProperty)#187 (2) {
  3438.                        ["name"]=>
  3439.                        string(6) "author"
  3440.                        ["class"]=>
  3441.                        string(13) "Entities\Book"
  3442.                      }
  3443.                    }
  3444.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  3445.                    object(Entities\Book)#180 (3) {
  3446.                      ["id":"Entities\Book":private]=>
  3447.                      NULL
  3448.                      ["title":"Entities\Book":private]=>
  3449.                      NULL
  3450.                      ["author":"Entities\Book":private]=>
  3451.                      NULL
  3452.                    }
  3453.                  }
  3454.                  ["[Entities\Author$CLASSMETADATA][1]"]=>
  3455.                  object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  3456.                    ["name"]=>
  3457.                    string(15) "Entities\Author"
  3458.                    ["namespace"]=>
  3459.                    string(8) "Entities"
  3460.                    ["rootEntityName"]=>
  3461.                    string(15) "Entities\Author"
  3462.                    ["customRepositoryClassName"]=>
  3463.                    NULL
  3464.                    ["isMappedSuperclass"]=>
  3465.                    bool(false)
  3466.                    ["parentClasses"]=>
  3467.                    array(0) {
  3468.                    }
  3469.                    ["subClasses"]=>
  3470.                    array(0) {
  3471.                    }
  3472.                    ["namedQueries"]=>
  3473.                    array(0) {
  3474.                    }
  3475.                    ["identifier"]=>
  3476.                    array(1) {
  3477.                      [0]=>
  3478.                      string(2) "id"
  3479.                    }
  3480.                    ["inheritanceType"]=>
  3481.                    int(1)
  3482.                    ["generatorType"]=>
  3483.                    int(4)
  3484.                    ["fieldMappings"]=>
  3485.                    array(2) {
  3486.                      ["id"]=>
  3487.                      array(6) {
  3488.                        ["id"]=>
  3489.                        bool(true)
  3490.                        ["fieldName"]=>
  3491.                        string(2) "id"
  3492.                        ["columnName"]=>
  3493.                        string(2) "id"
  3494.                        ["type"]=>
  3495.                        string(7) "integer"
  3496.                        ["unsigned"]=>
  3497.                        bool(false)
  3498.                        ["nullable"]=>
  3499.                        bool(false)
  3500.                      }
  3501.                      ["name"]=>
  3502.                      array(6) {
  3503.                        ["fieldName"]=>
  3504.                        string(4) "name"
  3505.                        ["columnName"]=>
  3506.                        string(4) "name"
  3507.                        ["type"]=>
  3508.                        string(6) "string"
  3509.                        ["length"]=>
  3510.                        int(45)
  3511.                        ["fixed"]=>
  3512.                        bool(false)
  3513.                        ["nullable"]=>
  3514.                        bool(true)
  3515.                      }
  3516.                    }
  3517.                    ["fieldNames"]=>
  3518.                    array(2) {
  3519.                      ["id"]=>
  3520.                      string(2) "id"
  3521.                      ["name"]=>
  3522.                      string(4) "name"
  3523.                    }
  3524.                    ["columnNames"]=>
  3525.                    array(2) {
  3526.                      ["id"]=>
  3527.                      string(2) "id"
  3528.                      ["name"]=>
  3529.                      string(4) "name"
  3530.                    }
  3531.                    ["discriminatorValue"]=>
  3532.                    NULL
  3533.                    ["discriminatorMap"]=>
  3534.                    array(0) {
  3535.                    }
  3536.                    ["discriminatorColumn"]=>
  3537.                    NULL
  3538.                    ["table"]=>
  3539.                    array(1) {
  3540.                      ["name"]=>
  3541.                      string(6) "author"
  3542.                    }
  3543.                    ["lifecycleCallbacks"]=>
  3544.                    array(0) {
  3545.                    }
  3546.                    ["associationMappings"]=>
  3547.                    array(0) {
  3548.                    }
  3549.                    ["isIdentifierComposite"]=>
  3550.                    bool(false)
  3551.                    ["containsForeignIdentifier"]=>
  3552.                    bool(false)
  3553.                    ["idGenerator"]=>
  3554.                    object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  3555.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  3556.                      NULL
  3557.                    }
  3558.                    ["sequenceGeneratorDefinition"]=>
  3559.                    NULL
  3560.                    ["tableGeneratorDefinition"]=>
  3561.                    NULL
  3562.                    ["changeTrackingPolicy"]=>
  3563.                    int(1)
  3564.                    ["isVersioned"]=>
  3565.                    NULL
  3566.                    ["versionField"]=>
  3567.                    NULL
  3568.                    ["reflClass"]=>
  3569.                    object(ReflectionClass)#175 (1) {
  3570.                      ["name"]=>
  3571.                      string(15) "Entities\Author"
  3572.                    }
  3573.                    ["isReadOnly"]=>
  3574.                    bool(false)
  3575.                    ["reflFields"]=>
  3576.                    array(2) {
  3577.                      ["id"]=>
  3578.                      object(ReflectionProperty)#177 (2) {
  3579.                        ["name"]=>
  3580.                        string(2) "id"
  3581.                        ["class"]=>
  3582.                        string(15) "Entities\Author"
  3583.                      }
  3584.                      ["name"]=>
  3585.                      object(ReflectionProperty)#174 (2) {
  3586.                        ["name"]=>
  3587.                        string(4) "name"
  3588.                        ["class"]=>
  3589.                        string(15) "Entities\Author"
  3590.                      }
  3591.                    }
  3592.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  3593.                    NULL
  3594.                  }
  3595.                }
  3596.                ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  3597.                string(0) ""
  3598.              }
  3599.              ["queryCacheImpl"]=>
  3600.              object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  3601.                ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  3602.                array(2) {
  3603.                  ["[Entities\Book$CLASSMETADATA][1]"]=>
  3604.                  object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  3605.                    ["name"]=>
  3606.                    string(13) "Entities\Book"
  3607.                    ["namespace"]=>
  3608.                    string(8) "Entities"
  3609.                    ["rootEntityName"]=>
  3610.                    string(13) "Entities\Book"
  3611.                    ["customRepositoryClassName"]=>
  3612.                    NULL
  3613.                    ["isMappedSuperclass"]=>
  3614.                    bool(false)
  3615.                    ["parentClasses"]=>
  3616.                    array(0) {
  3617.                    }
  3618.                    ["subClasses"]=>
  3619.                    array(0) {
  3620.                    }
  3621.                    ["namedQueries"]=>
  3622.                    array(0) {
  3623.                    }
  3624.                    ["identifier"]=>
  3625.                    array(1) {
  3626.                      [0]=>
  3627.                      string(2) "id"
  3628.                    }
  3629.                    ["inheritanceType"]=>
  3630.                    int(1)
  3631.                    ["generatorType"]=>
  3632.                    int(4)
  3633.                    ["fieldMappings"]=>
  3634.                    array(2) {
  3635.                      ["id"]=>
  3636.                      array(6) {
  3637.                        ["id"]=>
  3638.                        bool(true)
  3639.                        ["fieldName"]=>
  3640.                        string(2) "id"
  3641.                        ["columnName"]=>
  3642.                        string(2) "id"
  3643.                        ["type"]=>
  3644.                        string(7) "integer"
  3645.                        ["unsigned"]=>
  3646.                        bool(false)
  3647.                        ["nullable"]=>
  3648.                        bool(false)
  3649.                      }
  3650.                      ["title"]=>
  3651.                      array(6) {
  3652.                        ["fieldName"]=>
  3653.                        string(5) "title"
  3654.                        ["columnName"]=>
  3655.                        string(5) "title"
  3656.                        ["type"]=>
  3657.                        string(6) "string"
  3658.                        ["length"]=>
  3659.                        int(45)
  3660.                        ["fixed"]=>
  3661.                        bool(false)
  3662.                        ["nullable"]=>
  3663.                        bool(true)
  3664.                      }
  3665.                    }
  3666.                    ["fieldNames"]=>
  3667.                    array(2) {
  3668.                      ["id"]=>
  3669.                      string(2) "id"
  3670.                      ["title"]=>
  3671.                      string(5) "title"
  3672.                    }
  3673.                    ["columnNames"]=>
  3674.                    array(2) {
  3675.                      ["id"]=>
  3676.                      string(2) "id"
  3677.                      ["title"]=>
  3678.                      string(5) "title"
  3679.                    }
  3680.                    ["discriminatorValue"]=>
  3681.                    NULL
  3682.                    ["discriminatorMap"]=>
  3683.                    array(0) {
  3684.                    }
  3685.                    ["discriminatorColumn"]=>
  3686.                    NULL
  3687.                    ["table"]=>
  3688.                    array(1) {
  3689.                      ["name"]=>
  3690.                      string(4) "book"
  3691.                    }
  3692.                    ["lifecycleCallbacks"]=>
  3693.                    array(0) {
  3694.                    }
  3695.                    ["associationMappings"]=>
  3696.                    array(1) {
  3697.                      ["author"]=>
  3698.                      array(19) {
  3699.                        ["fieldName"]=>
  3700.                        string(6) "author"
  3701.                        ["targetEntity"]=>
  3702.                        string(15) "Entities\Author"
  3703.                        ["joinColumns"]=>
  3704.                        array(1) {
  3705.                          [0]=>
  3706.                          array(2) {
  3707.                            ["name"]=>
  3708.                            string(9) "author_id"
  3709.                            ["referencedColumnName"]=>
  3710.                            string(2) "id"
  3711.                          }
  3712.                        }
  3713.                        ["type"]=>
  3714.                        int(2)
  3715.                        ["mappedBy"]=>
  3716.                        NULL
  3717.                        ["inversedBy"]=>
  3718.                        NULL
  3719.                        ["isOwningSide"]=>
  3720.                        bool(true)
  3721.                        ["sourceEntity"]=>
  3722.                        string(13) "Entities\Book"
  3723.                        ["fetch"]=>
  3724.                        int(2)
  3725.                        ["cascade"]=>
  3726.                        array(0) {
  3727.                        }
  3728.                        ["isCascadeRemove"]=>
  3729.                        bool(false)
  3730.                        ["isCascadePersist"]=>
  3731.                        bool(false)
  3732.                        ["isCascadeRefresh"]=>
  3733.                        bool(false)
  3734.                        ["isCascadeMerge"]=>
  3735.                        bool(false)
  3736.                        ["isCascadeDetach"]=>
  3737.                        bool(false)
  3738.                        ["sourceToTargetKeyColumns"]=>
  3739.                        array(1) {
  3740.                          ["author_id"]=>
  3741.                          string(2) "id"
  3742.                        }
  3743.                        ["joinColumnFieldNames"]=>
  3744.                        array(1) {
  3745.                          ["author_id"]=>
  3746.                          string(9) "author_id"
  3747.                        }
  3748.                        ["targetToSourceKeyColumns"]=>
  3749.                        array(1) {
  3750.                          ["id"]=>
  3751.                          string(9) "author_id"
  3752.                        }
  3753.                        ["orphanRemoval"]=>
  3754.                        bool(false)
  3755.                      }
  3756.                    }
  3757.                    ["isIdentifierComposite"]=>
  3758.                    bool(false)
  3759.                    ["containsForeignIdentifier"]=>
  3760.                    bool(false)
  3761.                    ["idGenerator"]=>
  3762.                    object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  3763.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  3764.                      NULL
  3765.                    }
  3766.                    ["sequenceGeneratorDefinition"]=>
  3767.                    NULL
  3768.                    ["tableGeneratorDefinition"]=>
  3769.                    NULL
  3770.                    ["changeTrackingPolicy"]=>
  3771.                    int(1)
  3772.                    ["isVersioned"]=>
  3773.                    NULL
  3774.                    ["versionField"]=>
  3775.                    NULL
  3776.                    ["reflClass"]=>
  3777.                    object(ReflectionClass)#189 (1) {
  3778.                      ["name"]=>
  3779.                      string(13) "Entities\Book"
  3780.                    }
  3781.                    ["isReadOnly"]=>
  3782.                    bool(false)
  3783.                    ["reflFields"]=>
  3784.                    array(3) {
  3785.                      ["id"]=>
  3786.                      object(ReflectionProperty)#227 (2) {
  3787.                        ["name"]=>
  3788.                        string(2) "id"
  3789.                        ["class"]=>
  3790.                        string(13) "Entities\Book"
  3791.                      }
  3792.                      ["title"]=>
  3793.                      object(ReflectionProperty)#188 (2) {
  3794.                        ["name"]=>
  3795.                        string(5) "title"
  3796.                        ["class"]=>
  3797.                        string(13) "Entities\Book"
  3798.                      }
  3799.                      ["author"]=>
  3800.                      object(ReflectionProperty)#187 (2) {
  3801.                        ["name"]=>
  3802.                        string(6) "author"
  3803.                        ["class"]=>
  3804.                        string(13) "Entities\Book"
  3805.                      }
  3806.                    }
  3807.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  3808.                    object(Entities\Book)#180 (3) {
  3809.                      ["id":"Entities\Book":private]=>
  3810.                      NULL
  3811.                      ["title":"Entities\Book":private]=>
  3812.                      NULL
  3813.                      ["author":"Entities\Book":private]=>
  3814.                      NULL
  3815.                    }
  3816.                  }
  3817.                  ["[Entities\Author$CLASSMETADATA][1]"]=>
  3818.                  object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  3819.                    ["name"]=>
  3820.                    string(15) "Entities\Author"
  3821.                    ["namespace"]=>
  3822.                    string(8) "Entities"
  3823.                    ["rootEntityName"]=>
  3824.                    string(15) "Entities\Author"
  3825.                    ["customRepositoryClassName"]=>
  3826.                    NULL
  3827.                    ["isMappedSuperclass"]=>
  3828.                    bool(false)
  3829.                    ["parentClasses"]=>
  3830.                    array(0) {
  3831.                    }
  3832.                    ["subClasses"]=>
  3833.                    array(0) {
  3834.                    }
  3835.                    ["namedQueries"]=>
  3836.                    array(0) {
  3837.                    }
  3838.                    ["identifier"]=>
  3839.                    array(1) {
  3840.                      [0]=>
  3841.                      string(2) "id"
  3842.                    }
  3843.                    ["inheritanceType"]=>
  3844.                    int(1)
  3845.                    ["generatorType"]=>
  3846.                    int(4)
  3847.                    ["fieldMappings"]=>
  3848.                    array(2) {
  3849.                      ["id"]=>
  3850.                      array(6) {
  3851.                        ["id"]=>
  3852.                        bool(true)
  3853.                        ["fieldName"]=>
  3854.                        string(2) "id"
  3855.                        ["columnName"]=>
  3856.                        string(2) "id"
  3857.                        ["type"]=>
  3858.                        string(7) "integer"
  3859.                        ["unsigned"]=>
  3860.                        bool(false)
  3861.                        ["nullable"]=>
  3862.                        bool(false)
  3863.                      }
  3864.                      ["name"]=>
  3865.                      array(6) {
  3866.                        ["fieldName"]=>
  3867.                        string(4) "name"
  3868.                        ["columnName"]=>
  3869.                        string(4) "name"
  3870.                        ["type"]=>
  3871.                        string(6) "string"
  3872.                        ["length"]=>
  3873.                        int(45)
  3874.                        ["fixed"]=>
  3875.                        bool(false)
  3876.                        ["nullable"]=>
  3877.                        bool(true)
  3878.                      }
  3879.                    }
  3880.                    ["fieldNames"]=>
  3881.                    array(2) {
  3882.                      ["id"]=>
  3883.                      string(2) "id"
  3884.                      ["name"]=>
  3885.                      string(4) "name"
  3886.                    }
  3887.                    ["columnNames"]=>
  3888.                    array(2) {
  3889.                      ["id"]=>
  3890.                      string(2) "id"
  3891.                      ["name"]=>
  3892.                      string(4) "name"
  3893.                    }
  3894.                    ["discriminatorValue"]=>
  3895.                    NULL
  3896.                    ["discriminatorMap"]=>
  3897.                    array(0) {
  3898.                    }
  3899.                    ["discriminatorColumn"]=>
  3900.                    NULL
  3901.                    ["table"]=>
  3902.                    array(1) {
  3903.                      ["name"]=>
  3904.                      string(6) "author"
  3905.                    }
  3906.                    ["lifecycleCallbacks"]=>
  3907.                    array(0) {
  3908.                    }
  3909.                    ["associationMappings"]=>
  3910.                    array(0) {
  3911.                    }
  3912.                    ["isIdentifierComposite"]=>
  3913.                    bool(false)
  3914.                    ["containsForeignIdentifier"]=>
  3915.                    bool(false)
  3916.                    ["idGenerator"]=>
  3917.                    object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  3918.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  3919.                      NULL
  3920.                    }
  3921.                    ["sequenceGeneratorDefinition"]=>
  3922.                    NULL
  3923.                    ["tableGeneratorDefinition"]=>
  3924.                    NULL
  3925.                    ["changeTrackingPolicy"]=>
  3926.                    int(1)
  3927.                    ["isVersioned"]=>
  3928.                    NULL
  3929.                    ["versionField"]=>
  3930.                    NULL
  3931.                    ["reflClass"]=>
  3932.                    object(ReflectionClass)#175 (1) {
  3933.                      ["name"]=>
  3934.                      string(15) "Entities\Author"
  3935.                    }
  3936.                    ["isReadOnly"]=>
  3937.                    bool(false)
  3938.                    ["reflFields"]=>
  3939.                    array(2) {
  3940.                      ["id"]=>
  3941.                      object(ReflectionProperty)#177 (2) {
  3942.                        ["name"]=>
  3943.                        string(2) "id"
  3944.                        ["class"]=>
  3945.                        string(15) "Entities\Author"
  3946.                      }
  3947.                      ["name"]=>
  3948.                      object(ReflectionProperty)#174 (2) {
  3949.                        ["name"]=>
  3950.                        string(4) "name"
  3951.                        ["class"]=>
  3952.                        string(15) "Entities\Author"
  3953.                      }
  3954.                    }
  3955.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  3956.                    NULL
  3957.                  }
  3958.                }
  3959.                ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  3960.                string(0) ""
  3961.              }
  3962.              ["sqlLogger"]=>
  3963.              object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  3964.              }
  3965.              ["metadataDriverImpl"]=>
  3966.              object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  3967.                ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  3968.                object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  3969.                  ["_conn":protected]=>
  3970.                  *RECURSION*
  3971.                  ["_platform":protected]=>
  3972.                  object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  3973.                    ["doctrineTypeMapping":protected]=>
  3974.                    array(29) {
  3975.                      ["tinyint"]=>
  3976.                      string(7) "boolean"
  3977.                      ["smallint"]=>
  3978.                      string(8) "smallint"
  3979.                      ["mediumint"]=>
  3980.                      string(7) "integer"
  3981.                      ["int"]=>
  3982.                      string(7) "integer"
  3983.                      ["integer"]=>
  3984.                      string(7) "integer"
  3985.                      ["bigint"]=>
  3986.                      string(6) "bigint"
  3987.                      ["tinytext"]=>
  3988.                      string(4) "text"
  3989.                      ["mediumtext"]=>
  3990.                      string(4) "text"
  3991.                      ["longtext"]=>
  3992.                      string(4) "text"
  3993.                      ["text"]=>
  3994.                      string(4) "text"
  3995.                      ["varchar"]=>
  3996.                      string(6) "string"
  3997.                      ["string"]=>
  3998.                      string(6) "string"
  3999.                      ["char"]=>
  4000.                      string(6) "string"
  4001.                      ["date"]=>
  4002.                      string(4) "date"
  4003.                      ["datetime"]=>
  4004.                      string(8) "datetime"
  4005.                      ["timestamp"]=>
  4006.                      string(8) "datetime"
  4007.                      ["time"]=>
  4008.                      string(4) "time"
  4009.                      ["float"]=>
  4010.                      string(5) "float"
  4011.                      ["double"]=>
  4012.                      string(5) "float"
  4013.                      ["real"]=>
  4014.                      string(5) "float"
  4015.                      ["decimal"]=>
  4016.                      string(7) "decimal"
  4017.                      ["numeric"]=>
  4018.                      string(7) "decimal"
  4019.                      ["year"]=>
  4020.                      string(4) "date"
  4021.                      ["longblob"]=>
  4022.                      string(4) "blob"
  4023.                      ["blob"]=>
  4024.                      string(4) "blob"
  4025.                      ["mediumblob"]=>
  4026.                      string(4) "blob"
  4027.                      ["tinyblob"]=>
  4028.                      string(4) "blob"
  4029.                      ["set"]=>
  4030.                      string(6) "string"
  4031.                      ["enum"]=>
  4032.                      string(6) "string"
  4033.                    }
  4034.                    ["doctrineTypeComments":protected]=>
  4035.                    NULL
  4036.                    ["_eventManager":protected]=>
  4037.                    object(Doctrine\Common\EventManager)#220 (1) {
  4038.                      ["_listeners":"Doctrine\Common\EventManager":private]=>
  4039.                      array(0) {
  4040.                      }
  4041.                    }
  4042.                  }
  4043.                }
  4044.                ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4045.                array(4) {
  4046.                  ["author"]=>
  4047.                  object(Doctrine\DBAL\Schema\Table)#204 (10) {
  4048.                    ["_name":protected]=>
  4049.                    string(6) "author"
  4050.                    ["_columns":protected]=>
  4051.                    array(2) {
  4052.                      ["id"]=>
  4053.                      object(Doctrine\DBAL\Schema\Column)#207 (16) {
  4054.                        ["_type":protected]=>
  4055.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  4056.                        }
  4057.                        ["_length":protected]=>
  4058.                        NULL
  4059.                        ["_precision":protected]=>
  4060.                        int(10)
  4061.                        ["_scale":protected]=>
  4062.                        int(0)
  4063.                        ["_unsigned":protected]=>
  4064.                        bool(false)
  4065.                        ["_fixed":protected]=>
  4066.                        bool(false)
  4067.                        ["_notnull":protected]=>
  4068.                        bool(true)
  4069.                        ["_default":protected]=>
  4070.                        NULL
  4071.                        ["_autoincrement":protected]=>
  4072.                        bool(false)
  4073.                        ["_platformOptions":protected]=>
  4074.                        array(0) {
  4075.                        }
  4076.                        ["_columnDefinition":protected]=>
  4077.                        NULL
  4078.                        ["_comment":protected]=>
  4079.                        string(0) ""
  4080.                        ["_customSchemaOptions":protected]=>
  4081.                        array(0) {
  4082.                        }
  4083.                        ["_name":protected]=>
  4084.                        string(2) "id"
  4085.                        ["_namespace":protected]=>
  4086.                        NULL
  4087.                        ["_quoted":protected]=>
  4088.                        bool(false)
  4089.                      }
  4090.                      ["name"]=>
  4091.                      object(Doctrine\DBAL\Schema\Column)#206 (16) {
  4092.                        ["_type":protected]=>
  4093.                        object(Doctrine\DBAL\Types\StringType)#261 (0) {
  4094.                        }
  4095.                        ["_length":protected]=>
  4096.                        int(45)
  4097.                        ["_precision":protected]=>
  4098.                        int(10)
  4099.                        ["_scale":protected]=>
  4100.                        int(0)
  4101.                        ["_unsigned":protected]=>
  4102.                        bool(false)
  4103.                        ["_fixed":protected]=>
  4104.                        bool(false)
  4105.                        ["_notnull":protected]=>
  4106.                        bool(false)
  4107.                        ["_default":protected]=>
  4108.                        NULL
  4109.                        ["_autoincrement":protected]=>
  4110.                        bool(false)
  4111.                        ["_platformOptions":protected]=>
  4112.                        array(0) {
  4113.                        }
  4114.                        ["_columnDefinition":protected]=>
  4115.                        NULL
  4116.                        ["_comment":protected]=>
  4117.                        string(0) ""
  4118.                        ["_customSchemaOptions":protected]=>
  4119.                        array(0) {
  4120.                        }
  4121.                        ["_name":protected]=>
  4122.                        string(4) "name"
  4123.                        ["_namespace":protected]=>
  4124.                        NULL
  4125.                        ["_quoted":protected]=>
  4126.                        bool(false)
  4127.                      }
  4128.                    }
  4129.                    ["_indexes":protected]=>
  4130.                    array(1) {
  4131.                      ["primary"]=>
  4132.                      object(Doctrine\DBAL\Schema\Index)#205 (6) {
  4133.                        ["_columns":protected]=>
  4134.                        array(1) {
  4135.                          [0]=>
  4136.                          string(2) "id"
  4137.                        }
  4138.                        ["_isUnique":protected]=>
  4139.                        bool(true)
  4140.                        ["_isPrimary":protected]=>
  4141.                        bool(true)
  4142.                        ["_name":protected]=>
  4143.                        string(7) "PRIMARY"
  4144.                        ["_namespace":protected]=>
  4145.                        NULL
  4146.                        ["_quoted":protected]=>
  4147.                        bool(false)
  4148.                      }
  4149.                    }
  4150.                    ["_primaryKeyName":protected]=>
  4151.                    string(7) "primary"
  4152.                    ["_fkConstraints":protected]=>
  4153.                    array(0) {
  4154.                    }
  4155.                    ["_options":protected]=>
  4156.                    array(0) {
  4157.                    }
  4158.                    ["_schemaConfig":protected]=>
  4159.                    NULL
  4160.                    ["_namespace":protected]=>
  4161.                    NULL
  4162.                    ["_quoted":protected]=>
  4163.                    bool(false)
  4164.                    ["_idGeneratorType"]=>
  4165.                    bool(false)
  4166.                  }
  4167.                  ["book"]=>
  4168.                  object(Doctrine\DBAL\Schema\Table)#197 (10) {
  4169.                    ["_name":protected]=>
  4170.                    string(4) "book"
  4171.                    ["_columns":protected]=>
  4172.                    array(3) {
  4173.                      ["id"]=>
  4174.                      object(Doctrine\DBAL\Schema\Column)#203 (16) {
  4175.                        ["_type":protected]=>
  4176.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  4177.                        }
  4178.                        ["_length":protected]=>
  4179.                        NULL
  4180.                        ["_precision":protected]=>
  4181.                        int(10)
  4182.                        ["_scale":protected]=>
  4183.                        int(0)
  4184.                        ["_unsigned":protected]=>
  4185.                        bool(false)
  4186.                        ["_fixed":protected]=>
  4187.                        bool(false)
  4188.                        ["_notnull":protected]=>
  4189.                        bool(true)
  4190.                        ["_default":protected]=>
  4191.                        NULL
  4192.                        ["_autoincrement":protected]=>
  4193.                        bool(false)
  4194.                        ["_platformOptions":protected]=>
  4195.                        array(0) {
  4196.                        }
  4197.                        ["_columnDefinition":protected]=>
  4198.                        NULL
  4199.                        ["_comment":protected]=>
  4200.                        string(0) ""
  4201.                        ["_customSchemaOptions":protected]=>
  4202.                        array(0) {
  4203.                        }
  4204.                        ["_name":protected]=>
  4205.                        string(2) "id"
  4206.                        ["_namespace":protected]=>
  4207.                        NULL
  4208.                        ["_quoted":protected]=>
  4209.                        bool(false)
  4210.                      }
  4211.                      ["title"]=>
  4212.                      object(Doctrine\DBAL\Schema\Column)#202 (16) {
  4213.                        ["_type":protected]=>
  4214.                        object(Doctrine\DBAL\Types\StringType)#261 (0) {
  4215.                        }
  4216.                        ["_length":protected]=>
  4217.                        int(45)
  4218.                        ["_precision":protected]=>
  4219.                        int(10)
  4220.                        ["_scale":protected]=>
  4221.                        int(0)
  4222.                        ["_unsigned":protected]=>
  4223.                        bool(false)
  4224.                        ["_fixed":protected]=>
  4225.                        bool(false)
  4226.                        ["_notnull":protected]=>
  4227.                        bool(false)
  4228.                        ["_default":protected]=>
  4229.                        NULL
  4230.                        ["_autoincrement":protected]=>
  4231.                        bool(false)
  4232.                        ["_platformOptions":protected]=>
  4233.                        array(0) {
  4234.                        }
  4235.                        ["_columnDefinition":protected]=>
  4236.                        NULL
  4237.                        ["_comment":protected]=>
  4238.                        string(0) ""
  4239.                        ["_customSchemaOptions":protected]=>
  4240.                        array(0) {
  4241.                        }
  4242.                        ["_name":protected]=>
  4243.                        string(5) "title"
  4244.                        ["_namespace":protected]=>
  4245.                        NULL
  4246.                        ["_quoted":protected]=>
  4247.                        bool(false)
  4248.                      }
  4249.                      ["author_id"]=>
  4250.                      object(Doctrine\DBAL\Schema\Column)#201 (16) {
  4251.                        ["_type":protected]=>
  4252.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  4253.                        }
  4254.                        ["_length":protected]=>
  4255.                        NULL
  4256.                        ["_precision":protected]=>
  4257.                        int(10)
  4258.                        ["_scale":protected]=>
  4259.                        int(0)
  4260.                        ["_unsigned":protected]=>
  4261.                        bool(false)
  4262.                        ["_fixed":protected]=>
  4263.                        bool(false)
  4264.                        ["_notnull":protected]=>
  4265.                        bool(true)
  4266.                        ["_default":protected]=>
  4267.                        NULL
  4268.                        ["_autoincrement":protected]=>
  4269.                        bool(false)
  4270.                        ["_platformOptions":protected]=>
  4271.                        array(0) {
  4272.                        }
  4273.                        ["_columnDefinition":protected]=>
  4274.                        NULL
  4275.                        ["_comment":protected]=>
  4276.                        string(0) ""
  4277.                        ["_customSchemaOptions":protected]=>
  4278.                        array(0) {
  4279.                        }
  4280.                        ["_name":protected]=>
  4281.                        string(9) "author_id"
  4282.                        ["_namespace":protected]=>
  4283.                        NULL
  4284.                        ["_quoted":protected]=>
  4285.                        bool(false)
  4286.                      }
  4287.                    }
  4288.                    ["_indexes":protected]=>
  4289.                    array(2) {
  4290.                      ["primary"]=>
  4291.                      object(Doctrine\DBAL\Schema\Index)#199 (6) {
  4292.                        ["_columns":protected]=>
  4293.                        array(1) {
  4294.                          [0]=>
  4295.                          string(2) "id"
  4296.                        }
  4297.                        ["_isUnique":protected]=>
  4298.                        bool(true)
  4299.                        ["_isPrimary":protected]=>
  4300.                        bool(true)
  4301.                        ["_name":protected]=>
  4302.                        string(7) "PRIMARY"
  4303.                        ["_namespace":protected]=>
  4304.                        NULL
  4305.                        ["_quoted":protected]=>
  4306.                        bool(false)
  4307.                      }
  4308.                      ["fk_book_author1_idx"]=>
  4309.                      object(Doctrine\DBAL\Schema\Index)#198 (6) {
  4310.                        ["_columns":protected]=>
  4311.                        array(1) {
  4312.                          [0]=>
  4313.                          string(9) "author_id"
  4314.                        }
  4315.                        ["_isUnique":protected]=>
  4316.                        bool(false)
  4317.                        ["_isPrimary":protected]=>
  4318.                        bool(false)
  4319.                        ["_name":protected]=>
  4320.                        string(19) "fk_book_author1_idx"
  4321.                        ["_namespace":protected]=>
  4322.                        NULL
  4323.                        ["_quoted":protected]=>
  4324.                        bool(false)
  4325.                      }
  4326.                    }
  4327.                    ["_primaryKeyName":protected]=>
  4328.                    string(7) "primary"
  4329.                    ["_fkConstraints":protected]=>
  4330.                    array(1) {
  4331.                      ["fk_book_author1"]=>
  4332.                      object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  4333.                        ["_localTable":protected]=>
  4334.                        *RECURSION*
  4335.                        ["_localColumnNames":protected]=>
  4336.                        array(1) {
  4337.                          [0]=>
  4338.                          string(9) "author_id"
  4339.                        }
  4340.                        ["_foreignTableName":protected]=>
  4341.                        string(6) "author"
  4342.                        ["_foreignColumnNames":protected]=>
  4343.                        array(1) {
  4344.                          [0]=>
  4345.                          string(2) "id"
  4346.                        }
  4347.                        ["_cascade":protected]=>
  4348.                        string(0) ""
  4349.                        ["_options":protected]=>
  4350.                        array(2) {
  4351.                          ["onDelete"]=>
  4352.                          string(9) "NO ACTION"
  4353.                          ["onUpdate"]=>
  4354.                          string(9) "NO ACTION"
  4355.                        }
  4356.                        ["_name":protected]=>
  4357.                        string(15) "fk_book_author1"
  4358.                        ["_namespace":protected]=>
  4359.                        NULL
  4360.                        ["_quoted":protected]=>
  4361.                        bool(false)
  4362.                      }
  4363.                    }
  4364.                    ["_options":protected]=>
  4365.                    array(0) {
  4366.                    }
  4367.                    ["_schemaConfig":protected]=>
  4368.                    NULL
  4369.                    ["_namespace":protected]=>
  4370.                    NULL
  4371.                    ["_quoted":protected]=>
  4372.                    bool(false)
  4373.                    ["_idGeneratorType"]=>
  4374.                    bool(false)
  4375.                  }
  4376.                  ["dummy_table1"]=>
  4377.                  object(Doctrine\DBAL\Schema\Table)#194 (10) {
  4378.                    ["_name":protected]=>
  4379.                    string(12) "dummy_table1"
  4380.                    ["_columns":protected]=>
  4381.                    array(1) {
  4382.                      ["id"]=>
  4383.                      object(Doctrine\DBAL\Schema\Column)#196 (16) {
  4384.                        ["_type":protected]=>
  4385.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  4386.                        }
  4387.                        ["_length":protected]=>
  4388.                        NULL
  4389.                        ["_precision":protected]=>
  4390.                        int(10)
  4391.                        ["_scale":protected]=>
  4392.                        int(0)
  4393.                        ["_unsigned":protected]=>
  4394.                        bool(false)
  4395.                        ["_fixed":protected]=>
  4396.                        bool(false)
  4397.                        ["_notnull":protected]=>
  4398.                        bool(true)
  4399.                        ["_default":protected]=>
  4400.                        NULL
  4401.                        ["_autoincrement":protected]=>
  4402.                        bool(false)
  4403.                        ["_platformOptions":protected]=>
  4404.                        array(0) {
  4405.                        }
  4406.                        ["_columnDefinition":protected]=>
  4407.                        NULL
  4408.                        ["_comment":protected]=>
  4409.                        string(0) ""
  4410.                        ["_customSchemaOptions":protected]=>
  4411.                        array(0) {
  4412.                        }
  4413.                        ["_name":protected]=>
  4414.                        string(2) "id"
  4415.                        ["_namespace":protected]=>
  4416.                        NULL
  4417.                        ["_quoted":protected]=>
  4418.                        bool(false)
  4419.                      }
  4420.                    }
  4421.                    ["_indexes":protected]=>
  4422.                    array(1) {
  4423.                      ["primary"]=>
  4424.                      object(Doctrine\DBAL\Schema\Index)#195 (6) {
  4425.                        ["_columns":protected]=>
  4426.                        array(1) {
  4427.                          [0]=>
  4428.                          string(2) "id"
  4429.                        }
  4430.                        ["_isUnique":protected]=>
  4431.                        bool(true)
  4432.                        ["_isPrimary":protected]=>
  4433.                        bool(true)
  4434.                        ["_name":protected]=>
  4435.                        string(7) "PRIMARY"
  4436.                        ["_namespace":protected]=>
  4437.                        NULL
  4438.                        ["_quoted":protected]=>
  4439.                        bool(false)
  4440.                      }
  4441.                    }
  4442.                    ["_primaryKeyName":protected]=>
  4443.                    string(7) "primary"
  4444.                    ["_fkConstraints":protected]=>
  4445.                    array(0) {
  4446.                    }
  4447.                    ["_options":protected]=>
  4448.                    array(0) {
  4449.                    }
  4450.                    ["_schemaConfig":protected]=>
  4451.                    NULL
  4452.                    ["_namespace":protected]=>
  4453.                    NULL
  4454.                    ["_quoted":protected]=>
  4455.                    bool(false)
  4456.                    ["_idGeneratorType"]=>
  4457.                    bool(false)
  4458.                  }
  4459.                  ["dummy_table2"]=>
  4460.                  object(Doctrine\DBAL\Schema\Table)#191 (10) {
  4461.                    ["_name":protected]=>
  4462.                    string(12) "dummy_table2"
  4463.                    ["_columns":protected]=>
  4464.                    array(1) {
  4465.                      ["id"]=>
  4466.                      object(Doctrine\DBAL\Schema\Column)#193 (16) {
  4467.                        ["_type":protected]=>
  4468.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  4469.                        }
  4470.                        ["_length":protected]=>
  4471.                        NULL
  4472.                        ["_precision":protected]=>
  4473.                        int(10)
  4474.                        ["_scale":protected]=>
  4475.                        int(0)
  4476.                        ["_unsigned":protected]=>
  4477.                        bool(false)
  4478.                        ["_fixed":protected]=>
  4479.                        bool(false)
  4480.                        ["_notnull":protected]=>
  4481.                        bool(true)
  4482.                        ["_default":protected]=>
  4483.                        NULL
  4484.                        ["_autoincrement":protected]=>
  4485.                        bool(false)
  4486.                        ["_platformOptions":protected]=>
  4487.                        array(0) {
  4488.                        }
  4489.                        ["_columnDefinition":protected]=>
  4490.                        NULL
  4491.                        ["_comment":protected]=>
  4492.                        string(0) ""
  4493.                        ["_customSchemaOptions":protected]=>
  4494.                        array(0) {
  4495.                        }
  4496.                        ["_name":protected]=>
  4497.                        string(2) "id"
  4498.                        ["_namespace":protected]=>
  4499.                        NULL
  4500.                        ["_quoted":protected]=>
  4501.                        bool(false)
  4502.                      }
  4503.                    }
  4504.                    ["_indexes":protected]=>
  4505.                    array(1) {
  4506.                      ["primary"]=>
  4507.                      object(Doctrine\DBAL\Schema\Index)#192 (6) {
  4508.                        ["_columns":protected]=>
  4509.                        array(1) {
  4510.                          [0]=>
  4511.                          string(2) "id"
  4512.                        }
  4513.                        ["_isUnique":protected]=>
  4514.                        bool(true)
  4515.                        ["_isPrimary":protected]=>
  4516.                        bool(true)
  4517.                        ["_name":protected]=>
  4518.                        string(7) "PRIMARY"
  4519.                        ["_namespace":protected]=>
  4520.                        NULL
  4521.                        ["_quoted":protected]=>
  4522.                        bool(false)
  4523.                      }
  4524.                    }
  4525.                    ["_primaryKeyName":protected]=>
  4526.                    string(7) "primary"
  4527.                    ["_fkConstraints":protected]=>
  4528.                    array(0) {
  4529.                    }
  4530.                    ["_options":protected]=>
  4531.                    array(0) {
  4532.                    }
  4533.                    ["_schemaConfig":protected]=>
  4534.                    NULL
  4535.                    ["_namespace":protected]=>
  4536.                    NULL
  4537.                    ["_quoted":protected]=>
  4538.                    bool(false)
  4539.                    ["_idGeneratorType"]=>
  4540.                    bool(false)
  4541.                  }
  4542.                }
  4543.                ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4544.                array(4) {
  4545.                  ["Entities\Author"]=>
  4546.                  string(6) "author"
  4547.                  ["Entities\Book"]=>
  4548.                  string(4) "book"
  4549.                  ["Entities\DummyTable1"]=>
  4550.                  string(12) "dummy_table1"
  4551.                  ["Entities\DummyTable2"]=>
  4552.                  string(12) "dummy_table2"
  4553.                }
  4554.                ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4555.                array(0) {
  4556.                }
  4557.                ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4558.                array(0) {
  4559.                }
  4560.                ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4561.                array(0) {
  4562.                }
  4563.                ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4564.                string(9) "Entities\"
  4565.              }
  4566.              ["autoGenerateProxyClasses"]=>
  4567.              bool(true)
  4568.              ["proxyDir"]=>
  4569.              string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  4570.              ["proxyNamespace"]=>
  4571.              string(14) "Doctrine\Proxy"
  4572.              ["classMetadataFactoryName"]=>
  4573.              string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  4574.            }
  4575.          }
  4576.          ["_eventManager":protected]=>
  4577.          object(Doctrine\Common\EventManager)#220 (1) {
  4578.            ["_listeners":"Doctrine\Common\EventManager":private]=>
  4579.            array(0) {
  4580.            }
  4581.          }
  4582.          ["_expr":protected]=>
  4583.          object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  4584.            ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  4585.            *RECURSION*
  4586.          }
  4587.          ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  4588.          bool(true)
  4589.          ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  4590.          int(0)
  4591.          ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  4592.          int(2)
  4593.          ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  4594.          NULL
  4595.          ["_params":"Doctrine\DBAL\Connection":private]=>
  4596.          array(6) {
  4597.            ["driver"]=>
  4598.            string(9) "pdo_mysql"
  4599.            ["user"]=>
  4600.            string(4) "root"
  4601.            ["password"]=>
  4602.            string(4) "root"
  4603.            ["host"]=>
  4604.            string(9) "localhost"
  4605.            ["dbname"]=>
  4606.            string(4) "urls"
  4607.            ["port"]=>
  4608.            string(4) "3306"
  4609.          }
  4610.          ["_platform":protected]=>
  4611.          object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  4612.            ["doctrineTypeMapping":protected]=>
  4613.            array(29) {
  4614.              ["tinyint"]=>
  4615.              string(7) "boolean"
  4616.              ["smallint"]=>
  4617.              string(8) "smallint"
  4618.              ["mediumint"]=>
  4619.              string(7) "integer"
  4620.              ["int"]=>
  4621.              string(7) "integer"
  4622.              ["integer"]=>
  4623.              string(7) "integer"
  4624.              ["bigint"]=>
  4625.              string(6) "bigint"
  4626.              ["tinytext"]=>
  4627.              string(4) "text"
  4628.              ["mediumtext"]=>
  4629.              string(4) "text"
  4630.              ["longtext"]=>
  4631.              string(4) "text"
  4632.              ["text"]=>
  4633.              string(4) "text"
  4634.              ["varchar"]=>
  4635.              string(6) "string"
  4636.              ["string"]=>
  4637.              string(6) "string"
  4638.              ["char"]=>
  4639.              string(6) "string"
  4640.              ["date"]=>
  4641.              string(4) "date"
  4642.              ["datetime"]=>
  4643.              string(8) "datetime"
  4644.              ["timestamp"]=>
  4645.              string(8) "datetime"
  4646.              ["time"]=>
  4647.              string(4) "time"
  4648.              ["float"]=>
  4649.              string(5) "float"
  4650.              ["double"]=>
  4651.              string(5) "float"
  4652.              ["real"]=>
  4653.              string(5) "float"
  4654.              ["decimal"]=>
  4655.              string(7) "decimal"
  4656.              ["numeric"]=>
  4657.              string(7) "decimal"
  4658.              ["year"]=>
  4659.              string(4) "date"
  4660.              ["longblob"]=>
  4661.              string(4) "blob"
  4662.              ["blob"]=>
  4663.              string(4) "blob"
  4664.              ["mediumblob"]=>
  4665.              string(4) "blob"
  4666.              ["tinyblob"]=>
  4667.              string(4) "blob"
  4668.              ["set"]=>
  4669.              string(6) "string"
  4670.              ["enum"]=>
  4671.              string(6) "string"
  4672.            }
  4673.            ["doctrineTypeComments":protected]=>
  4674.            NULL
  4675.            ["_eventManager":protected]=>
  4676.            object(Doctrine\Common\EventManager)#220 (1) {
  4677.              ["_listeners":"Doctrine\Common\EventManager":private]=>
  4678.              array(0) {
  4679.              }
  4680.            }
  4681.          }
  4682.          ["_schemaManager":protected]=>
  4683.          object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  4684.            ["_conn":protected]=>
  4685.            *RECURSION*
  4686.            ["_platform":protected]=>
  4687.            object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  4688.              ["doctrineTypeMapping":protected]=>
  4689.              array(29) {
  4690.                ["tinyint"]=>
  4691.                string(7) "boolean"
  4692.                ["smallint"]=>
  4693.                string(8) "smallint"
  4694.                ["mediumint"]=>
  4695.                string(7) "integer"
  4696.                ["int"]=>
  4697.                string(7) "integer"
  4698.                ["integer"]=>
  4699.                string(7) "integer"
  4700.                ["bigint"]=>
  4701.                string(6) "bigint"
  4702.                ["tinytext"]=>
  4703.                string(4) "text"
  4704.                ["mediumtext"]=>
  4705.                string(4) "text"
  4706.                ["longtext"]=>
  4707.                string(4) "text"
  4708.                ["text"]=>
  4709.                string(4) "text"
  4710.                ["varchar"]=>
  4711.                string(6) "string"
  4712.                ["string"]=>
  4713.                string(6) "string"
  4714.                ["char"]=>
  4715.                string(6) "string"
  4716.                ["date"]=>
  4717.                string(4) "date"
  4718.                ["datetime"]=>
  4719.                string(8) "datetime"
  4720.                ["timestamp"]=>
  4721.                string(8) "datetime"
  4722.                ["time"]=>
  4723.                string(4) "time"
  4724.                ["float"]=>
  4725.                string(5) "float"
  4726.                ["double"]=>
  4727.                string(5) "float"
  4728.                ["real"]=>
  4729.                string(5) "float"
  4730.                ["decimal"]=>
  4731.                string(7) "decimal"
  4732.                ["numeric"]=>
  4733.                string(7) "decimal"
  4734.                ["year"]=>
  4735.                string(4) "date"
  4736.                ["longblob"]=>
  4737.                string(4) "blob"
  4738.                ["blob"]=>
  4739.                string(4) "blob"
  4740.                ["mediumblob"]=>
  4741.                string(4) "blob"
  4742.                ["tinyblob"]=>
  4743.                string(4) "blob"
  4744.                ["set"]=>
  4745.                string(6) "string"
  4746.                ["enum"]=>
  4747.                string(6) "string"
  4748.              }
  4749.              ["doctrineTypeComments":protected]=>
  4750.              NULL
  4751.              ["_eventManager":protected]=>
  4752.              object(Doctrine\Common\EventManager)#220 (1) {
  4753.                ["_listeners":"Doctrine\Common\EventManager":private]=>
  4754.                array(0) {
  4755.                }
  4756.              }
  4757.            }
  4758.          }
  4759.          ["_driver":protected]=>
  4760.          object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  4761.          }
  4762.          ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  4763.          bool(false)
  4764.        }
  4765.        ["metadataFactory":"Doctrine\ORM\EntityManager":private]=>
  4766.        object(Doctrine\ORM\Mapping\ClassMetadataFactory)#214 (8) {
  4767.          ["em":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  4768.          *RECURSION*
  4769.          ["targetPlatform":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  4770.          object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  4771.            ["doctrineTypeMapping":protected]=>
  4772.            array(29) {
  4773.              ["tinyint"]=>
  4774.              string(7) "boolean"
  4775.              ["smallint"]=>
  4776.              string(8) "smallint"
  4777.              ["mediumint"]=>
  4778.              string(7) "integer"
  4779.              ["int"]=>
  4780.              string(7) "integer"
  4781.              ["integer"]=>
  4782.              string(7) "integer"
  4783.              ["bigint"]=>
  4784.              string(6) "bigint"
  4785.              ["tinytext"]=>
  4786.              string(4) "text"
  4787.              ["mediumtext"]=>
  4788.              string(4) "text"
  4789.              ["longtext"]=>
  4790.              string(4) "text"
  4791.              ["text"]=>
  4792.              string(4) "text"
  4793.              ["varchar"]=>
  4794.              string(6) "string"
  4795.              ["string"]=>
  4796.              string(6) "string"
  4797.              ["char"]=>
  4798.              string(6) "string"
  4799.              ["date"]=>
  4800.              string(4) "date"
  4801.              ["datetime"]=>
  4802.              string(8) "datetime"
  4803.              ["timestamp"]=>
  4804.              string(8) "datetime"
  4805.              ["time"]=>
  4806.              string(4) "time"
  4807.              ["float"]=>
  4808.              string(5) "float"
  4809.              ["double"]=>
  4810.              string(5) "float"
  4811.              ["real"]=>
  4812.              string(5) "float"
  4813.              ["decimal"]=>
  4814.              string(7) "decimal"
  4815.              ["numeric"]=>
  4816.              string(7) "decimal"
  4817.              ["year"]=>
  4818.              string(4) "date"
  4819.              ["longblob"]=>
  4820.              string(4) "blob"
  4821.              ["blob"]=>
  4822.              string(4) "blob"
  4823.              ["mediumblob"]=>
  4824.              string(4) "blob"
  4825.              ["tinyblob"]=>
  4826.              string(4) "blob"
  4827.              ["set"]=>
  4828.              string(6) "string"
  4829.              ["enum"]=>
  4830.              string(6) "string"
  4831.            }
  4832.            ["doctrineTypeComments":protected]=>
  4833.            NULL
  4834.            ["_eventManager":protected]=>
  4835.            object(Doctrine\Common\EventManager)#220 (1) {
  4836.              ["_listeners":"Doctrine\Common\EventManager":private]=>
  4837.              array(0) {
  4838.              }
  4839.            }
  4840.          }
  4841.          ["driver":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  4842.          object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  4843.            ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  4844.            object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  4845.              ["_conn":protected]=>
  4846.              object(Doctrine\DBAL\Connection)#218 (13) {
  4847.                ["_conn":protected]=>
  4848.                object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  4849.                }
  4850.                ["_config":protected]=>
  4851.                object(Doctrine\ORM\Configuration)#223 (1) {
  4852.                  ["_attributes":protected]=>
  4853.                  array(8) {
  4854.                    ["metadataCacheImpl"]=>
  4855.                    object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  4856.                      ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  4857.                      array(2) {
  4858.                        ["[Entities\Book$CLASSMETADATA][1]"]=>
  4859.                        object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  4860.                          ["name"]=>
  4861.                          string(13) "Entities\Book"
  4862.                          ["namespace"]=>
  4863.                          string(8) "Entities"
  4864.                          ["rootEntityName"]=>
  4865.                          string(13) "Entities\Book"
  4866.                          ["customRepositoryClassName"]=>
  4867.                          NULL
  4868.                          ["isMappedSuperclass"]=>
  4869.                          bool(false)
  4870.                          ["parentClasses"]=>
  4871.                          array(0) {
  4872.                          }
  4873.                          ["subClasses"]=>
  4874.                          array(0) {
  4875.                          }
  4876.                          ["namedQueries"]=>
  4877.                          array(0) {
  4878.                          }
  4879.                          ["identifier"]=>
  4880.                          array(1) {
  4881.                            [0]=>
  4882.                            string(2) "id"
  4883.                          }
  4884.                          ["inheritanceType"]=>
  4885.                          int(1)
  4886.                          ["generatorType"]=>
  4887.                          int(4)
  4888.                          ["fieldMappings"]=>
  4889.                          array(2) {
  4890.                            ["id"]=>
  4891.                            array(6) {
  4892.                              ["id"]=>
  4893.                              bool(true)
  4894.                              ["fieldName"]=>
  4895.                              string(2) "id"
  4896.                              ["columnName"]=>
  4897.                              string(2) "id"
  4898.                              ["type"]=>
  4899.                              string(7) "integer"
  4900.                              ["unsigned"]=>
  4901.                              bool(false)
  4902.                              ["nullable"]=>
  4903.                              bool(false)
  4904.                            }
  4905.                            ["title"]=>
  4906.                            array(6) {
  4907.                              ["fieldName"]=>
  4908.                              string(5) "title"
  4909.                              ["columnName"]=>
  4910.                              string(5) "title"
  4911.                              ["type"]=>
  4912.                              string(6) "string"
  4913.                              ["length"]=>
  4914.                              int(45)
  4915.                              ["fixed"]=>
  4916.                              bool(false)
  4917.                              ["nullable"]=>
  4918.                              bool(true)
  4919.                            }
  4920.                          }
  4921.                          ["fieldNames"]=>
  4922.                          array(2) {
  4923.                            ["id"]=>
  4924.                            string(2) "id"
  4925.                            ["title"]=>
  4926.                            string(5) "title"
  4927.                          }
  4928.                          ["columnNames"]=>
  4929.                          array(2) {
  4930.                            ["id"]=>
  4931.                            string(2) "id"
  4932.                            ["title"]=>
  4933.                            string(5) "title"
  4934.                          }
  4935.                          ["discriminatorValue"]=>
  4936.                          NULL
  4937.                          ["discriminatorMap"]=>
  4938.                          array(0) {
  4939.                          }
  4940.                          ["discriminatorColumn"]=>
  4941.                          NULL
  4942.                          ["table"]=>
  4943.                          array(1) {
  4944.                            ["name"]=>
  4945.                            string(4) "book"
  4946.                          }
  4947.                          ["lifecycleCallbacks"]=>
  4948.                          array(0) {
  4949.                          }
  4950.                          ["associationMappings"]=>
  4951.                          array(1) {
  4952.                            ["author"]=>
  4953.                            array(19) {
  4954.                              ["fieldName"]=>
  4955.                              string(6) "author"
  4956.                              ["targetEntity"]=>
  4957.                              string(15) "Entities\Author"
  4958.                              ["joinColumns"]=>
  4959.                              array(1) {
  4960.                                [0]=>
  4961.                                array(2) {
  4962.                                  ["name"]=>
  4963.                                  string(9) "author_id"
  4964.                                  ["referencedColumnName"]=>
  4965.                                  string(2) "id"
  4966.                                }
  4967.                              }
  4968.                              ["type"]=>
  4969.                              int(2)
  4970.                              ["mappedBy"]=>
  4971.                              NULL
  4972.                              ["inversedBy"]=>
  4973.                              NULL
  4974.                              ["isOwningSide"]=>
  4975.                              bool(true)
  4976.                              ["sourceEntity"]=>
  4977.                              string(13) "Entities\Book"
  4978.                              ["fetch"]=>
  4979.                              int(2)
  4980.                              ["cascade"]=>
  4981.                              array(0) {
  4982.                              }
  4983.                              ["isCascadeRemove"]=>
  4984.                              bool(false)
  4985.                              ["isCascadePersist"]=>
  4986.                              bool(false)
  4987.                              ["isCascadeRefresh"]=>
  4988.                              bool(false)
  4989.                              ["isCascadeMerge"]=>
  4990.                              bool(false)
  4991.                              ["isCascadeDetach"]=>
  4992.                              bool(false)
  4993.                              ["sourceToTargetKeyColumns"]=>
  4994.                              array(1) {
  4995.                                ["author_id"]=>
  4996.                                string(2) "id"
  4997.                              }
  4998.                              ["joinColumnFieldNames"]=>
  4999.                              array(1) {
  5000.                                ["author_id"]=>
  5001.                                string(9) "author_id"
  5002.                              }
  5003.                              ["targetToSourceKeyColumns"]=>
  5004.                              array(1) {
  5005.                                ["id"]=>
  5006.                                string(9) "author_id"
  5007.                              }
  5008.                              ["orphanRemoval"]=>
  5009.                              bool(false)
  5010.                            }
  5011.                          }
  5012.                          ["isIdentifierComposite"]=>
  5013.                          bool(false)
  5014.                          ["containsForeignIdentifier"]=>
  5015.                          bool(false)
  5016.                          ["idGenerator"]=>
  5017.                          object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  5018.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  5019.                            NULL
  5020.                          }
  5021.                          ["sequenceGeneratorDefinition"]=>
  5022.                          NULL
  5023.                          ["tableGeneratorDefinition"]=>
  5024.                          NULL
  5025.                          ["changeTrackingPolicy"]=>
  5026.                          int(1)
  5027.                          ["isVersioned"]=>
  5028.                          NULL
  5029.                          ["versionField"]=>
  5030.                          NULL
  5031.                          ["reflClass"]=>
  5032.                          object(ReflectionClass)#189 (1) {
  5033.                            ["name"]=>
  5034.                            string(13) "Entities\Book"
  5035.                          }
  5036.                          ["isReadOnly"]=>
  5037.                          bool(false)
  5038.                          ["reflFields"]=>
  5039.                          array(3) {
  5040.                            ["id"]=>
  5041.                            object(ReflectionProperty)#227 (2) {
  5042.                              ["name"]=>
  5043.                              string(2) "id"
  5044.                              ["class"]=>
  5045.                              string(13) "Entities\Book"
  5046.                            }
  5047.                            ["title"]=>
  5048.                            object(ReflectionProperty)#188 (2) {
  5049.                              ["name"]=>
  5050.                              string(5) "title"
  5051.                              ["class"]=>
  5052.                              string(13) "Entities\Book"
  5053.                            }
  5054.                            ["author"]=>
  5055.                            object(ReflectionProperty)#187 (2) {
  5056.                              ["name"]=>
  5057.                              string(6) "author"
  5058.                              ["class"]=>
  5059.                              string(13) "Entities\Book"
  5060.                            }
  5061.                          }
  5062.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  5063.                          object(Entities\Book)#180 (3) {
  5064.                            ["id":"Entities\Book":private]=>
  5065.                            NULL
  5066.                            ["title":"Entities\Book":private]=>
  5067.                            NULL
  5068.                            ["author":"Entities\Book":private]=>
  5069.                            NULL
  5070.                          }
  5071.                        }
  5072.                        ["[Entities\Author$CLASSMETADATA][1]"]=>
  5073.                        object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  5074.                          ["name"]=>
  5075.                          string(15) "Entities\Author"
  5076.                          ["namespace"]=>
  5077.                          string(8) "Entities"
  5078.                          ["rootEntityName"]=>
  5079.                          string(15) "Entities\Author"
  5080.                          ["customRepositoryClassName"]=>
  5081.                          NULL
  5082.                          ["isMappedSuperclass"]=>
  5083.                          bool(false)
  5084.                          ["parentClasses"]=>
  5085.                          array(0) {
  5086.                          }
  5087.                          ["subClasses"]=>
  5088.                          array(0) {
  5089.                          }
  5090.                          ["namedQueries"]=>
  5091.                          array(0) {
  5092.                          }
  5093.                          ["identifier"]=>
  5094.                          array(1) {
  5095.                            [0]=>
  5096.                            string(2) "id"
  5097.                          }
  5098.                          ["inheritanceType"]=>
  5099.                          int(1)
  5100.                          ["generatorType"]=>
  5101.                          int(4)
  5102.                          ["fieldMappings"]=>
  5103.                          array(2) {
  5104.                            ["id"]=>
  5105.                            array(6) {
  5106.                              ["id"]=>
  5107.                              bool(true)
  5108.                              ["fieldName"]=>
  5109.                              string(2) "id"
  5110.                              ["columnName"]=>
  5111.                              string(2) "id"
  5112.                              ["type"]=>
  5113.                              string(7) "integer"
  5114.                              ["unsigned"]=>
  5115.                              bool(false)
  5116.                              ["nullable"]=>
  5117.                              bool(false)
  5118.                            }
  5119.                            ["name"]=>
  5120.                            array(6) {
  5121.                              ["fieldName"]=>
  5122.                              string(4) "name"
  5123.                              ["columnName"]=>
  5124.                              string(4) "name"
  5125.                              ["type"]=>
  5126.                              string(6) "string"
  5127.                              ["length"]=>
  5128.                              int(45)
  5129.                              ["fixed"]=>
  5130.                              bool(false)
  5131.                              ["nullable"]=>
  5132.                              bool(true)
  5133.                            }
  5134.                          }
  5135.                          ["fieldNames"]=>
  5136.                          array(2) {
  5137.                            ["id"]=>
  5138.                            string(2) "id"
  5139.                            ["name"]=>
  5140.                            string(4) "name"
  5141.                          }
  5142.                          ["columnNames"]=>
  5143.                          array(2) {
  5144.                            ["id"]=>
  5145.                            string(2) "id"
  5146.                            ["name"]=>
  5147.                            string(4) "name"
  5148.                          }
  5149.                          ["discriminatorValue"]=>
  5150.                          NULL
  5151.                          ["discriminatorMap"]=>
  5152.                          array(0) {
  5153.                          }
  5154.                          ["discriminatorColumn"]=>
  5155.                          NULL
  5156.                          ["table"]=>
  5157.                          array(1) {
  5158.                            ["name"]=>
  5159.                            string(6) "author"
  5160.                          }
  5161.                          ["lifecycleCallbacks"]=>
  5162.                          array(0) {
  5163.                          }
  5164.                          ["associationMappings"]=>
  5165.                          array(0) {
  5166.                          }
  5167.                          ["isIdentifierComposite"]=>
  5168.                          bool(false)
  5169.                          ["containsForeignIdentifier"]=>
  5170.                          bool(false)
  5171.                          ["idGenerator"]=>
  5172.                          object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  5173.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  5174.                            NULL
  5175.                          }
  5176.                          ["sequenceGeneratorDefinition"]=>
  5177.                          NULL
  5178.                          ["tableGeneratorDefinition"]=>
  5179.                          NULL
  5180.                          ["changeTrackingPolicy"]=>
  5181.                          int(1)
  5182.                          ["isVersioned"]=>
  5183.                          NULL
  5184.                          ["versionField"]=>
  5185.                          NULL
  5186.                          ["reflClass"]=>
  5187.                          object(ReflectionClass)#175 (1) {
  5188.                            ["name"]=>
  5189.                            string(15) "Entities\Author"
  5190.                          }
  5191.                          ["isReadOnly"]=>
  5192.                          bool(false)
  5193.                          ["reflFields"]=>
  5194.                          array(2) {
  5195.                            ["id"]=>
  5196.                            object(ReflectionProperty)#177 (2) {
  5197.                              ["name"]=>
  5198.                              string(2) "id"
  5199.                              ["class"]=>
  5200.                              string(15) "Entities\Author"
  5201.                            }
  5202.                            ["name"]=>
  5203.                            object(ReflectionProperty)#174 (2) {
  5204.                              ["name"]=>
  5205.                              string(4) "name"
  5206.                              ["class"]=>
  5207.                              string(15) "Entities\Author"
  5208.                            }
  5209.                          }
  5210.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  5211.                          NULL
  5212.                        }
  5213.                      }
  5214.                      ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  5215.                      string(0) ""
  5216.                    }
  5217.                    ["queryCacheImpl"]=>
  5218.                    object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  5219.                      ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  5220.                      array(2) {
  5221.                        ["[Entities\Book$CLASSMETADATA][1]"]=>
  5222.                        object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  5223.                          ["name"]=>
  5224.                          string(13) "Entities\Book"
  5225.                          ["namespace"]=>
  5226.                          string(8) "Entities"
  5227.                          ["rootEntityName"]=>
  5228.                          string(13) "Entities\Book"
  5229.                          ["customRepositoryClassName"]=>
  5230.                          NULL
  5231.                          ["isMappedSuperclass"]=>
  5232.                          bool(false)
  5233.                          ["parentClasses"]=>
  5234.                          array(0) {
  5235.                          }
  5236.                          ["subClasses"]=>
  5237.                          array(0) {
  5238.                          }
  5239.                          ["namedQueries"]=>
  5240.                          array(0) {
  5241.                          }
  5242.                          ["identifier"]=>
  5243.                          array(1) {
  5244.                            [0]=>
  5245.                            string(2) "id"
  5246.                          }
  5247.                          ["inheritanceType"]=>
  5248.                          int(1)
  5249.                          ["generatorType"]=>
  5250.                          int(4)
  5251.                          ["fieldMappings"]=>
  5252.                          array(2) {
  5253.                            ["id"]=>
  5254.                            array(6) {
  5255.                              ["id"]=>
  5256.                              bool(true)
  5257.                              ["fieldName"]=>
  5258.                              string(2) "id"
  5259.                              ["columnName"]=>
  5260.                              string(2) "id"
  5261.                              ["type"]=>
  5262.                              string(7) "integer"
  5263.                              ["unsigned"]=>
  5264.                              bool(false)
  5265.                              ["nullable"]=>
  5266.                              bool(false)
  5267.                            }
  5268.                            ["title"]=>
  5269.                            array(6) {
  5270.                              ["fieldName"]=>
  5271.                              string(5) "title"
  5272.                              ["columnName"]=>
  5273.                              string(5) "title"
  5274.                              ["type"]=>
  5275.                              string(6) "string"
  5276.                              ["length"]=>
  5277.                              int(45)
  5278.                              ["fixed"]=>
  5279.                              bool(false)
  5280.                              ["nullable"]=>
  5281.                              bool(true)
  5282.                            }
  5283.                          }
  5284.                          ["fieldNames"]=>
  5285.                          array(2) {
  5286.                            ["id"]=>
  5287.                            string(2) "id"
  5288.                            ["title"]=>
  5289.                            string(5) "title"
  5290.                          }
  5291.                          ["columnNames"]=>
  5292.                          array(2) {
  5293.                            ["id"]=>
  5294.                            string(2) "id"
  5295.                            ["title"]=>
  5296.                            string(5) "title"
  5297.                          }
  5298.                          ["discriminatorValue"]=>
  5299.                          NULL
  5300.                          ["discriminatorMap"]=>
  5301.                          array(0) {
  5302.                          }
  5303.                          ["discriminatorColumn"]=>
  5304.                          NULL
  5305.                          ["table"]=>
  5306.                          array(1) {
  5307.                            ["name"]=>
  5308.                            string(4) "book"
  5309.                          }
  5310.                          ["lifecycleCallbacks"]=>
  5311.                          array(0) {
  5312.                          }
  5313.                          ["associationMappings"]=>
  5314.                          array(1) {
  5315.                            ["author"]=>
  5316.                            array(19) {
  5317.                              ["fieldName"]=>
  5318.                              string(6) "author"
  5319.                              ["targetEntity"]=>
  5320.                              string(15) "Entities\Author"
  5321.                              ["joinColumns"]=>
  5322.                              array(1) {
  5323.                                [0]=>
  5324.                                array(2) {
  5325.                                  ["name"]=>
  5326.                                  string(9) "author_id"
  5327.                                  ["referencedColumnName"]=>
  5328.                                  string(2) "id"
  5329.                                }
  5330.                              }
  5331.                              ["type"]=>
  5332.                              int(2)
  5333.                              ["mappedBy"]=>
  5334.                              NULL
  5335.                              ["inversedBy"]=>
  5336.                              NULL
  5337.                              ["isOwningSide"]=>
  5338.                              bool(true)
  5339.                              ["sourceEntity"]=>
  5340.                              string(13) "Entities\Book"
  5341.                              ["fetch"]=>
  5342.                              int(2)
  5343.                              ["cascade"]=>
  5344.                              array(0) {
  5345.                              }
  5346.                              ["isCascadeRemove"]=>
  5347.                              bool(false)
  5348.                              ["isCascadePersist"]=>
  5349.                              bool(false)
  5350.                              ["isCascadeRefresh"]=>
  5351.                              bool(false)
  5352.                              ["isCascadeMerge"]=>
  5353.                              bool(false)
  5354.                              ["isCascadeDetach"]=>
  5355.                              bool(false)
  5356.                              ["sourceToTargetKeyColumns"]=>
  5357.                              array(1) {
  5358.                                ["author_id"]=>
  5359.                                string(2) "id"
  5360.                              }
  5361.                              ["joinColumnFieldNames"]=>
  5362.                              array(1) {
  5363.                                ["author_id"]=>
  5364.                                string(9) "author_id"
  5365.                              }
  5366.                              ["targetToSourceKeyColumns"]=>
  5367.                              array(1) {
  5368.                                ["id"]=>
  5369.                                string(9) "author_id"
  5370.                              }
  5371.                              ["orphanRemoval"]=>
  5372.                              bool(false)
  5373.                            }
  5374.                          }
  5375.                          ["isIdentifierComposite"]=>
  5376.                          bool(false)
  5377.                          ["containsForeignIdentifier"]=>
  5378.                          bool(false)
  5379.                          ["idGenerator"]=>
  5380.                          object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  5381.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  5382.                            NULL
  5383.                          }
  5384.                          ["sequenceGeneratorDefinition"]=>
  5385.                          NULL
  5386.                          ["tableGeneratorDefinition"]=>
  5387.                          NULL
  5388.                          ["changeTrackingPolicy"]=>
  5389.                          int(1)
  5390.                          ["isVersioned"]=>
  5391.                          NULL
  5392.                          ["versionField"]=>
  5393.                          NULL
  5394.                          ["reflClass"]=>
  5395.                          object(ReflectionClass)#189 (1) {
  5396.                            ["name"]=>
  5397.                            string(13) "Entities\Book"
  5398.                          }
  5399.                          ["isReadOnly"]=>
  5400.                          bool(false)
  5401.                          ["reflFields"]=>
  5402.                          array(3) {
  5403.                            ["id"]=>
  5404.                            object(ReflectionProperty)#227 (2) {
  5405.                              ["name"]=>
  5406.                              string(2) "id"
  5407.                              ["class"]=>
  5408.                              string(13) "Entities\Book"
  5409.                            }
  5410.                            ["title"]=>
  5411.                            object(ReflectionProperty)#188 (2) {
  5412.                              ["name"]=>
  5413.                              string(5) "title"
  5414.                              ["class"]=>
  5415.                              string(13) "Entities\Book"
  5416.                            }
  5417.                            ["author"]=>
  5418.                            object(ReflectionProperty)#187 (2) {
  5419.                              ["name"]=>
  5420.                              string(6) "author"
  5421.                              ["class"]=>
  5422.                              string(13) "Entities\Book"
  5423.                            }
  5424.                          }
  5425.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  5426.                          object(Entities\Book)#180 (3) {
  5427.                            ["id":"Entities\Book":private]=>
  5428.                            NULL
  5429.                            ["title":"Entities\Book":private]=>
  5430.                            NULL
  5431.                            ["author":"Entities\Book":private]=>
  5432.                            NULL
  5433.                          }
  5434.                        }
  5435.                        ["[Entities\Author$CLASSMETADATA][1]"]=>
  5436.                        object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  5437.                          ["name"]=>
  5438.                          string(15) "Entities\Author"
  5439.                          ["namespace"]=>
  5440.                          string(8) "Entities"
  5441.                          ["rootEntityName"]=>
  5442.                          string(15) "Entities\Author"
  5443.                          ["customRepositoryClassName"]=>
  5444.                          NULL
  5445.                          ["isMappedSuperclass"]=>
  5446.                          bool(false)
  5447.                          ["parentClasses"]=>
  5448.                          array(0) {
  5449.                          }
  5450.                          ["subClasses"]=>
  5451.                          array(0) {
  5452.                          }
  5453.                          ["namedQueries"]=>
  5454.                          array(0) {
  5455.                          }
  5456.                          ["identifier"]=>
  5457.                          array(1) {
  5458.                            [0]=>
  5459.                            string(2) "id"
  5460.                          }
  5461.                          ["inheritanceType"]=>
  5462.                          int(1)
  5463.                          ["generatorType"]=>
  5464.                          int(4)
  5465.                          ["fieldMappings"]=>
  5466.                          array(2) {
  5467.                            ["id"]=>
  5468.                            array(6) {
  5469.                              ["id"]=>
  5470.                              bool(true)
  5471.                              ["fieldName"]=>
  5472.                              string(2) "id"
  5473.                              ["columnName"]=>
  5474.                              string(2) "id"
  5475.                              ["type"]=>
  5476.                              string(7) "integer"
  5477.                              ["unsigned"]=>
  5478.                              bool(false)
  5479.                              ["nullable"]=>
  5480.                              bool(false)
  5481.                            }
  5482.                            ["name"]=>
  5483.                            array(6) {
  5484.                              ["fieldName"]=>
  5485.                              string(4) "name"
  5486.                              ["columnName"]=>
  5487.                              string(4) "name"
  5488.                              ["type"]=>
  5489.                              string(6) "string"
  5490.                              ["length"]=>
  5491.                              int(45)
  5492.                              ["fixed"]=>
  5493.                              bool(false)
  5494.                              ["nullable"]=>
  5495.                              bool(true)
  5496.                            }
  5497.                          }
  5498.                          ["fieldNames"]=>
  5499.                          array(2) {
  5500.                            ["id"]=>
  5501.                            string(2) "id"
  5502.                            ["name"]=>
  5503.                            string(4) "name"
  5504.                          }
  5505.                          ["columnNames"]=>
  5506.                          array(2) {
  5507.                            ["id"]=>
  5508.                            string(2) "id"
  5509.                            ["name"]=>
  5510.                            string(4) "name"
  5511.                          }
  5512.                          ["discriminatorValue"]=>
  5513.                          NULL
  5514.                          ["discriminatorMap"]=>
  5515.                          array(0) {
  5516.                          }
  5517.                          ["discriminatorColumn"]=>
  5518.                          NULL
  5519.                          ["table"]=>
  5520.                          array(1) {
  5521.                            ["name"]=>
  5522.                            string(6) "author"
  5523.                          }
  5524.                          ["lifecycleCallbacks"]=>
  5525.                          array(0) {
  5526.                          }
  5527.                          ["associationMappings"]=>
  5528.                          array(0) {
  5529.                          }
  5530.                          ["isIdentifierComposite"]=>
  5531.                          bool(false)
  5532.                          ["containsForeignIdentifier"]=>
  5533.                          bool(false)
  5534.                          ["idGenerator"]=>
  5535.                          object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  5536.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  5537.                            NULL
  5538.                          }
  5539.                          ["sequenceGeneratorDefinition"]=>
  5540.                          NULL
  5541.                          ["tableGeneratorDefinition"]=>
  5542.                          NULL
  5543.                          ["changeTrackingPolicy"]=>
  5544.                          int(1)
  5545.                          ["isVersioned"]=>
  5546.                          NULL
  5547.                          ["versionField"]=>
  5548.                          NULL
  5549.                          ["reflClass"]=>
  5550.                          object(ReflectionClass)#175 (1) {
  5551.                            ["name"]=>
  5552.                            string(15) "Entities\Author"
  5553.                          }
  5554.                          ["isReadOnly"]=>
  5555.                          bool(false)
  5556.                          ["reflFields"]=>
  5557.                          array(2) {
  5558.                            ["id"]=>
  5559.                            object(ReflectionProperty)#177 (2) {
  5560.                              ["name"]=>
  5561.                              string(2) "id"
  5562.                              ["class"]=>
  5563.                              string(15) "Entities\Author"
  5564.                            }
  5565.                            ["name"]=>
  5566.                            object(ReflectionProperty)#174 (2) {
  5567.                              ["name"]=>
  5568.                              string(4) "name"
  5569.                              ["class"]=>
  5570.                              string(15) "Entities\Author"
  5571.                            }
  5572.                          }
  5573.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  5574.                          NULL
  5575.                        }
  5576.                      }
  5577.                      ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  5578.                      string(0) ""
  5579.                    }
  5580.                    ["sqlLogger"]=>
  5581.                    object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  5582.                    }
  5583.                    ["metadataDriverImpl"]=>
  5584.                    *RECURSION*
  5585.                    ["autoGenerateProxyClasses"]=>
  5586.                    bool(true)
  5587.                    ["proxyDir"]=>
  5588.                    string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  5589.                    ["proxyNamespace"]=>
  5590.                    string(14) "Doctrine\Proxy"
  5591.                    ["classMetadataFactoryName"]=>
  5592.                    string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  5593.                  }
  5594.                }
  5595.                ["_eventManager":protected]=>
  5596.                object(Doctrine\Common\EventManager)#220 (1) {
  5597.                  ["_listeners":"Doctrine\Common\EventManager":private]=>
  5598.                  array(0) {
  5599.                  }
  5600.                }
  5601.                ["_expr":protected]=>
  5602.                object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  5603.                  ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  5604.                  *RECURSION*
  5605.                }
  5606.                ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  5607.                bool(true)
  5608.                ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  5609.                int(0)
  5610.                ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  5611.                int(2)
  5612.                ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  5613.                NULL
  5614.                ["_params":"Doctrine\DBAL\Connection":private]=>
  5615.                array(6) {
  5616.                  ["driver"]=>
  5617.                  string(9) "pdo_mysql"
  5618.                  ["user"]=>
  5619.                  string(4) "root"
  5620.                  ["password"]=>
  5621.                  string(4) "root"
  5622.                  ["host"]=>
  5623.                  string(9) "localhost"
  5624.                  ["dbname"]=>
  5625.                  string(4) "urls"
  5626.                  ["port"]=>
  5627.                  string(4) "3306"
  5628.                }
  5629.                ["_platform":protected]=>
  5630.                object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  5631.                  ["doctrineTypeMapping":protected]=>
  5632.                  array(29) {
  5633.                    ["tinyint"]=>
  5634.                    string(7) "boolean"
  5635.                    ["smallint"]=>
  5636.                    string(8) "smallint"
  5637.                    ["mediumint"]=>
  5638.                    string(7) "integer"
  5639.                    ["int"]=>
  5640.                    string(7) "integer"
  5641.                    ["integer"]=>
  5642.                    string(7) "integer"
  5643.                    ["bigint"]=>
  5644.                    string(6) "bigint"
  5645.                    ["tinytext"]=>
  5646.                    string(4) "text"
  5647.                    ["mediumtext"]=>
  5648.                    string(4) "text"
  5649.                    ["longtext"]=>
  5650.                    string(4) "text"
  5651.                    ["text"]=>
  5652.                    string(4) "text"
  5653.                    ["varchar"]=>
  5654.                    string(6) "string"
  5655.                    ["string"]=>
  5656.                    string(6) "string"
  5657.                    ["char"]=>
  5658.                    string(6) "string"
  5659.                    ["date"]=>
  5660.                    string(4) "date"
  5661.                    ["datetime"]=>
  5662.                    string(8) "datetime"
  5663.                    ["timestamp"]=>
  5664.                    string(8) "datetime"
  5665.                    ["time"]=>
  5666.                    string(4) "time"
  5667.                    ["float"]=>
  5668.                    string(5) "float"
  5669.                    ["double"]=>
  5670.                    string(5) "float"
  5671.                    ["real"]=>
  5672.                    string(5) "float"
  5673.                    ["decimal"]=>
  5674.                    string(7) "decimal"
  5675.                    ["numeric"]=>
  5676.                    string(7) "decimal"
  5677.                    ["year"]=>
  5678.                    string(4) "date"
  5679.                    ["longblob"]=>
  5680.                    string(4) "blob"
  5681.                    ["blob"]=>
  5682.                    string(4) "blob"
  5683.                    ["mediumblob"]=>
  5684.                    string(4) "blob"
  5685.                    ["tinyblob"]=>
  5686.                    string(4) "blob"
  5687.                    ["set"]=>
  5688.                    string(6) "string"
  5689.                    ["enum"]=>
  5690.                    string(6) "string"
  5691.                  }
  5692.                  ["doctrineTypeComments":protected]=>
  5693.                  NULL
  5694.                  ["_eventManager":protected]=>
  5695.                  object(Doctrine\Common\EventManager)#220 (1) {
  5696.                    ["_listeners":"Doctrine\Common\EventManager":private]=>
  5697.                    array(0) {
  5698.                    }
  5699.                  }
  5700.                }
  5701.                ["_schemaManager":protected]=>
  5702.                *RECURSION*
  5703.                ["_driver":protected]=>
  5704.                object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  5705.                }
  5706.                ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  5707.                bool(false)
  5708.              }
  5709.              ["_platform":protected]=>
  5710.              object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  5711.                ["doctrineTypeMapping":protected]=>
  5712.                array(29) {
  5713.                  ["tinyint"]=>
  5714.                  string(7) "boolean"
  5715.                  ["smallint"]=>
  5716.                  string(8) "smallint"
  5717.                  ["mediumint"]=>
  5718.                  string(7) "integer"
  5719.                  ["int"]=>
  5720.                  string(7) "integer"
  5721.                  ["integer"]=>
  5722.                  string(7) "integer"
  5723.                  ["bigint"]=>
  5724.                  string(6) "bigint"
  5725.                  ["tinytext"]=>
  5726.                  string(4) "text"
  5727.                  ["mediumtext"]=>
  5728.                  string(4) "text"
  5729.                  ["longtext"]=>
  5730.                  string(4) "text"
  5731.                  ["text"]=>
  5732.                  string(4) "text"
  5733.                  ["varchar"]=>
  5734.                  string(6) "string"
  5735.                  ["string"]=>
  5736.                  string(6) "string"
  5737.                  ["char"]=>
  5738.                  string(6) "string"
  5739.                  ["date"]=>
  5740.                  string(4) "date"
  5741.                  ["datetime"]=>
  5742.                  string(8) "datetime"
  5743.                  ["timestamp"]=>
  5744.                  string(8) "datetime"
  5745.                  ["time"]=>
  5746.                  string(4) "time"
  5747.                  ["float"]=>
  5748.                  string(5) "float"
  5749.                  ["double"]=>
  5750.                  string(5) "float"
  5751.                  ["real"]=>
  5752.                  string(5) "float"
  5753.                  ["decimal"]=>
  5754.                  string(7) "decimal"
  5755.                  ["numeric"]=>
  5756.                  string(7) "decimal"
  5757.                  ["year"]=>
  5758.                  string(4) "date"
  5759.                  ["longblob"]=>
  5760.                  string(4) "blob"
  5761.                  ["blob"]=>
  5762.                  string(4) "blob"
  5763.                  ["mediumblob"]=>
  5764.                  string(4) "blob"
  5765.                  ["tinyblob"]=>
  5766.                  string(4) "blob"
  5767.                  ["set"]=>
  5768.                  string(6) "string"
  5769.                  ["enum"]=>
  5770.                  string(6) "string"
  5771.                }
  5772.                ["doctrineTypeComments":protected]=>
  5773.                NULL
  5774.                ["_eventManager":protected]=>
  5775.                object(Doctrine\Common\EventManager)#220 (1) {
  5776.                  ["_listeners":"Doctrine\Common\EventManager":private]=>
  5777.                  array(0) {
  5778.                  }
  5779.                }
  5780.              }
  5781.            }
  5782.            ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  5783.            array(4) {
  5784.              ["author"]=>
  5785.              object(Doctrine\DBAL\Schema\Table)#204 (10) {
  5786.                ["_name":protected]=>
  5787.                string(6) "author"
  5788.                ["_columns":protected]=>
  5789.                array(2) {
  5790.                  ["id"]=>
  5791.                  object(Doctrine\DBAL\Schema\Column)#207 (16) {
  5792.                    ["_type":protected]=>
  5793.                    object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  5794.                    }
  5795.                    ["_length":protected]=>
  5796.                    NULL
  5797.                    ["_precision":protected]=>
  5798.                    int(10)
  5799.                    ["_scale":protected]=>
  5800.                    int(0)
  5801.                    ["_unsigned":protected]=>
  5802.                    bool(false)
  5803.                    ["_fixed":protected]=>
  5804.                    bool(false)
  5805.                    ["_notnull":protected]=>
  5806.                    bool(true)
  5807.                    ["_default":protected]=>
  5808.                    NULL
  5809.                    ["_autoincrement":protected]=>
  5810.                    bool(false)
  5811.                    ["_platformOptions":protected]=>
  5812.                    array(0) {
  5813.                    }
  5814.                    ["_columnDefinition":protected]=>
  5815.                    NULL
  5816.                    ["_comment":protected]=>
  5817.                    string(0) ""
  5818.                    ["_customSchemaOptions":protected]=>
  5819.                    array(0) {
  5820.                    }
  5821.                    ["_name":protected]=>
  5822.                    string(2) "id"
  5823.                    ["_namespace":protected]=>
  5824.                    NULL
  5825.                    ["_quoted":protected]=>
  5826.                    bool(false)
  5827.                  }
  5828.                  ["name"]=>
  5829.                  object(Doctrine\DBAL\Schema\Column)#206 (16) {
  5830.                    ["_type":protected]=>
  5831.                    object(Doctrine\DBAL\Types\StringType)#261 (0) {
  5832.                    }
  5833.                    ["_length":protected]=>
  5834.                    int(45)
  5835.                    ["_precision":protected]=>
  5836.                    int(10)
  5837.                    ["_scale":protected]=>
  5838.                    int(0)
  5839.                    ["_unsigned":protected]=>
  5840.                    bool(false)
  5841.                    ["_fixed":protected]=>
  5842.                    bool(false)
  5843.                    ["_notnull":protected]=>
  5844.                    bool(false)
  5845.                    ["_default":protected]=>
  5846.                    NULL
  5847.                    ["_autoincrement":protected]=>
  5848.                    bool(false)
  5849.                    ["_platformOptions":protected]=>
  5850.                    array(0) {
  5851.                    }
  5852.                    ["_columnDefinition":protected]=>
  5853.                    NULL
  5854.                    ["_comment":protected]=>
  5855.                    string(0) ""
  5856.                    ["_customSchemaOptions":protected]=>
  5857.                    array(0) {
  5858.                    }
  5859.                    ["_name":protected]=>
  5860.                    string(4) "name"
  5861.                    ["_namespace":protected]=>
  5862.                    NULL
  5863.                    ["_quoted":protected]=>
  5864.                    bool(false)
  5865.                  }
  5866.                }
  5867.                ["_indexes":protected]=>
  5868.                array(1) {
  5869.                  ["primary"]=>
  5870.                  object(Doctrine\DBAL\Schema\Index)#205 (6) {
  5871.                    ["_columns":protected]=>
  5872.                    array(1) {
  5873.                      [0]=>
  5874.                      string(2) "id"
  5875.                    }
  5876.                    ["_isUnique":protected]=>
  5877.                    bool(true)
  5878.                    ["_isPrimary":protected]=>
  5879.                    bool(true)
  5880.                    ["_name":protected]=>
  5881.                    string(7) "PRIMARY"
  5882.                    ["_namespace":protected]=>
  5883.                    NULL
  5884.                    ["_quoted":protected]=>
  5885.                    bool(false)
  5886.                  }
  5887.                }
  5888.                ["_primaryKeyName":protected]=>
  5889.                string(7) "primary"
  5890.                ["_fkConstraints":protected]=>
  5891.                array(0) {
  5892.                }
  5893.                ["_options":protected]=>
  5894.                array(0) {
  5895.                }
  5896.                ["_schemaConfig":protected]=>
  5897.                NULL
  5898.                ["_namespace":protected]=>
  5899.                NULL
  5900.                ["_quoted":protected]=>
  5901.                bool(false)
  5902.                ["_idGeneratorType"]=>
  5903.                bool(false)
  5904.              }
  5905.              ["book"]=>
  5906.              object(Doctrine\DBAL\Schema\Table)#197 (10) {
  5907.                ["_name":protected]=>
  5908.                string(4) "book"
  5909.                ["_columns":protected]=>
  5910.                array(3) {
  5911.                  ["id"]=>
  5912.                  object(Doctrine\DBAL\Schema\Column)#203 (16) {
  5913.                    ["_type":protected]=>
  5914.                    object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  5915.                    }
  5916.                    ["_length":protected]=>
  5917.                    NULL
  5918.                    ["_precision":protected]=>
  5919.                    int(10)
  5920.                    ["_scale":protected]=>
  5921.                    int(0)
  5922.                    ["_unsigned":protected]=>
  5923.                    bool(false)
  5924.                    ["_fixed":protected]=>
  5925.                    bool(false)
  5926.                    ["_notnull":protected]=>
  5927.                    bool(true)
  5928.                    ["_default":protected]=>
  5929.                    NULL
  5930.                    ["_autoincrement":protected]=>
  5931.                    bool(false)
  5932.                    ["_platformOptions":protected]=>
  5933.                    array(0) {
  5934.                    }
  5935.                    ["_columnDefinition":protected]=>
  5936.                    NULL
  5937.                    ["_comment":protected]=>
  5938.                    string(0) ""
  5939.                    ["_customSchemaOptions":protected]=>
  5940.                    array(0) {
  5941.                    }
  5942.                    ["_name":protected]=>
  5943.                    string(2) "id"
  5944.                    ["_namespace":protected]=>
  5945.                    NULL
  5946.                    ["_quoted":protected]=>
  5947.                    bool(false)
  5948.                  }
  5949.                  ["title"]=>
  5950.                  object(Doctrine\DBAL\Schema\Column)#202 (16) {
  5951.                    ["_type":protected]=>
  5952.                    object(Doctrine\DBAL\Types\StringType)#261 (0) {
  5953.                    }
  5954.                    ["_length":protected]=>
  5955.                    int(45)
  5956.                    ["_precision":protected]=>
  5957.                    int(10)
  5958.                    ["_scale":protected]=>
  5959.                    int(0)
  5960.                    ["_unsigned":protected]=>
  5961.                    bool(false)
  5962.                    ["_fixed":protected]=>
  5963.                    bool(false)
  5964.                    ["_notnull":protected]=>
  5965.                    bool(false)
  5966.                    ["_default":protected]=>
  5967.                    NULL
  5968.                    ["_autoincrement":protected]=>
  5969.                    bool(false)
  5970.                    ["_platformOptions":protected]=>
  5971.                    array(0) {
  5972.                    }
  5973.                    ["_columnDefinition":protected]=>
  5974.                    NULL
  5975.                    ["_comment":protected]=>
  5976.                    string(0) ""
  5977.                    ["_customSchemaOptions":protected]=>
  5978.                    array(0) {
  5979.                    }
  5980.                    ["_name":protected]=>
  5981.                    string(5) "title"
  5982.                    ["_namespace":protected]=>
  5983.                    NULL
  5984.                    ["_quoted":protected]=>
  5985.                    bool(false)
  5986.                  }
  5987.                  ["author_id"]=>
  5988.                  object(Doctrine\DBAL\Schema\Column)#201 (16) {
  5989.                    ["_type":protected]=>
  5990.                    object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  5991.                    }
  5992.                    ["_length":protected]=>
  5993.                    NULL
  5994.                    ["_precision":protected]=>
  5995.                    int(10)
  5996.                    ["_scale":protected]=>
  5997.                    int(0)
  5998.                    ["_unsigned":protected]=>
  5999.                    bool(false)
  6000.                    ["_fixed":protected]=>
  6001.                    bool(false)
  6002.                    ["_notnull":protected]=>
  6003.                    bool(true)
  6004.                    ["_default":protected]=>
  6005.                    NULL
  6006.                    ["_autoincrement":protected]=>
  6007.                    bool(false)
  6008.                    ["_platformOptions":protected]=>
  6009.                    array(0) {
  6010.                    }
  6011.                    ["_columnDefinition":protected]=>
  6012.                    NULL
  6013.                    ["_comment":protected]=>
  6014.                    string(0) ""
  6015.                    ["_customSchemaOptions":protected]=>
  6016.                    array(0) {
  6017.                    }
  6018.                    ["_name":protected]=>
  6019.                    string(9) "author_id"
  6020.                    ["_namespace":protected]=>
  6021.                    NULL
  6022.                    ["_quoted":protected]=>
  6023.                    bool(false)
  6024.                  }
  6025.                }
  6026.                ["_indexes":protected]=>
  6027.                array(2) {
  6028.                  ["primary"]=>
  6029.                  object(Doctrine\DBAL\Schema\Index)#199 (6) {
  6030.                    ["_columns":protected]=>
  6031.                    array(1) {
  6032.                      [0]=>
  6033.                      string(2) "id"
  6034.                    }
  6035.                    ["_isUnique":protected]=>
  6036.                    bool(true)
  6037.                    ["_isPrimary":protected]=>
  6038.                    bool(true)
  6039.                    ["_name":protected]=>
  6040.                    string(7) "PRIMARY"
  6041.                    ["_namespace":protected]=>
  6042.                    NULL
  6043.                    ["_quoted":protected]=>
  6044.                    bool(false)
  6045.                  }
  6046.                  ["fk_book_author1_idx"]=>
  6047.                  object(Doctrine\DBAL\Schema\Index)#198 (6) {
  6048.                    ["_columns":protected]=>
  6049.                    array(1) {
  6050.                      [0]=>
  6051.                      string(9) "author_id"
  6052.                    }
  6053.                    ["_isUnique":protected]=>
  6054.                    bool(false)
  6055.                    ["_isPrimary":protected]=>
  6056.                    bool(false)
  6057.                    ["_name":protected]=>
  6058.                    string(19) "fk_book_author1_idx"
  6059.                    ["_namespace":protected]=>
  6060.                    NULL
  6061.                    ["_quoted":protected]=>
  6062.                    bool(false)
  6063.                  }
  6064.                }
  6065.                ["_primaryKeyName":protected]=>
  6066.                string(7) "primary"
  6067.                ["_fkConstraints":protected]=>
  6068.                array(1) {
  6069.                  ["fk_book_author1"]=>
  6070.                  object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  6071.                    ["_localTable":protected]=>
  6072.                    *RECURSION*
  6073.                    ["_localColumnNames":protected]=>
  6074.                    array(1) {
  6075.                      [0]=>
  6076.                      string(9) "author_id"
  6077.                    }
  6078.                    ["_foreignTableName":protected]=>
  6079.                    string(6) "author"
  6080.                    ["_foreignColumnNames":protected]=>
  6081.                    array(1) {
  6082.                      [0]=>
  6083.                      string(2) "id"
  6084.                    }
  6085.                    ["_cascade":protected]=>
  6086.                    string(0) ""
  6087.                    ["_options":protected]=>
  6088.                    array(2) {
  6089.                      ["onDelete"]=>
  6090.                      string(9) "NO ACTION"
  6091.                      ["onUpdate"]=>
  6092.                      string(9) "NO ACTION"
  6093.                    }
  6094.                    ["_name":protected]=>
  6095.                    string(15) "fk_book_author1"
  6096.                    ["_namespace":protected]=>
  6097.                    NULL
  6098.                    ["_quoted":protected]=>
  6099.                    bool(false)
  6100.                  }
  6101.                }
  6102.                ["_options":protected]=>
  6103.                array(0) {
  6104.                }
  6105.                ["_schemaConfig":protected]=>
  6106.                NULL
  6107.                ["_namespace":protected]=>
  6108.                NULL
  6109.                ["_quoted":protected]=>
  6110.                bool(false)
  6111.                ["_idGeneratorType"]=>
  6112.                bool(false)
  6113.              }
  6114.              ["dummy_table1"]=>
  6115.              object(Doctrine\DBAL\Schema\Table)#194 (10) {
  6116.                ["_name":protected]=>
  6117.                string(12) "dummy_table1"
  6118.                ["_columns":protected]=>
  6119.                array(1) {
  6120.                  ["id"]=>
  6121.                  object(Doctrine\DBAL\Schema\Column)#196 (16) {
  6122.                    ["_type":protected]=>
  6123.                    object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  6124.                    }
  6125.                    ["_length":protected]=>
  6126.                    NULL
  6127.                    ["_precision":protected]=>
  6128.                    int(10)
  6129.                    ["_scale":protected]=>
  6130.                    int(0)
  6131.                    ["_unsigned":protected]=>
  6132.                    bool(false)
  6133.                    ["_fixed":protected]=>
  6134.                    bool(false)
  6135.                    ["_notnull":protected]=>
  6136.                    bool(true)
  6137.                    ["_default":protected]=>
  6138.                    NULL
  6139.                    ["_autoincrement":protected]=>
  6140.                    bool(false)
  6141.                    ["_platformOptions":protected]=>
  6142.                    array(0) {
  6143.                    }
  6144.                    ["_columnDefinition":protected]=>
  6145.                    NULL
  6146.                    ["_comment":protected]=>
  6147.                    string(0) ""
  6148.                    ["_customSchemaOptions":protected]=>
  6149.                    array(0) {
  6150.                    }
  6151.                    ["_name":protected]=>
  6152.                    string(2) "id"
  6153.                    ["_namespace":protected]=>
  6154.                    NULL
  6155.                    ["_quoted":protected]=>
  6156.                    bool(false)
  6157.                  }
  6158.                }
  6159.                ["_indexes":protected]=>
  6160.                array(1) {
  6161.                  ["primary"]=>
  6162.                  object(Doctrine\DBAL\Schema\Index)#195 (6) {
  6163.                    ["_columns":protected]=>
  6164.                    array(1) {
  6165.                      [0]=>
  6166.                      string(2) "id"
  6167.                    }
  6168.                    ["_isUnique":protected]=>
  6169.                    bool(true)
  6170.                    ["_isPrimary":protected]=>
  6171.                    bool(true)
  6172.                    ["_name":protected]=>
  6173.                    string(7) "PRIMARY"
  6174.                    ["_namespace":protected]=>
  6175.                    NULL
  6176.                    ["_quoted":protected]=>
  6177.                    bool(false)
  6178.                  }
  6179.                }
  6180.                ["_primaryKeyName":protected]=>
  6181.                string(7) "primary"
  6182.                ["_fkConstraints":protected]=>
  6183.                array(0) {
  6184.                }
  6185.                ["_options":protected]=>
  6186.                array(0) {
  6187.                }
  6188.                ["_schemaConfig":protected]=>
  6189.                NULL
  6190.                ["_namespace":protected]=>
  6191.                NULL
  6192.                ["_quoted":protected]=>
  6193.                bool(false)
  6194.                ["_idGeneratorType"]=>
  6195.                bool(false)
  6196.              }
  6197.              ["dummy_table2"]=>
  6198.              object(Doctrine\DBAL\Schema\Table)#191 (10) {
  6199.                ["_name":protected]=>
  6200.                string(12) "dummy_table2"
  6201.                ["_columns":protected]=>
  6202.                array(1) {
  6203.                  ["id"]=>
  6204.                  object(Doctrine\DBAL\Schema\Column)#193 (16) {
  6205.                    ["_type":protected]=>
  6206.                    object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  6207.                    }
  6208.                    ["_length":protected]=>
  6209.                    NULL
  6210.                    ["_precision":protected]=>
  6211.                    int(10)
  6212.                    ["_scale":protected]=>
  6213.                    int(0)
  6214.                    ["_unsigned":protected]=>
  6215.                    bool(false)
  6216.                    ["_fixed":protected]=>
  6217.                    bool(false)
  6218.                    ["_notnull":protected]=>
  6219.                    bool(true)
  6220.                    ["_default":protected]=>
  6221.                    NULL
  6222.                    ["_autoincrement":protected]=>
  6223.                    bool(false)
  6224.                    ["_platformOptions":protected]=>
  6225.                    array(0) {
  6226.                    }
  6227.                    ["_columnDefinition":protected]=>
  6228.                    NULL
  6229.                    ["_comment":protected]=>
  6230.                    string(0) ""
  6231.                    ["_customSchemaOptions":protected]=>
  6232.                    array(0) {
  6233.                    }
  6234.                    ["_name":protected]=>
  6235.                    string(2) "id"
  6236.                    ["_namespace":protected]=>
  6237.                    NULL
  6238.                    ["_quoted":protected]=>
  6239.                    bool(false)
  6240.                  }
  6241.                }
  6242.                ["_indexes":protected]=>
  6243.                array(1) {
  6244.                  ["primary"]=>
  6245.                  object(Doctrine\DBAL\Schema\Index)#192 (6) {
  6246.                    ["_columns":protected]=>
  6247.                    array(1) {
  6248.                      [0]=>
  6249.                      string(2) "id"
  6250.                    }
  6251.                    ["_isUnique":protected]=>
  6252.                    bool(true)
  6253.                    ["_isPrimary":protected]=>
  6254.                    bool(true)
  6255.                    ["_name":protected]=>
  6256.                    string(7) "PRIMARY"
  6257.                    ["_namespace":protected]=>
  6258.                    NULL
  6259.                    ["_quoted":protected]=>
  6260.                    bool(false)
  6261.                  }
  6262.                }
  6263.                ["_primaryKeyName":protected]=>
  6264.                string(7) "primary"
  6265.                ["_fkConstraints":protected]=>
  6266.                array(0) {
  6267.                }
  6268.                ["_options":protected]=>
  6269.                array(0) {
  6270.                }
  6271.                ["_schemaConfig":protected]=>
  6272.                NULL
  6273.                ["_namespace":protected]=>
  6274.                NULL
  6275.                ["_quoted":protected]=>
  6276.                bool(false)
  6277.                ["_idGeneratorType"]=>
  6278.                bool(false)
  6279.              }
  6280.            }
  6281.            ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  6282.            array(4) {
  6283.              ["Entities\Author"]=>
  6284.              string(6) "author"
  6285.              ["Entities\Book"]=>
  6286.              string(4) "book"
  6287.              ["Entities\DummyTable1"]=>
  6288.              string(12) "dummy_table1"
  6289.              ["Entities\DummyTable2"]=>
  6290.              string(12) "dummy_table2"
  6291.            }
  6292.            ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  6293.            array(0) {
  6294.            }
  6295.            ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  6296.            array(0) {
  6297.            }
  6298.            ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  6299.            array(0) {
  6300.            }
  6301.            ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  6302.            string(9) "Entities\"
  6303.          }
  6304.          ["evm":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  6305.          object(Doctrine\Common\EventManager)#220 (1) {
  6306.            ["_listeners":"Doctrine\Common\EventManager":private]=>
  6307.            array(0) {
  6308.            }
  6309.          }
  6310.          ["cacheDriver":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  6311.          object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  6312.            ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  6313.            array(2) {
  6314.              ["[Entities\Book$CLASSMETADATA][1]"]=>
  6315.              object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  6316.                ["name"]=>
  6317.                string(13) "Entities\Book"
  6318.                ["namespace"]=>
  6319.                string(8) "Entities"
  6320.                ["rootEntityName"]=>
  6321.                string(13) "Entities\Book"
  6322.                ["customRepositoryClassName"]=>
  6323.                NULL
  6324.                ["isMappedSuperclass"]=>
  6325.                bool(false)
  6326.                ["parentClasses"]=>
  6327.                array(0) {
  6328.                }
  6329.                ["subClasses"]=>
  6330.                array(0) {
  6331.                }
  6332.                ["namedQueries"]=>
  6333.                array(0) {
  6334.                }
  6335.                ["identifier"]=>
  6336.                array(1) {
  6337.                  [0]=>
  6338.                  string(2) "id"
  6339.                }
  6340.                ["inheritanceType"]=>
  6341.                int(1)
  6342.                ["generatorType"]=>
  6343.                int(4)
  6344.                ["fieldMappings"]=>
  6345.                array(2) {
  6346.                  ["id"]=>
  6347.                  array(6) {
  6348.                    ["id"]=>
  6349.                    bool(true)
  6350.                    ["fieldName"]=>
  6351.                    string(2) "id"
  6352.                    ["columnName"]=>
  6353.                    string(2) "id"
  6354.                    ["type"]=>
  6355.                    string(7) "integer"
  6356.                    ["unsigned"]=>
  6357.                    bool(false)
  6358.                    ["nullable"]=>
  6359.                    bool(false)
  6360.                  }
  6361.                  ["title"]=>
  6362.                  array(6) {
  6363.                    ["fieldName"]=>
  6364.                    string(5) "title"
  6365.                    ["columnName"]=>
  6366.                    string(5) "title"
  6367.                    ["type"]=>
  6368.                    string(6) "string"
  6369.                    ["length"]=>
  6370.                    int(45)
  6371.                    ["fixed"]=>
  6372.                    bool(false)
  6373.                    ["nullable"]=>
  6374.                    bool(true)
  6375.                  }
  6376.                }
  6377.                ["fieldNames"]=>
  6378.                array(2) {
  6379.                  ["id"]=>
  6380.                  string(2) "id"
  6381.                  ["title"]=>
  6382.                  string(5) "title"
  6383.                }
  6384.                ["columnNames"]=>
  6385.                array(2) {
  6386.                  ["id"]=>
  6387.                  string(2) "id"
  6388.                  ["title"]=>
  6389.                  string(5) "title"
  6390.                }
  6391.                ["discriminatorValue"]=>
  6392.                NULL
  6393.                ["discriminatorMap"]=>
  6394.                array(0) {
  6395.                }
  6396.                ["discriminatorColumn"]=>
  6397.                NULL
  6398.                ["table"]=>
  6399.                array(1) {
  6400.                  ["name"]=>
  6401.                  string(4) "book"
  6402.                }
  6403.                ["lifecycleCallbacks"]=>
  6404.                array(0) {
  6405.                }
  6406.                ["associationMappings"]=>
  6407.                array(1) {
  6408.                  ["author"]=>
  6409.                  array(19) {
  6410.                    ["fieldName"]=>
  6411.                    string(6) "author"
  6412.                    ["targetEntity"]=>
  6413.                    string(15) "Entities\Author"
  6414.                    ["joinColumns"]=>
  6415.                    array(1) {
  6416.                      [0]=>
  6417.                      array(2) {
  6418.                        ["name"]=>
  6419.                        string(9) "author_id"
  6420.                        ["referencedColumnName"]=>
  6421.                        string(2) "id"
  6422.                      }
  6423.                    }
  6424.                    ["type"]=>
  6425.                    int(2)
  6426.                    ["mappedBy"]=>
  6427.                    NULL
  6428.                    ["inversedBy"]=>
  6429.                    NULL
  6430.                    ["isOwningSide"]=>
  6431.                    bool(true)
  6432.                    ["sourceEntity"]=>
  6433.                    string(13) "Entities\Book"
  6434.                    ["fetch"]=>
  6435.                    int(2)
  6436.                    ["cascade"]=>
  6437.                    array(0) {
  6438.                    }
  6439.                    ["isCascadeRemove"]=>
  6440.                    bool(false)
  6441.                    ["isCascadePersist"]=>
  6442.                    bool(false)
  6443.                    ["isCascadeRefresh"]=>
  6444.                    bool(false)
  6445.                    ["isCascadeMerge"]=>
  6446.                    bool(false)
  6447.                    ["isCascadeDetach"]=>
  6448.                    bool(false)
  6449.                    ["sourceToTargetKeyColumns"]=>
  6450.                    array(1) {
  6451.                      ["author_id"]=>
  6452.                      string(2) "id"
  6453.                    }
  6454.                    ["joinColumnFieldNames"]=>
  6455.                    array(1) {
  6456.                      ["author_id"]=>
  6457.                      string(9) "author_id"
  6458.                    }
  6459.                    ["targetToSourceKeyColumns"]=>
  6460.                    array(1) {
  6461.                      ["id"]=>
  6462.                      string(9) "author_id"
  6463.                    }
  6464.                    ["orphanRemoval"]=>
  6465.                    bool(false)
  6466.                  }
  6467.                }
  6468.                ["isIdentifierComposite"]=>
  6469.                bool(false)
  6470.                ["containsForeignIdentifier"]=>
  6471.                bool(false)
  6472.                ["idGenerator"]=>
  6473.                object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  6474.                  ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  6475.                  NULL
  6476.                }
  6477.                ["sequenceGeneratorDefinition"]=>
  6478.                NULL
  6479.                ["tableGeneratorDefinition"]=>
  6480.                NULL
  6481.                ["changeTrackingPolicy"]=>
  6482.                int(1)
  6483.                ["isVersioned"]=>
  6484.                NULL
  6485.                ["versionField"]=>
  6486.                NULL
  6487.                ["reflClass"]=>
  6488.                object(ReflectionClass)#189 (1) {
  6489.                  ["name"]=>
  6490.                  string(13) "Entities\Book"
  6491.                }
  6492.                ["isReadOnly"]=>
  6493.                bool(false)
  6494.                ["reflFields"]=>
  6495.                array(3) {
  6496.                  ["id"]=>
  6497.                  object(ReflectionProperty)#227 (2) {
  6498.                    ["name"]=>
  6499.                    string(2) "id"
  6500.                    ["class"]=>
  6501.                    string(13) "Entities\Book"
  6502.                  }
  6503.                  ["title"]=>
  6504.                  object(ReflectionProperty)#188 (2) {
  6505.                    ["name"]=>
  6506.                    string(5) "title"
  6507.                    ["class"]=>
  6508.                    string(13) "Entities\Book"
  6509.                  }
  6510.                  ["author"]=>
  6511.                  object(ReflectionProperty)#187 (2) {
  6512.                    ["name"]=>
  6513.                    string(6) "author"
  6514.                    ["class"]=>
  6515.                    string(13) "Entities\Book"
  6516.                  }
  6517.                }
  6518.                ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  6519.                object(Entities\Book)#180 (3) {
  6520.                  ["id":"Entities\Book":private]=>
  6521.                  NULL
  6522.                  ["title":"Entities\Book":private]=>
  6523.                  NULL
  6524.                  ["author":"Entities\Book":private]=>
  6525.                  NULL
  6526.                }
  6527.              }
  6528.              ["[Entities\Author$CLASSMETADATA][1]"]=>
  6529.              object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  6530.                ["name"]=>
  6531.                string(15) "Entities\Author"
  6532.                ["namespace"]=>
  6533.                string(8) "Entities"
  6534.                ["rootEntityName"]=>
  6535.                string(15) "Entities\Author"
  6536.                ["customRepositoryClassName"]=>
  6537.                NULL
  6538.                ["isMappedSuperclass"]=>
  6539.                bool(false)
  6540.                ["parentClasses"]=>
  6541.                array(0) {
  6542.                }
  6543.                ["subClasses"]=>
  6544.                array(0) {
  6545.                }
  6546.                ["namedQueries"]=>
  6547.                array(0) {
  6548.                }
  6549.                ["identifier"]=>
  6550.                array(1) {
  6551.                  [0]=>
  6552.                  string(2) "id"
  6553.                }
  6554.                ["inheritanceType"]=>
  6555.                int(1)
  6556.                ["generatorType"]=>
  6557.                int(4)
  6558.                ["fieldMappings"]=>
  6559.                array(2) {
  6560.                  ["id"]=>
  6561.                  array(6) {
  6562.                    ["id"]=>
  6563.                    bool(true)
  6564.                    ["fieldName"]=>
  6565.                    string(2) "id"
  6566.                    ["columnName"]=>
  6567.                    string(2) "id"
  6568.                    ["type"]=>
  6569.                    string(7) "integer"
  6570.                    ["unsigned"]=>
  6571.                    bool(false)
  6572.                    ["nullable"]=>
  6573.                    bool(false)
  6574.                  }
  6575.                  ["name"]=>
  6576.                  array(6) {
  6577.                    ["fieldName"]=>
  6578.                    string(4) "name"
  6579.                    ["columnName"]=>
  6580.                    string(4) "name"
  6581.                    ["type"]=>
  6582.                    string(6) "string"
  6583.                    ["length"]=>
  6584.                    int(45)
  6585.                    ["fixed"]=>
  6586.                    bool(false)
  6587.                    ["nullable"]=>
  6588.                    bool(true)
  6589.                  }
  6590.                }
  6591.                ["fieldNames"]=>
  6592.                array(2) {
  6593.                  ["id"]=>
  6594.                  string(2) "id"
  6595.                  ["name"]=>
  6596.                  string(4) "name"
  6597.                }
  6598.                ["columnNames"]=>
  6599.                array(2) {
  6600.                  ["id"]=>
  6601.                  string(2) "id"
  6602.                  ["name"]=>
  6603.                  string(4) "name"
  6604.                }
  6605.                ["discriminatorValue"]=>
  6606.                NULL
  6607.                ["discriminatorMap"]=>
  6608.                array(0) {
  6609.                }
  6610.                ["discriminatorColumn"]=>
  6611.                NULL
  6612.                ["table"]=>
  6613.                array(1) {
  6614.                  ["name"]=>
  6615.                  string(6) "author"
  6616.                }
  6617.                ["lifecycleCallbacks"]=>
  6618.                array(0) {
  6619.                }
  6620.                ["associationMappings"]=>
  6621.                array(0) {
  6622.                }
  6623.                ["isIdentifierComposite"]=>
  6624.                bool(false)
  6625.                ["containsForeignIdentifier"]=>
  6626.                bool(false)
  6627.                ["idGenerator"]=>
  6628.                object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  6629.                  ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  6630.                  NULL
  6631.                }
  6632.                ["sequenceGeneratorDefinition"]=>
  6633.                NULL
  6634.                ["tableGeneratorDefinition"]=>
  6635.                NULL
  6636.                ["changeTrackingPolicy"]=>
  6637.                int(1)
  6638.                ["isVersioned"]=>
  6639.                NULL
  6640.                ["versionField"]=>
  6641.                NULL
  6642.                ["reflClass"]=>
  6643.                object(ReflectionClass)#175 (1) {
  6644.                  ["name"]=>
  6645.                  string(15) "Entities\Author"
  6646.                }
  6647.                ["isReadOnly"]=>
  6648.                bool(false)
  6649.                ["reflFields"]=>
  6650.                array(2) {
  6651.                  ["id"]=>
  6652.                  object(ReflectionProperty)#177 (2) {
  6653.                    ["name"]=>
  6654.                    string(2) "id"
  6655.                    ["class"]=>
  6656.                    string(15) "Entities\Author"
  6657.                  }
  6658.                  ["name"]=>
  6659.                  object(ReflectionProperty)#174 (2) {
  6660.                    ["name"]=>
  6661.                    string(4) "name"
  6662.                    ["class"]=>
  6663.                    string(15) "Entities\Author"
  6664.                  }
  6665.                }
  6666.                ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  6667.                NULL
  6668.              }
  6669.            }
  6670.            ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  6671.            string(0) ""
  6672.          }
  6673.          ["loadedMetadata":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  6674.          array(3) {
  6675.            ["Entities\Book"]=>
  6676.            object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  6677.              ["name"]=>
  6678.              string(13) "Entities\Book"
  6679.              ["namespace"]=>
  6680.              string(8) "Entities"
  6681.              ["rootEntityName"]=>
  6682.              string(13) "Entities\Book"
  6683.              ["customRepositoryClassName"]=>
  6684.              NULL
  6685.              ["isMappedSuperclass"]=>
  6686.              bool(false)
  6687.              ["parentClasses"]=>
  6688.              array(0) {
  6689.              }
  6690.              ["subClasses"]=>
  6691.              array(0) {
  6692.              }
  6693.              ["namedQueries"]=>
  6694.              array(0) {
  6695.              }
  6696.              ["identifier"]=>
  6697.              array(1) {
  6698.                [0]=>
  6699.                string(2) "id"
  6700.              }
  6701.              ["inheritanceType"]=>
  6702.              int(1)
  6703.              ["generatorType"]=>
  6704.              int(4)
  6705.              ["fieldMappings"]=>
  6706.              array(2) {
  6707.                ["id"]=>
  6708.                array(6) {
  6709.                  ["id"]=>
  6710.                  bool(true)
  6711.                  ["fieldName"]=>
  6712.                  string(2) "id"
  6713.                  ["columnName"]=>
  6714.                  string(2) "id"
  6715.                  ["type"]=>
  6716.                  string(7) "integer"
  6717.                  ["unsigned"]=>
  6718.                  bool(false)
  6719.                  ["nullable"]=>
  6720.                  bool(false)
  6721.                }
  6722.                ["title"]=>
  6723.                array(6) {
  6724.                  ["fieldName"]=>
  6725.                  string(5) "title"
  6726.                  ["columnName"]=>
  6727.                  string(5) "title"
  6728.                  ["type"]=>
  6729.                  string(6) "string"
  6730.                  ["length"]=>
  6731.                  int(45)
  6732.                  ["fixed"]=>
  6733.                  bool(false)
  6734.                  ["nullable"]=>
  6735.                  bool(true)
  6736.                }
  6737.              }
  6738.              ["fieldNames"]=>
  6739.              array(2) {
  6740.                ["id"]=>
  6741.                string(2) "id"
  6742.                ["title"]=>
  6743.                string(5) "title"
  6744.              }
  6745.              ["columnNames"]=>
  6746.              array(2) {
  6747.                ["id"]=>
  6748.                string(2) "id"
  6749.                ["title"]=>
  6750.                string(5) "title"
  6751.              }
  6752.              ["discriminatorValue"]=>
  6753.              NULL
  6754.              ["discriminatorMap"]=>
  6755.              array(0) {
  6756.              }
  6757.              ["discriminatorColumn"]=>
  6758.              NULL
  6759.              ["table"]=>
  6760.              array(1) {
  6761.                ["name"]=>
  6762.                string(4) "book"
  6763.              }
  6764.              ["lifecycleCallbacks"]=>
  6765.              array(0) {
  6766.              }
  6767.              ["associationMappings"]=>
  6768.              array(1) {
  6769.                ["author"]=>
  6770.                array(19) {
  6771.                  ["fieldName"]=>
  6772.                  string(6) "author"
  6773.                  ["targetEntity"]=>
  6774.                  string(15) "Entities\Author"
  6775.                  ["joinColumns"]=>
  6776.                  array(1) {
  6777.                    [0]=>
  6778.                    array(2) {
  6779.                      ["name"]=>
  6780.                      string(9) "author_id"
  6781.                      ["referencedColumnName"]=>
  6782.                      string(2) "id"
  6783.                    }
  6784.                  }
  6785.                  ["type"]=>
  6786.                  int(2)
  6787.                  ["mappedBy"]=>
  6788.                  NULL
  6789.                  ["inversedBy"]=>
  6790.                  NULL
  6791.                  ["isOwningSide"]=>
  6792.                  bool(true)
  6793.                  ["sourceEntity"]=>
  6794.                  string(13) "Entities\Book"
  6795.                  ["fetch"]=>
  6796.                  int(2)
  6797.                  ["cascade"]=>
  6798.                  array(0) {
  6799.                  }
  6800.                  ["isCascadeRemove"]=>
  6801.                  bool(false)
  6802.                  ["isCascadePersist"]=>
  6803.                  bool(false)
  6804.                  ["isCascadeRefresh"]=>
  6805.                  bool(false)
  6806.                  ["isCascadeMerge"]=>
  6807.                  bool(false)
  6808.                  ["isCascadeDetach"]=>
  6809.                  bool(false)
  6810.                  ["sourceToTargetKeyColumns"]=>
  6811.                  array(1) {
  6812.                    ["author_id"]=>
  6813.                    string(2) "id"
  6814.                  }
  6815.                  ["joinColumnFieldNames"]=>
  6816.                  array(1) {
  6817.                    ["author_id"]=>
  6818.                    string(9) "author_id"
  6819.                  }
  6820.                  ["targetToSourceKeyColumns"]=>
  6821.                  array(1) {
  6822.                    ["id"]=>
  6823.                    string(9) "author_id"
  6824.                  }
  6825.                  ["orphanRemoval"]=>
  6826.                  bool(false)
  6827.                }
  6828.              }
  6829.              ["isIdentifierComposite"]=>
  6830.              bool(false)
  6831.              ["containsForeignIdentifier"]=>
  6832.              bool(false)
  6833.              ["idGenerator"]=>
  6834.              object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  6835.                ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  6836.                NULL
  6837.              }
  6838.              ["sequenceGeneratorDefinition"]=>
  6839.              NULL
  6840.              ["tableGeneratorDefinition"]=>
  6841.              NULL
  6842.              ["changeTrackingPolicy"]=>
  6843.              int(1)
  6844.              ["isVersioned"]=>
  6845.              NULL
  6846.              ["versionField"]=>
  6847.              NULL
  6848.              ["reflClass"]=>
  6849.              object(ReflectionClass)#189 (1) {
  6850.                ["name"]=>
  6851.                string(13) "Entities\Book"
  6852.              }
  6853.              ["isReadOnly"]=>
  6854.              bool(false)
  6855.              ["reflFields"]=>
  6856.              array(3) {
  6857.                ["id"]=>
  6858.                object(ReflectionProperty)#227 (2) {
  6859.                  ["name"]=>
  6860.                  string(2) "id"
  6861.                  ["class"]=>
  6862.                  string(13) "Entities\Book"
  6863.                }
  6864.                ["title"]=>
  6865.                object(ReflectionProperty)#188 (2) {
  6866.                  ["name"]=>
  6867.                  string(5) "title"
  6868.                  ["class"]=>
  6869.                  string(13) "Entities\Book"
  6870.                }
  6871.                ["author"]=>
  6872.                object(ReflectionProperty)#187 (2) {
  6873.                  ["name"]=>
  6874.                  string(6) "author"
  6875.                  ["class"]=>
  6876.                  string(13) "Entities\Book"
  6877.                }
  6878.              }
  6879.              ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  6880.              object(Entities\Book)#180 (3) {
  6881.                ["id":"Entities\Book":private]=>
  6882.                NULL
  6883.                ["title":"Entities\Book":private]=>
  6884.                NULL
  6885.                ["author":"Entities\Book":private]=>
  6886.                NULL
  6887.              }
  6888.            }
  6889.            ["Entities\Author"]=>
  6890.            object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  6891.              ["name"]=>
  6892.              string(15) "Entities\Author"
  6893.              ["namespace"]=>
  6894.              string(8) "Entities"
  6895.              ["rootEntityName"]=>
  6896.              string(15) "Entities\Author"
  6897.              ["customRepositoryClassName"]=>
  6898.              NULL
  6899.              ["isMappedSuperclass"]=>
  6900.              bool(false)
  6901.              ["parentClasses"]=>
  6902.              array(0) {
  6903.              }
  6904.              ["subClasses"]=>
  6905.              array(0) {
  6906.              }
  6907.              ["namedQueries"]=>
  6908.              array(0) {
  6909.              }
  6910.              ["identifier"]=>
  6911.              array(1) {
  6912.                [0]=>
  6913.                string(2) "id"
  6914.              }
  6915.              ["inheritanceType"]=>
  6916.              int(1)
  6917.              ["generatorType"]=>
  6918.              int(4)
  6919.              ["fieldMappings"]=>
  6920.              array(2) {
  6921.                ["id"]=>
  6922.                array(6) {
  6923.                  ["id"]=>
  6924.                  bool(true)
  6925.                  ["fieldName"]=>
  6926.                  string(2) "id"
  6927.                  ["columnName"]=>
  6928.                  string(2) "id"
  6929.                  ["type"]=>
  6930.                  string(7) "integer"
  6931.                  ["unsigned"]=>
  6932.                  bool(false)
  6933.                  ["nullable"]=>
  6934.                  bool(false)
  6935.                }
  6936.                ["name"]=>
  6937.                array(6) {
  6938.                  ["fieldName"]=>
  6939.                  string(4) "name"
  6940.                  ["columnName"]=>
  6941.                  string(4) "name"
  6942.                  ["type"]=>
  6943.                  string(6) "string"
  6944.                  ["length"]=>
  6945.                  int(45)
  6946.                  ["fixed"]=>
  6947.                  bool(false)
  6948.                  ["nullable"]=>
  6949.                  bool(true)
  6950.                }
  6951.              }
  6952.              ["fieldNames"]=>
  6953.              array(2) {
  6954.                ["id"]=>
  6955.                string(2) "id"
  6956.                ["name"]=>
  6957.                string(4) "name"
  6958.              }
  6959.              ["columnNames"]=>
  6960.              array(2) {
  6961.                ["id"]=>
  6962.                string(2) "id"
  6963.                ["name"]=>
  6964.                string(4) "name"
  6965.              }
  6966.              ["discriminatorValue"]=>
  6967.              NULL
  6968.              ["discriminatorMap"]=>
  6969.              array(0) {
  6970.              }
  6971.              ["discriminatorColumn"]=>
  6972.              NULL
  6973.              ["table"]=>
  6974.              array(1) {
  6975.                ["name"]=>
  6976.                string(6) "author"
  6977.              }
  6978.              ["lifecycleCallbacks"]=>
  6979.              array(0) {
  6980.              }
  6981.              ["associationMappings"]=>
  6982.              array(0) {
  6983.              }
  6984.              ["isIdentifierComposite"]=>
  6985.              bool(false)
  6986.              ["containsForeignIdentifier"]=>
  6987.              bool(false)
  6988.              ["idGenerator"]=>
  6989.              object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  6990.                ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  6991.                NULL
  6992.              }
  6993.              ["sequenceGeneratorDefinition"]=>
  6994.              NULL
  6995.              ["tableGeneratorDefinition"]=>
  6996.              NULL
  6997.              ["changeTrackingPolicy"]=>
  6998.              int(1)
  6999.              ["isVersioned"]=>
  7000.              NULL
  7001.              ["versionField"]=>
  7002.              NULL
  7003.              ["reflClass"]=>
  7004.              object(ReflectionClass)#175 (1) {
  7005.                ["name"]=>
  7006.                string(15) "Entities\Author"
  7007.              }
  7008.              ["isReadOnly"]=>
  7009.              bool(false)
  7010.              ["reflFields"]=>
  7011.              array(2) {
  7012.                ["id"]=>
  7013.                object(ReflectionProperty)#177 (2) {
  7014.                  ["name"]=>
  7015.                  string(2) "id"
  7016.                  ["class"]=>
  7017.                  string(15) "Entities\Author"
  7018.                }
  7019.                ["name"]=>
  7020.                object(ReflectionProperty)#174 (2) {
  7021.                  ["name"]=>
  7022.                  string(4) "name"
  7023.                  ["class"]=>
  7024.                  string(15) "Entities\Author"
  7025.                }
  7026.              }
  7027.              ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  7028.              NULL
  7029.            }
  7030.            ["Doctrine\Proxy\__CG__\Entities\Author"]=>
  7031.            object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  7032.              ["name"]=>
  7033.              string(15) "Entities\Author"
  7034.              ["namespace"]=>
  7035.              string(8) "Entities"
  7036.              ["rootEntityName"]=>
  7037.              string(15) "Entities\Author"
  7038.              ["customRepositoryClassName"]=>
  7039.              NULL
  7040.              ["isMappedSuperclass"]=>
  7041.              bool(false)
  7042.              ["parentClasses"]=>
  7043.              array(0) {
  7044.              }
  7045.              ["subClasses"]=>
  7046.              array(0) {
  7047.              }
  7048.              ["namedQueries"]=>
  7049.              array(0) {
  7050.              }
  7051.              ["identifier"]=>
  7052.              array(1) {
  7053.                [0]=>
  7054.                string(2) "id"
  7055.              }
  7056.              ["inheritanceType"]=>
  7057.              int(1)
  7058.              ["generatorType"]=>
  7059.              int(4)
  7060.              ["fieldMappings"]=>
  7061.              array(2) {
  7062.                ["id"]=>
  7063.                array(6) {
  7064.                  ["id"]=>
  7065.                  bool(true)
  7066.                  ["fieldName"]=>
  7067.                  string(2) "id"
  7068.                  ["columnName"]=>
  7069.                  string(2) "id"
  7070.                  ["type"]=>
  7071.                  string(7) "integer"
  7072.                  ["unsigned"]=>
  7073.                  bool(false)
  7074.                  ["nullable"]=>
  7075.                  bool(false)
  7076.                }
  7077.                ["name"]=>
  7078.                array(6) {
  7079.                  ["fieldName"]=>
  7080.                  string(4) "name"
  7081.                  ["columnName"]=>
  7082.                  string(4) "name"
  7083.                  ["type"]=>
  7084.                  string(6) "string"
  7085.                  ["length"]=>
  7086.                  int(45)
  7087.                  ["fixed"]=>
  7088.                  bool(false)
  7089.                  ["nullable"]=>
  7090.                  bool(true)
  7091.                }
  7092.              }
  7093.              ["fieldNames"]=>
  7094.              array(2) {
  7095.                ["id"]=>
  7096.                string(2) "id"
  7097.                ["name"]=>
  7098.                string(4) "name"
  7099.              }
  7100.              ["columnNames"]=>
  7101.              array(2) {
  7102.                ["id"]=>
  7103.                string(2) "id"
  7104.                ["name"]=>
  7105.                string(4) "name"
  7106.              }
  7107.              ["discriminatorValue"]=>
  7108.              NULL
  7109.              ["discriminatorMap"]=>
  7110.              array(0) {
  7111.              }
  7112.              ["discriminatorColumn"]=>
  7113.              NULL
  7114.              ["table"]=>
  7115.              array(1) {
  7116.                ["name"]=>
  7117.                string(6) "author"
  7118.              }
  7119.              ["lifecycleCallbacks"]=>
  7120.              array(0) {
  7121.              }
  7122.              ["associationMappings"]=>
  7123.              array(0) {
  7124.              }
  7125.              ["isIdentifierComposite"]=>
  7126.              bool(false)
  7127.              ["containsForeignIdentifier"]=>
  7128.              bool(false)
  7129.              ["idGenerator"]=>
  7130.              object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  7131.                ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  7132.                NULL
  7133.              }
  7134.              ["sequenceGeneratorDefinition"]=>
  7135.              NULL
  7136.              ["tableGeneratorDefinition"]=>
  7137.              NULL
  7138.              ["changeTrackingPolicy"]=>
  7139.              int(1)
  7140.              ["isVersioned"]=>
  7141.              NULL
  7142.              ["versionField"]=>
  7143.              NULL
  7144.              ["reflClass"]=>
  7145.              object(ReflectionClass)#175 (1) {
  7146.                ["name"]=>
  7147.                string(15) "Entities\Author"
  7148.              }
  7149.              ["isReadOnly"]=>
  7150.              bool(false)
  7151.              ["reflFields"]=>
  7152.              array(2) {
  7153.                ["id"]=>
  7154.                object(ReflectionProperty)#177 (2) {
  7155.                  ["name"]=>
  7156.                  string(2) "id"
  7157.                  ["class"]=>
  7158.                  string(15) "Entities\Author"
  7159.                }
  7160.                ["name"]=>
  7161.                object(ReflectionProperty)#174 (2) {
  7162.                  ["name"]=>
  7163.                  string(4) "name"
  7164.                  ["class"]=>
  7165.                  string(15) "Entities\Author"
  7166.                }
  7167.              }
  7168.              ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  7169.              NULL
  7170.            }
  7171.          }
  7172.          ["initialized":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  7173.          bool(true)
  7174.          ["reflectionService":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
  7175.          object(Doctrine\Common\Persistence\Mapping\RuntimeReflectionService)#225 (0) {
  7176.          }
  7177.        }
  7178.        ["repositories":"Doctrine\ORM\EntityManager":private]=>
  7179.        array(1) {
  7180.          ["Entities\Book"]=>
  7181.          object(Doctrine\ORM\EntityRepository)#186 (3) {
  7182.            ["_entityName":protected]=>
  7183.            string(13) "Entities\Book"
  7184.            ["_em":protected]=>
  7185.            *RECURSION*
  7186.            ["_class":protected]=>
  7187.            object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  7188.              ["name"]=>
  7189.              string(13) "Entities\Book"
  7190.              ["namespace"]=>
  7191.              string(8) "Entities"
  7192.              ["rootEntityName"]=>
  7193.              string(13) "Entities\Book"
  7194.              ["customRepositoryClassName"]=>
  7195.              NULL
  7196.              ["isMappedSuperclass"]=>
  7197.              bool(false)
  7198.              ["parentClasses"]=>
  7199.              array(0) {
  7200.              }
  7201.              ["subClasses"]=>
  7202.              array(0) {
  7203.              }
  7204.              ["namedQueries"]=>
  7205.              array(0) {
  7206.              }
  7207.              ["identifier"]=>
  7208.              array(1) {
  7209.                [0]=>
  7210.                string(2) "id"
  7211.              }
  7212.              ["inheritanceType"]=>
  7213.              int(1)
  7214.              ["generatorType"]=>
  7215.              int(4)
  7216.              ["fieldMappings"]=>
  7217.              array(2) {
  7218.                ["id"]=>
  7219.                array(6) {
  7220.                  ["id"]=>
  7221.                  bool(true)
  7222.                  ["fieldName"]=>
  7223.                  string(2) "id"
  7224.                  ["columnName"]=>
  7225.                  string(2) "id"
  7226.                  ["type"]=>
  7227.                  string(7) "integer"
  7228.                  ["unsigned"]=>
  7229.                  bool(false)
  7230.                  ["nullable"]=>
  7231.                  bool(false)
  7232.                }
  7233.                ["title"]=>
  7234.                array(6) {
  7235.                  ["fieldName"]=>
  7236.                  string(5) "title"
  7237.                  ["columnName"]=>
  7238.                  string(5) "title"
  7239.                  ["type"]=>
  7240.                  string(6) "string"
  7241.                  ["length"]=>
  7242.                  int(45)
  7243.                  ["fixed"]=>
  7244.                  bool(false)
  7245.                  ["nullable"]=>
  7246.                  bool(true)
  7247.                }
  7248.              }
  7249.              ["fieldNames"]=>
  7250.              array(2) {
  7251.                ["id"]=>
  7252.                string(2) "id"
  7253.                ["title"]=>
  7254.                string(5) "title"
  7255.              }
  7256.              ["columnNames"]=>
  7257.              array(2) {
  7258.                ["id"]=>
  7259.                string(2) "id"
  7260.                ["title"]=>
  7261.                string(5) "title"
  7262.              }
  7263.              ["discriminatorValue"]=>
  7264.              NULL
  7265.              ["discriminatorMap"]=>
  7266.              array(0) {
  7267.              }
  7268.              ["discriminatorColumn"]=>
  7269.              NULL
  7270.              ["table"]=>
  7271.              array(1) {
  7272.                ["name"]=>
  7273.                string(4) "book"
  7274.              }
  7275.              ["lifecycleCallbacks"]=>
  7276.              array(0) {
  7277.              }
  7278.              ["associationMappings"]=>
  7279.              array(1) {
  7280.                ["author"]=>
  7281.                array(19) {
  7282.                  ["fieldName"]=>
  7283.                  string(6) "author"
  7284.                  ["targetEntity"]=>
  7285.                  string(15) "Entities\Author"
  7286.                  ["joinColumns"]=>
  7287.                  array(1) {
  7288.                    [0]=>
  7289.                    array(2) {
  7290.                      ["name"]=>
  7291.                      string(9) "author_id"
  7292.                      ["referencedColumnName"]=>
  7293.                      string(2) "id"
  7294.                    }
  7295.                  }
  7296.                  ["type"]=>
  7297.                  int(2)
  7298.                  ["mappedBy"]=>
  7299.                  NULL
  7300.                  ["inversedBy"]=>
  7301.                  NULL
  7302.                  ["isOwningSide"]=>
  7303.                  bool(true)
  7304.                  ["sourceEntity"]=>
  7305.                  string(13) "Entities\Book"
  7306.                  ["fetch"]=>
  7307.                  int(2)
  7308.                  ["cascade"]=>
  7309.                  array(0) {
  7310.                  }
  7311.                  ["isCascadeRemove"]=>
  7312.                  bool(false)
  7313.                  ["isCascadePersist"]=>
  7314.                  bool(false)
  7315.                  ["isCascadeRefresh"]=>
  7316.                  bool(false)
  7317.                  ["isCascadeMerge"]=>
  7318.                  bool(false)
  7319.                  ["isCascadeDetach"]=>
  7320.                  bool(false)
  7321.                  ["sourceToTargetKeyColumns"]=>
  7322.                  array(1) {
  7323.                    ["author_id"]=>
  7324.                    string(2) "id"
  7325.                  }
  7326.                  ["joinColumnFieldNames"]=>
  7327.                  array(1) {
  7328.                    ["author_id"]=>
  7329.                    string(9) "author_id"
  7330.                  }
  7331.                  ["targetToSourceKeyColumns"]=>
  7332.                  array(1) {
  7333.                    ["id"]=>
  7334.                    string(9) "author_id"
  7335.                  }
  7336.                  ["orphanRemoval"]=>
  7337.                  bool(false)
  7338.                }
  7339.              }
  7340.              ["isIdentifierComposite"]=>
  7341.              bool(false)
  7342.              ["containsForeignIdentifier"]=>
  7343.              bool(false)
  7344.              ["idGenerator"]=>
  7345.              object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  7346.                ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  7347.                NULL
  7348.              }
  7349.              ["sequenceGeneratorDefinition"]=>
  7350.              NULL
  7351.              ["tableGeneratorDefinition"]=>
  7352.              NULL
  7353.              ["changeTrackingPolicy"]=>
  7354.              int(1)
  7355.              ["isVersioned"]=>
  7356.              NULL
  7357.              ["versionField"]=>
  7358.              NULL
  7359.              ["reflClass"]=>
  7360.              object(ReflectionClass)#189 (1) {
  7361.                ["name"]=>
  7362.                string(13) "Entities\Book"
  7363.              }
  7364.              ["isReadOnly"]=>
  7365.              bool(false)
  7366.              ["reflFields"]=>
  7367.              array(3) {
  7368.                ["id"]=>
  7369.                object(ReflectionProperty)#227 (2) {
  7370.                  ["name"]=>
  7371.                  string(2) "id"
  7372.                  ["class"]=>
  7373.                  string(13) "Entities\Book"
  7374.                }
  7375.                ["title"]=>
  7376.                object(ReflectionProperty)#188 (2) {
  7377.                  ["name"]=>
  7378.                  string(5) "title"
  7379.                  ["class"]=>
  7380.                  string(13) "Entities\Book"
  7381.                }
  7382.                ["author"]=>
  7383.                object(ReflectionProperty)#187 (2) {
  7384.                  ["name"]=>
  7385.                  string(6) "author"
  7386.                  ["class"]=>
  7387.                  string(13) "Entities\Book"
  7388.                }
  7389.              }
  7390.              ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  7391.              object(Entities\Book)#180 (3) {
  7392.                ["id":"Entities\Book":private]=>
  7393.                NULL
  7394.                ["title":"Entities\Book":private]=>
  7395.                NULL
  7396.                ["author":"Entities\Book":private]=>
  7397.                NULL
  7398.              }
  7399.            }
  7400.          }
  7401.        }
  7402.        ["unitOfWork":"Doctrine\ORM\EntityManager":private]=>
  7403.        object(Doctrine\ORM\UnitOfWork)#213 (21) {
  7404.          ["identityMap":"Doctrine\ORM\UnitOfWork":private]=>
  7405.          array(2) {
  7406.            ["Entities\Book"]=>
  7407.            array(1) {
  7408.              [1]=>
  7409.              *RECURSION*
  7410.            }
  7411.            ["Entities\Author"]=>
  7412.            array(1) {
  7413.              [1]=>
  7414.              *RECURSION*
  7415.            }
  7416.          }
  7417.          ["entityIdentifiers":"Doctrine\ORM\UnitOfWork":private]=>
  7418.          array(2) {
  7419.            ["0000000031f942cc000000003ad857f6"]=>
  7420.            array(1) {
  7421.              ["id"]=>
  7422.              int(1)
  7423.            }
  7424.            ["0000000031f942d4000000003ad857f6"]=>
  7425.            array(1) {
  7426.              ["id"]=>
  7427.              string(1) "1"
  7428.            }
  7429.          }
  7430.          ["originalEntityData":"Doctrine\ORM\UnitOfWork":private]=>
  7431.          array(1) {
  7432.            ["0000000031f942cc000000003ad857f6"]=>
  7433.            array(4) {
  7434.              ["id"]=>
  7435.              int(1)
  7436.              ["title"]=>
  7437.              string(7) "MyBook1"
  7438.              ["author_id"]=>
  7439.              string(1) "1"
  7440.              ["author"]=>
  7441.              *RECURSION*
  7442.            }
  7443.          }
  7444.          ["entityChangeSets":"Doctrine\ORM\UnitOfWork":private]=>
  7445.          array(0) {
  7446.          }
  7447.          ["entityStates":"Doctrine\ORM\UnitOfWork":private]=>
  7448.          array(2) {
  7449.            ["0000000031f942cc000000003ad857f6"]=>
  7450.            int(1)
  7451.            ["0000000031f942d4000000003ad857f6"]=>
  7452.            int(1)
  7453.          }
  7454.          ["scheduledForDirtyCheck":"Doctrine\ORM\UnitOfWork":private]=>
  7455.          array(0) {
  7456.          }
  7457.          ["entityInsertions":"Doctrine\ORM\UnitOfWork":private]=>
  7458.          array(0) {
  7459.          }
  7460.          ["entityUpdates":"Doctrine\ORM\UnitOfWork":private]=>
  7461.          array(0) {
  7462.          }
  7463.          ["extraUpdates":"Doctrine\ORM\UnitOfWork":private]=>
  7464.          array(0) {
  7465.          }
  7466.          ["entityDeletions":"Doctrine\ORM\UnitOfWork":private]=>
  7467.          array(0) {
  7468.          }
  7469.          ["collectionDeletions":"Doctrine\ORM\UnitOfWork":private]=>
  7470.          array(0) {
  7471.          }
  7472.          ["collectionUpdates":"Doctrine\ORM\UnitOfWork":private]=>
  7473.          array(0) {
  7474.          }
  7475.          ["visitedCollections":"Doctrine\ORM\UnitOfWork":private]=>
  7476.          array(0) {
  7477.          }
  7478.          ["em":"Doctrine\ORM\UnitOfWork":private]=>
  7479.          *RECURSION*
  7480.          ["commitOrderCalculator":"Doctrine\ORM\UnitOfWork":private]=>
  7481.          NULL
  7482.          ["persisters":"Doctrine\ORM\UnitOfWork":private]=>
  7483.          array(2) {
  7484.            ["Entities\Book"]=>
  7485.            object(Doctrine\ORM\Persisters\BasicEntityPersister)#185 (12) {
  7486.              ["_class":protected]=>
  7487.              object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  7488.                ["name"]=>
  7489.                string(13) "Entities\Book"
  7490.                ["namespace"]=>
  7491.                string(8) "Entities"
  7492.                ["rootEntityName"]=>
  7493.                string(13) "Entities\Book"
  7494.                ["customRepositoryClassName"]=>
  7495.                NULL
  7496.                ["isMappedSuperclass"]=>
  7497.                bool(false)
  7498.                ["parentClasses"]=>
  7499.                array(0) {
  7500.                }
  7501.                ["subClasses"]=>
  7502.                array(0) {
  7503.                }
  7504.                ["namedQueries"]=>
  7505.                array(0) {
  7506.                }
  7507.                ["identifier"]=>
  7508.                array(1) {
  7509.                  [0]=>
  7510.                  string(2) "id"
  7511.                }
  7512.                ["inheritanceType"]=>
  7513.                int(1)
  7514.                ["generatorType"]=>
  7515.                int(4)
  7516.                ["fieldMappings"]=>
  7517.                array(2) {
  7518.                  ["id"]=>
  7519.                  array(6) {
  7520.                    ["id"]=>
  7521.                    bool(true)
  7522.                    ["fieldName"]=>
  7523.                    string(2) "id"
  7524.                    ["columnName"]=>
  7525.                    string(2) "id"
  7526.                    ["type"]=>
  7527.                    string(7) "integer"
  7528.                    ["unsigned"]=>
  7529.                    bool(false)
  7530.                    ["nullable"]=>
  7531.                    bool(false)
  7532.                  }
  7533.                  ["title"]=>
  7534.                  array(6) {
  7535.                    ["fieldName"]=>
  7536.                    string(5) "title"
  7537.                    ["columnName"]=>
  7538.                    string(5) "title"
  7539.                    ["type"]=>
  7540.                    string(6) "string"
  7541.                    ["length"]=>
  7542.                    int(45)
  7543.                    ["fixed"]=>
  7544.                    bool(false)
  7545.                    ["nullable"]=>
  7546.                    bool(true)
  7547.                  }
  7548.                }
  7549.                ["fieldNames"]=>
  7550.                array(2) {
  7551.                  ["id"]=>
  7552.                  string(2) "id"
  7553.                  ["title"]=>
  7554.                  string(5) "title"
  7555.                }
  7556.                ["columnNames"]=>
  7557.                array(2) {
  7558.                  ["id"]=>
  7559.                  string(2) "id"
  7560.                  ["title"]=>
  7561.                  string(5) "title"
  7562.                }
  7563.                ["discriminatorValue"]=>
  7564.                NULL
  7565.                ["discriminatorMap"]=>
  7566.                array(0) {
  7567.                }
  7568.                ["discriminatorColumn"]=>
  7569.                NULL
  7570.                ["table"]=>
  7571.                array(1) {
  7572.                  ["name"]=>
  7573.                  string(4) "book"
  7574.                }
  7575.                ["lifecycleCallbacks"]=>
  7576.                array(0) {
  7577.                }
  7578.                ["associationMappings"]=>
  7579.                array(1) {
  7580.                  ["author"]=>
  7581.                  array(19) {
  7582.                    ["fieldName"]=>
  7583.                    string(6) "author"
  7584.                    ["targetEntity"]=>
  7585.                    string(15) "Entities\Author"
  7586.                    ["joinColumns"]=>
  7587.                    array(1) {
  7588.                      [0]=>
  7589.                      array(2) {
  7590.                        ["name"]=>
  7591.                        string(9) "author_id"
  7592.                        ["referencedColumnName"]=>
  7593.                        string(2) "id"
  7594.                      }
  7595.                    }
  7596.                    ["type"]=>
  7597.                    int(2)
  7598.                    ["mappedBy"]=>
  7599.                    NULL
  7600.                    ["inversedBy"]=>
  7601.                    NULL
  7602.                    ["isOwningSide"]=>
  7603.                    bool(true)
  7604.                    ["sourceEntity"]=>
  7605.                    string(13) "Entities\Book"
  7606.                    ["fetch"]=>
  7607.                    int(2)
  7608.                    ["cascade"]=>
  7609.                    array(0) {
  7610.                    }
  7611.                    ["isCascadeRemove"]=>
  7612.                    bool(false)
  7613.                    ["isCascadePersist"]=>
  7614.                    bool(false)
  7615.                    ["isCascadeRefresh"]=>
  7616.                    bool(false)
  7617.                    ["isCascadeMerge"]=>
  7618.                    bool(false)
  7619.                    ["isCascadeDetach"]=>
  7620.                    bool(false)
  7621.                    ["sourceToTargetKeyColumns"]=>
  7622.                    array(1) {
  7623.                      ["author_id"]=>
  7624.                      string(2) "id"
  7625.                    }
  7626.                    ["joinColumnFieldNames"]=>
  7627.                    array(1) {
  7628.                      ["author_id"]=>
  7629.                      string(9) "author_id"
  7630.                    }
  7631.                    ["targetToSourceKeyColumns"]=>
  7632.                    array(1) {
  7633.                      ["id"]=>
  7634.                      string(9) "author_id"
  7635.                    }
  7636.                    ["orphanRemoval"]=>
  7637.                    bool(false)
  7638.                  }
  7639.                }
  7640.                ["isIdentifierComposite"]=>
  7641.                bool(false)
  7642.                ["containsForeignIdentifier"]=>
  7643.                bool(false)
  7644.                ["idGenerator"]=>
  7645.                object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  7646.                  ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  7647.                  NULL
  7648.                }
  7649.                ["sequenceGeneratorDefinition"]=>
  7650.                NULL
  7651.                ["tableGeneratorDefinition"]=>
  7652.                NULL
  7653.                ["changeTrackingPolicy"]=>
  7654.                int(1)
  7655.                ["isVersioned"]=>
  7656.                NULL
  7657.                ["versionField"]=>
  7658.                NULL
  7659.                ["reflClass"]=>
  7660.                object(ReflectionClass)#189 (1) {
  7661.                  ["name"]=>
  7662.                  string(13) "Entities\Book"
  7663.                }
  7664.                ["isReadOnly"]=>
  7665.                bool(false)
  7666.                ["reflFields"]=>
  7667.                array(3) {
  7668.                  ["id"]=>
  7669.                  object(ReflectionProperty)#227 (2) {
  7670.                    ["name"]=>
  7671.                    string(2) "id"
  7672.                    ["class"]=>
  7673.                    string(13) "Entities\Book"
  7674.                  }
  7675.                  ["title"]=>
  7676.                  object(ReflectionProperty)#188 (2) {
  7677.                    ["name"]=>
  7678.                    string(5) "title"
  7679.                    ["class"]=>
  7680.                    string(13) "Entities\Book"
  7681.                  }
  7682.                  ["author"]=>
  7683.                  object(ReflectionProperty)#187 (2) {
  7684.                    ["name"]=>
  7685.                    string(6) "author"
  7686.                    ["class"]=>
  7687.                    string(13) "Entities\Book"
  7688.                  }
  7689.                }
  7690.                ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  7691.                object(Entities\Book)#180 (3) {
  7692.                  ["id":"Entities\Book":private]=>
  7693.                  NULL
  7694.                  ["title":"Entities\Book":private]=>
  7695.                  NULL
  7696.                  ["author":"Entities\Book":private]=>
  7697.                  NULL
  7698.                }
  7699.              }
  7700.              ["_conn":protected]=>
  7701.              object(Doctrine\DBAL\Connection)#218 (13) {
  7702.                ["_conn":protected]=>
  7703.                object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  7704.                }
  7705.                ["_config":protected]=>
  7706.                object(Doctrine\ORM\Configuration)#223 (1) {
  7707.                  ["_attributes":protected]=>
  7708.                  array(8) {
  7709.                    ["metadataCacheImpl"]=>
  7710.                    object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  7711.                      ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  7712.                      array(2) {
  7713.                        ["[Entities\Book$CLASSMETADATA][1]"]=>
  7714.                        object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  7715.                          ["name"]=>
  7716.                          string(13) "Entities\Book"
  7717.                          ["namespace"]=>
  7718.                          string(8) "Entities"
  7719.                          ["rootEntityName"]=>
  7720.                          string(13) "Entities\Book"
  7721.                          ["customRepositoryClassName"]=>
  7722.                          NULL
  7723.                          ["isMappedSuperclass"]=>
  7724.                          bool(false)
  7725.                          ["parentClasses"]=>
  7726.                          array(0) {
  7727.                          }
  7728.                          ["subClasses"]=>
  7729.                          array(0) {
  7730.                          }
  7731.                          ["namedQueries"]=>
  7732.                          array(0) {
  7733.                          }
  7734.                          ["identifier"]=>
  7735.                          array(1) {
  7736.                            [0]=>
  7737.                            string(2) "id"
  7738.                          }
  7739.                          ["inheritanceType"]=>
  7740.                          int(1)
  7741.                          ["generatorType"]=>
  7742.                          int(4)
  7743.                          ["fieldMappings"]=>
  7744.                          array(2) {
  7745.                            ["id"]=>
  7746.                            array(6) {
  7747.                              ["id"]=>
  7748.                              bool(true)
  7749.                              ["fieldName"]=>
  7750.                              string(2) "id"
  7751.                              ["columnName"]=>
  7752.                              string(2) "id"
  7753.                              ["type"]=>
  7754.                              string(7) "integer"
  7755.                              ["unsigned"]=>
  7756.                              bool(false)
  7757.                              ["nullable"]=>
  7758.                              bool(false)
  7759.                            }
  7760.                            ["title"]=>
  7761.                            array(6) {
  7762.                              ["fieldName"]=>
  7763.                              string(5) "title"
  7764.                              ["columnName"]=>
  7765.                              string(5) "title"
  7766.                              ["type"]=>
  7767.                              string(6) "string"
  7768.                              ["length"]=>
  7769.                              int(45)
  7770.                              ["fixed"]=>
  7771.                              bool(false)
  7772.                              ["nullable"]=>
  7773.                              bool(true)
  7774.                            }
  7775.                          }
  7776.                          ["fieldNames"]=>
  7777.                          array(2) {
  7778.                            ["id"]=>
  7779.                            string(2) "id"
  7780.                            ["title"]=>
  7781.                            string(5) "title"
  7782.                          }
  7783.                          ["columnNames"]=>
  7784.                          array(2) {
  7785.                            ["id"]=>
  7786.                            string(2) "id"
  7787.                            ["title"]=>
  7788.                            string(5) "title"
  7789.                          }
  7790.                          ["discriminatorValue"]=>
  7791.                          NULL
  7792.                          ["discriminatorMap"]=>
  7793.                          array(0) {
  7794.                          }
  7795.                          ["discriminatorColumn"]=>
  7796.                          NULL
  7797.                          ["table"]=>
  7798.                          array(1) {
  7799.                            ["name"]=>
  7800.                            string(4) "book"
  7801.                          }
  7802.                          ["lifecycleCallbacks"]=>
  7803.                          array(0) {
  7804.                          }
  7805.                          ["associationMappings"]=>
  7806.                          array(1) {
  7807.                            ["author"]=>
  7808.                            array(19) {
  7809.                              ["fieldName"]=>
  7810.                              string(6) "author"
  7811.                              ["targetEntity"]=>
  7812.                              string(15) "Entities\Author"
  7813.                              ["joinColumns"]=>
  7814.                              array(1) {
  7815.                                [0]=>
  7816.                                array(2) {
  7817.                                  ["name"]=>
  7818.                                  string(9) "author_id"
  7819.                                  ["referencedColumnName"]=>
  7820.                                  string(2) "id"
  7821.                                }
  7822.                              }
  7823.                              ["type"]=>
  7824.                              int(2)
  7825.                              ["mappedBy"]=>
  7826.                              NULL
  7827.                              ["inversedBy"]=>
  7828.                              NULL
  7829.                              ["isOwningSide"]=>
  7830.                              bool(true)
  7831.                              ["sourceEntity"]=>
  7832.                              string(13) "Entities\Book"
  7833.                              ["fetch"]=>
  7834.                              int(2)
  7835.                              ["cascade"]=>
  7836.                              array(0) {
  7837.                              }
  7838.                              ["isCascadeRemove"]=>
  7839.                              bool(false)
  7840.                              ["isCascadePersist"]=>
  7841.                              bool(false)
  7842.                              ["isCascadeRefresh"]=>
  7843.                              bool(false)
  7844.                              ["isCascadeMerge"]=>
  7845.                              bool(false)
  7846.                              ["isCascadeDetach"]=>
  7847.                              bool(false)
  7848.                              ["sourceToTargetKeyColumns"]=>
  7849.                              array(1) {
  7850.                                ["author_id"]=>
  7851.                                string(2) "id"
  7852.                              }
  7853.                              ["joinColumnFieldNames"]=>
  7854.                              array(1) {
  7855.                                ["author_id"]=>
  7856.                                string(9) "author_id"
  7857.                              }
  7858.                              ["targetToSourceKeyColumns"]=>
  7859.                              array(1) {
  7860.                                ["id"]=>
  7861.                                string(9) "author_id"
  7862.                              }
  7863.                              ["orphanRemoval"]=>
  7864.                              bool(false)
  7865.                            }
  7866.                          }
  7867.                          ["isIdentifierComposite"]=>
  7868.                          bool(false)
  7869.                          ["containsForeignIdentifier"]=>
  7870.                          bool(false)
  7871.                          ["idGenerator"]=>
  7872.                          object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  7873.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  7874.                            NULL
  7875.                          }
  7876.                          ["sequenceGeneratorDefinition"]=>
  7877.                          NULL
  7878.                          ["tableGeneratorDefinition"]=>
  7879.                          NULL
  7880.                          ["changeTrackingPolicy"]=>
  7881.                          int(1)
  7882.                          ["isVersioned"]=>
  7883.                          NULL
  7884.                          ["versionField"]=>
  7885.                          NULL
  7886.                          ["reflClass"]=>
  7887.                          object(ReflectionClass)#189 (1) {
  7888.                            ["name"]=>
  7889.                            string(13) "Entities\Book"
  7890.                          }
  7891.                          ["isReadOnly"]=>
  7892.                          bool(false)
  7893.                          ["reflFields"]=>
  7894.                          array(3) {
  7895.                            ["id"]=>
  7896.                            object(ReflectionProperty)#227 (2) {
  7897.                              ["name"]=>
  7898.                              string(2) "id"
  7899.                              ["class"]=>
  7900.                              string(13) "Entities\Book"
  7901.                            }
  7902.                            ["title"]=>
  7903.                            object(ReflectionProperty)#188 (2) {
  7904.                              ["name"]=>
  7905.                              string(5) "title"
  7906.                              ["class"]=>
  7907.                              string(13) "Entities\Book"
  7908.                            }
  7909.                            ["author"]=>
  7910.                            object(ReflectionProperty)#187 (2) {
  7911.                              ["name"]=>
  7912.                              string(6) "author"
  7913.                              ["class"]=>
  7914.                              string(13) "Entities\Book"
  7915.                            }
  7916.                          }
  7917.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  7918.                          object(Entities\Book)#180 (3) {
  7919.                            ["id":"Entities\Book":private]=>
  7920.                            NULL
  7921.                            ["title":"Entities\Book":private]=>
  7922.                            NULL
  7923.                            ["author":"Entities\Book":private]=>
  7924.                            NULL
  7925.                          }
  7926.                        }
  7927.                        ["[Entities\Author$CLASSMETADATA][1]"]=>
  7928.                        object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  7929.                          ["name"]=>
  7930.                          string(15) "Entities\Author"
  7931.                          ["namespace"]=>
  7932.                          string(8) "Entities"
  7933.                          ["rootEntityName"]=>
  7934.                          string(15) "Entities\Author"
  7935.                          ["customRepositoryClassName"]=>
  7936.                          NULL
  7937.                          ["isMappedSuperclass"]=>
  7938.                          bool(false)
  7939.                          ["parentClasses"]=>
  7940.                          array(0) {
  7941.                          }
  7942.                          ["subClasses"]=>
  7943.                          array(0) {
  7944.                          }
  7945.                          ["namedQueries"]=>
  7946.                          array(0) {
  7947.                          }
  7948.                          ["identifier"]=>
  7949.                          array(1) {
  7950.                            [0]=>
  7951.                            string(2) "id"
  7952.                          }
  7953.                          ["inheritanceType"]=>
  7954.                          int(1)
  7955.                          ["generatorType"]=>
  7956.                          int(4)
  7957.                          ["fieldMappings"]=>
  7958.                          array(2) {
  7959.                            ["id"]=>
  7960.                            array(6) {
  7961.                              ["id"]=>
  7962.                              bool(true)
  7963.                              ["fieldName"]=>
  7964.                              string(2) "id"
  7965.                              ["columnName"]=>
  7966.                              string(2) "id"
  7967.                              ["type"]=>
  7968.                              string(7) "integer"
  7969.                              ["unsigned"]=>
  7970.                              bool(false)
  7971.                              ["nullable"]=>
  7972.                              bool(false)
  7973.                            }
  7974.                            ["name"]=>
  7975.                            array(6) {
  7976.                              ["fieldName"]=>
  7977.                              string(4) "name"
  7978.                              ["columnName"]=>
  7979.                              string(4) "name"
  7980.                              ["type"]=>
  7981.                              string(6) "string"
  7982.                              ["length"]=>
  7983.                              int(45)
  7984.                              ["fixed"]=>
  7985.                              bool(false)
  7986.                              ["nullable"]=>
  7987.                              bool(true)
  7988.                            }
  7989.                          }
  7990.                          ["fieldNames"]=>
  7991.                          array(2) {
  7992.                            ["id"]=>
  7993.                            string(2) "id"
  7994.                            ["name"]=>
  7995.                            string(4) "name"
  7996.                          }
  7997.                          ["columnNames"]=>
  7998.                          array(2) {
  7999.                            ["id"]=>
  8000.                            string(2) "id"
  8001.                            ["name"]=>
  8002.                            string(4) "name"
  8003.                          }
  8004.                          ["discriminatorValue"]=>
  8005.                          NULL
  8006.                          ["discriminatorMap"]=>
  8007.                          array(0) {
  8008.                          }
  8009.                          ["discriminatorColumn"]=>
  8010.                          NULL
  8011.                          ["table"]=>
  8012.                          array(1) {
  8013.                            ["name"]=>
  8014.                            string(6) "author"
  8015.                          }
  8016.                          ["lifecycleCallbacks"]=>
  8017.                          array(0) {
  8018.                          }
  8019.                          ["associationMappings"]=>
  8020.                          array(0) {
  8021.                          }
  8022.                          ["isIdentifierComposite"]=>
  8023.                          bool(false)
  8024.                          ["containsForeignIdentifier"]=>
  8025.                          bool(false)
  8026.                          ["idGenerator"]=>
  8027.                          object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  8028.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  8029.                            NULL
  8030.                          }
  8031.                          ["sequenceGeneratorDefinition"]=>
  8032.                          NULL
  8033.                          ["tableGeneratorDefinition"]=>
  8034.                          NULL
  8035.                          ["changeTrackingPolicy"]=>
  8036.                          int(1)
  8037.                          ["isVersioned"]=>
  8038.                          NULL
  8039.                          ["versionField"]=>
  8040.                          NULL
  8041.                          ["reflClass"]=>
  8042.                          object(ReflectionClass)#175 (1) {
  8043.                            ["name"]=>
  8044.                            string(15) "Entities\Author"
  8045.                          }
  8046.                          ["isReadOnly"]=>
  8047.                          bool(false)
  8048.                          ["reflFields"]=>
  8049.                          array(2) {
  8050.                            ["id"]=>
  8051.                            object(ReflectionProperty)#177 (2) {
  8052.                              ["name"]=>
  8053.                              string(2) "id"
  8054.                              ["class"]=>
  8055.                              string(15) "Entities\Author"
  8056.                            }
  8057.                            ["name"]=>
  8058.                            object(ReflectionProperty)#174 (2) {
  8059.                              ["name"]=>
  8060.                              string(4) "name"
  8061.                              ["class"]=>
  8062.                              string(15) "Entities\Author"
  8063.                            }
  8064.                          }
  8065.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  8066.                          NULL
  8067.                        }
  8068.                      }
  8069.                      ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  8070.                      string(0) ""
  8071.                    }
  8072.                    ["queryCacheImpl"]=>
  8073.                    object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  8074.                      ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  8075.                      array(2) {
  8076.                        ["[Entities\Book$CLASSMETADATA][1]"]=>
  8077.                        object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  8078.                          ["name"]=>
  8079.                          string(13) "Entities\Book"
  8080.                          ["namespace"]=>
  8081.                          string(8) "Entities"
  8082.                          ["rootEntityName"]=>
  8083.                          string(13) "Entities\Book"
  8084.                          ["customRepositoryClassName"]=>
  8085.                          NULL
  8086.                          ["isMappedSuperclass"]=>
  8087.                          bool(false)
  8088.                          ["parentClasses"]=>
  8089.                          array(0) {
  8090.                          }
  8091.                          ["subClasses"]=>
  8092.                          array(0) {
  8093.                          }
  8094.                          ["namedQueries"]=>
  8095.                          array(0) {
  8096.                          }
  8097.                          ["identifier"]=>
  8098.                          array(1) {
  8099.                            [0]=>
  8100.                            string(2) "id"
  8101.                          }
  8102.                          ["inheritanceType"]=>
  8103.                          int(1)
  8104.                          ["generatorType"]=>
  8105.                          int(4)
  8106.                          ["fieldMappings"]=>
  8107.                          array(2) {
  8108.                            ["id"]=>
  8109.                            array(6) {
  8110.                              ["id"]=>
  8111.                              bool(true)
  8112.                              ["fieldName"]=>
  8113.                              string(2) "id"
  8114.                              ["columnName"]=>
  8115.                              string(2) "id"
  8116.                              ["type"]=>
  8117.                              string(7) "integer"
  8118.                              ["unsigned"]=>
  8119.                              bool(false)
  8120.                              ["nullable"]=>
  8121.                              bool(false)
  8122.                            }
  8123.                            ["title"]=>
  8124.                            array(6) {
  8125.                              ["fieldName"]=>
  8126.                              string(5) "title"
  8127.                              ["columnName"]=>
  8128.                              string(5) "title"
  8129.                              ["type"]=>
  8130.                              string(6) "string"
  8131.                              ["length"]=>
  8132.                              int(45)
  8133.                              ["fixed"]=>
  8134.                              bool(false)
  8135.                              ["nullable"]=>
  8136.                              bool(true)
  8137.                            }
  8138.                          }
  8139.                          ["fieldNames"]=>
  8140.                          array(2) {
  8141.                            ["id"]=>
  8142.                            string(2) "id"
  8143.                            ["title"]=>
  8144.                            string(5) "title"
  8145.                          }
  8146.                          ["columnNames"]=>
  8147.                          array(2) {
  8148.                            ["id"]=>
  8149.                            string(2) "id"
  8150.                            ["title"]=>
  8151.                            string(5) "title"
  8152.                          }
  8153.                          ["discriminatorValue"]=>
  8154.                          NULL
  8155.                          ["discriminatorMap"]=>
  8156.                          array(0) {
  8157.                          }
  8158.                          ["discriminatorColumn"]=>
  8159.                          NULL
  8160.                          ["table"]=>
  8161.                          array(1) {
  8162.                            ["name"]=>
  8163.                            string(4) "book"
  8164.                          }
  8165.                          ["lifecycleCallbacks"]=>
  8166.                          array(0) {
  8167.                          }
  8168.                          ["associationMappings"]=>
  8169.                          array(1) {
  8170.                            ["author"]=>
  8171.                            array(19) {
  8172.                              ["fieldName"]=>
  8173.                              string(6) "author"
  8174.                              ["targetEntity"]=>
  8175.                              string(15) "Entities\Author"
  8176.                              ["joinColumns"]=>
  8177.                              array(1) {
  8178.                                [0]=>
  8179.                                array(2) {
  8180.                                  ["name"]=>
  8181.                                  string(9) "author_id"
  8182.                                  ["referencedColumnName"]=>
  8183.                                  string(2) "id"
  8184.                                }
  8185.                              }
  8186.                              ["type"]=>
  8187.                              int(2)
  8188.                              ["mappedBy"]=>
  8189.                              NULL
  8190.                              ["inversedBy"]=>
  8191.                              NULL
  8192.                              ["isOwningSide"]=>
  8193.                              bool(true)
  8194.                              ["sourceEntity"]=>
  8195.                              string(13) "Entities\Book"
  8196.                              ["fetch"]=>
  8197.                              int(2)
  8198.                              ["cascade"]=>
  8199.                              array(0) {
  8200.                              }
  8201.                              ["isCascadeRemove"]=>
  8202.                              bool(false)
  8203.                              ["isCascadePersist"]=>
  8204.                              bool(false)
  8205.                              ["isCascadeRefresh"]=>
  8206.                              bool(false)
  8207.                              ["isCascadeMerge"]=>
  8208.                              bool(false)
  8209.                              ["isCascadeDetach"]=>
  8210.                              bool(false)
  8211.                              ["sourceToTargetKeyColumns"]=>
  8212.                              array(1) {
  8213.                                ["author_id"]=>
  8214.                                string(2) "id"
  8215.                              }
  8216.                              ["joinColumnFieldNames"]=>
  8217.                              array(1) {
  8218.                                ["author_id"]=>
  8219.                                string(9) "author_id"
  8220.                              }
  8221.                              ["targetToSourceKeyColumns"]=>
  8222.                              array(1) {
  8223.                                ["id"]=>
  8224.                                string(9) "author_id"
  8225.                              }
  8226.                              ["orphanRemoval"]=>
  8227.                              bool(false)
  8228.                            }
  8229.                          }
  8230.                          ["isIdentifierComposite"]=>
  8231.                          bool(false)
  8232.                          ["containsForeignIdentifier"]=>
  8233.                          bool(false)
  8234.                          ["idGenerator"]=>
  8235.                          object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  8236.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  8237.                            NULL
  8238.                          }
  8239.                          ["sequenceGeneratorDefinition"]=>
  8240.                          NULL
  8241.                          ["tableGeneratorDefinition"]=>
  8242.                          NULL
  8243.                          ["changeTrackingPolicy"]=>
  8244.                          int(1)
  8245.                          ["isVersioned"]=>
  8246.                          NULL
  8247.                          ["versionField"]=>
  8248.                          NULL
  8249.                          ["reflClass"]=>
  8250.                          object(ReflectionClass)#189 (1) {
  8251.                            ["name"]=>
  8252.                            string(13) "Entities\Book"
  8253.                          }
  8254.                          ["isReadOnly"]=>
  8255.                          bool(false)
  8256.                          ["reflFields"]=>
  8257.                          array(3) {
  8258.                            ["id"]=>
  8259.                            object(ReflectionProperty)#227 (2) {
  8260.                              ["name"]=>
  8261.                              string(2) "id"
  8262.                              ["class"]=>
  8263.                              string(13) "Entities\Book"
  8264.                            }
  8265.                            ["title"]=>
  8266.                            object(ReflectionProperty)#188 (2) {
  8267.                              ["name"]=>
  8268.                              string(5) "title"
  8269.                              ["class"]=>
  8270.                              string(13) "Entities\Book"
  8271.                            }
  8272.                            ["author"]=>
  8273.                            object(ReflectionProperty)#187 (2) {
  8274.                              ["name"]=>
  8275.                              string(6) "author"
  8276.                              ["class"]=>
  8277.                              string(13) "Entities\Book"
  8278.                            }
  8279.                          }
  8280.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  8281.                          object(Entities\Book)#180 (3) {
  8282.                            ["id":"Entities\Book":private]=>
  8283.                            NULL
  8284.                            ["title":"Entities\Book":private]=>
  8285.                            NULL
  8286.                            ["author":"Entities\Book":private]=>
  8287.                            NULL
  8288.                          }
  8289.                        }
  8290.                        ["[Entities\Author$CLASSMETADATA][1]"]=>
  8291.                        object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  8292.                          ["name"]=>
  8293.                          string(15) "Entities\Author"
  8294.                          ["namespace"]=>
  8295.                          string(8) "Entities"
  8296.                          ["rootEntityName"]=>
  8297.                          string(15) "Entities\Author"
  8298.                          ["customRepositoryClassName"]=>
  8299.                          NULL
  8300.                          ["isMappedSuperclass"]=>
  8301.                          bool(false)
  8302.                          ["parentClasses"]=>
  8303.                          array(0) {
  8304.                          }
  8305.                          ["subClasses"]=>
  8306.                          array(0) {
  8307.                          }
  8308.                          ["namedQueries"]=>
  8309.                          array(0) {
  8310.                          }
  8311.                          ["identifier"]=>
  8312.                          array(1) {
  8313.                            [0]=>
  8314.                            string(2) "id"
  8315.                          }
  8316.                          ["inheritanceType"]=>
  8317.                          int(1)
  8318.                          ["generatorType"]=>
  8319.                          int(4)
  8320.                          ["fieldMappings"]=>
  8321.                          array(2) {
  8322.                            ["id"]=>
  8323.                            array(6) {
  8324.                              ["id"]=>
  8325.                              bool(true)
  8326.                              ["fieldName"]=>
  8327.                              string(2) "id"
  8328.                              ["columnName"]=>
  8329.                              string(2) "id"
  8330.                              ["type"]=>
  8331.                              string(7) "integer"
  8332.                              ["unsigned"]=>
  8333.                              bool(false)
  8334.                              ["nullable"]=>
  8335.                              bool(false)
  8336.                            }
  8337.                            ["name"]=>
  8338.                            array(6) {
  8339.                              ["fieldName"]=>
  8340.                              string(4) "name"
  8341.                              ["columnName"]=>
  8342.                              string(4) "name"
  8343.                              ["type"]=>
  8344.                              string(6) "string"
  8345.                              ["length"]=>
  8346.                              int(45)
  8347.                              ["fixed"]=>
  8348.                              bool(false)
  8349.                              ["nullable"]=>
  8350.                              bool(true)
  8351.                            }
  8352.                          }
  8353.                          ["fieldNames"]=>
  8354.                          array(2) {
  8355.                            ["id"]=>
  8356.                            string(2) "id"
  8357.                            ["name"]=>
  8358.                            string(4) "name"
  8359.                          }
  8360.                          ["columnNames"]=>
  8361.                          array(2) {
  8362.                            ["id"]=>
  8363.                            string(2) "id"
  8364.                            ["name"]=>
  8365.                            string(4) "name"
  8366.                          }
  8367.                          ["discriminatorValue"]=>
  8368.                          NULL
  8369.                          ["discriminatorMap"]=>
  8370.                          array(0) {
  8371.                          }
  8372.                          ["discriminatorColumn"]=>
  8373.                          NULL
  8374.                          ["table"]=>
  8375.                          array(1) {
  8376.                            ["name"]=>
  8377.                            string(6) "author"
  8378.                          }
  8379.                          ["lifecycleCallbacks"]=>
  8380.                          array(0) {
  8381.                          }
  8382.                          ["associationMappings"]=>
  8383.                          array(0) {
  8384.                          }
  8385.                          ["isIdentifierComposite"]=>
  8386.                          bool(false)
  8387.                          ["containsForeignIdentifier"]=>
  8388.                          bool(false)
  8389.                          ["idGenerator"]=>
  8390.                          object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  8391.                            ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  8392.                            NULL
  8393.                          }
  8394.                          ["sequenceGeneratorDefinition"]=>
  8395.                          NULL
  8396.                          ["tableGeneratorDefinition"]=>
  8397.                          NULL
  8398.                          ["changeTrackingPolicy"]=>
  8399.                          int(1)
  8400.                          ["isVersioned"]=>
  8401.                          NULL
  8402.                          ["versionField"]=>
  8403.                          NULL
  8404.                          ["reflClass"]=>
  8405.                          object(ReflectionClass)#175 (1) {
  8406.                            ["name"]=>
  8407.                            string(15) "Entities\Author"
  8408.                          }
  8409.                          ["isReadOnly"]=>
  8410.                          bool(false)
  8411.                          ["reflFields"]=>
  8412.                          array(2) {
  8413.                            ["id"]=>
  8414.                            object(ReflectionProperty)#177 (2) {
  8415.                              ["name"]=>
  8416.                              string(2) "id"
  8417.                              ["class"]=>
  8418.                              string(15) "Entities\Author"
  8419.                            }
  8420.                            ["name"]=>
  8421.                            object(ReflectionProperty)#174 (2) {
  8422.                              ["name"]=>
  8423.                              string(4) "name"
  8424.                              ["class"]=>
  8425.                              string(15) "Entities\Author"
  8426.                            }
  8427.                          }
  8428.                          ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  8429.                          NULL
  8430.                        }
  8431.                      }
  8432.                      ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  8433.                      string(0) ""
  8434.                    }
  8435.                    ["sqlLogger"]=>
  8436.                    object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  8437.                    }
  8438.                    ["metadataDriverImpl"]=>
  8439.                    object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  8440.                      ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  8441.                      object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  8442.                        ["_conn":protected]=>
  8443.                        *RECURSION*
  8444.                        ["_platform":protected]=>
  8445.                        object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  8446.                          ["doctrineTypeMapping":protected]=>
  8447.                          array(29) {
  8448.                            ["tinyint"]=>
  8449.                            string(7) "boolean"
  8450.                            ["smallint"]=>
  8451.                            string(8) "smallint"
  8452.                            ["mediumint"]=>
  8453.                            string(7) "integer"
  8454.                            ["int"]=>
  8455.                            string(7) "integer"
  8456.                            ["integer"]=>
  8457.                            string(7) "integer"
  8458.                            ["bigint"]=>
  8459.                            string(6) "bigint"
  8460.                            ["tinytext"]=>
  8461.                            string(4) "text"
  8462.                            ["mediumtext"]=>
  8463.                            string(4) "text"
  8464.                            ["longtext"]=>
  8465.                            string(4) "text"
  8466.                            ["text"]=>
  8467.                            string(4) "text"
  8468.                            ["varchar"]=>
  8469.                            string(6) "string"
  8470.                            ["string"]=>
  8471.                            string(6) "string"
  8472.                            ["char"]=>
  8473.                            string(6) "string"
  8474.                            ["date"]=>
  8475.                            string(4) "date"
  8476.                            ["datetime"]=>
  8477.                            string(8) "datetime"
  8478.                            ["timestamp"]=>
  8479.                            string(8) "datetime"
  8480.                            ["time"]=>
  8481.                            string(4) "time"
  8482.                            ["float"]=>
  8483.                            string(5) "float"
  8484.                            ["double"]=>
  8485.                            string(5) "float"
  8486.                            ["real"]=>
  8487.                            string(5) "float"
  8488.                            ["decimal"]=>
  8489.                            string(7) "decimal"
  8490.                            ["numeric"]=>
  8491.                            string(7) "decimal"
  8492.                            ["year"]=>
  8493.                            string(4) "date"
  8494.                            ["longblob"]=>
  8495.                            string(4) "blob"
  8496.                            ["blob"]=>
  8497.                            string(4) "blob"
  8498.                            ["mediumblob"]=>
  8499.                            string(4) "blob"
  8500.                            ["tinyblob"]=>
  8501.                            string(4) "blob"
  8502.                            ["set"]=>
  8503.                            string(6) "string"
  8504.                            ["enum"]=>
  8505.                            string(6) "string"
  8506.                          }
  8507.                          ["doctrineTypeComments":protected]=>
  8508.                          NULL
  8509.                          ["_eventManager":protected]=>
  8510.                          object(Doctrine\Common\EventManager)#220 (1) {
  8511.                            ["_listeners":"Doctrine\Common\EventManager":private]=>
  8512.                            array(0) {
  8513.                            }
  8514.                          }
  8515.                        }
  8516.                      }
  8517.                      ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  8518.                      array(4) {
  8519.                        ["author"]=>
  8520.                        object(Doctrine\DBAL\Schema\Table)#204 (10) {
  8521.                          ["_name":protected]=>
  8522.                          string(6) "author"
  8523.                          ["_columns":protected]=>
  8524.                          array(2) {
  8525.                            ["id"]=>
  8526.                            object(Doctrine\DBAL\Schema\Column)#207 (16) {
  8527.                              ["_type":protected]=>
  8528.                              object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  8529.                              }
  8530.                              ["_length":protected]=>
  8531.                              NULL
  8532.                              ["_precision":protected]=>
  8533.                              int(10)
  8534.                              ["_scale":protected]=>
  8535.                              int(0)
  8536.                              ["_unsigned":protected]=>
  8537.                              bool(false)
  8538.                              ["_fixed":protected]=>
  8539.                              bool(false)
  8540.                              ["_notnull":protected]=>
  8541.                              bool(true)
  8542.                              ["_default":protected]=>
  8543.                              NULL
  8544.                              ["_autoincrement":protected]=>
  8545.                              bool(false)
  8546.                              ["_platformOptions":protected]=>
  8547.                              array(0) {
  8548.                              }
  8549.                              ["_columnDefinition":protected]=>
  8550.                              NULL
  8551.                              ["_comment":protected]=>
  8552.                              string(0) ""
  8553.                              ["_customSchemaOptions":protected]=>
  8554.                              array(0) {
  8555.                              }
  8556.                              ["_name":protected]=>
  8557.                              string(2) "id"
  8558.                              ["_namespace":protected]=>
  8559.                              NULL
  8560.                              ["_quoted":protected]=>
  8561.                              bool(false)
  8562.                            }
  8563.                            ["name"]=>
  8564.                            object(Doctrine\DBAL\Schema\Column)#206 (16) {
  8565.                              ["_type":protected]=>
  8566.                              object(Doctrine\DBAL\Types\StringType)#261 (0) {
  8567.                              }
  8568.                              ["_length":protected]=>
  8569.                              int(45)
  8570.                              ["_precision":protected]=>
  8571.                              int(10)
  8572.                              ["_scale":protected]=>
  8573.                              int(0)
  8574.                              ["_unsigned":protected]=>
  8575.                              bool(false)
  8576.                              ["_fixed":protected]=>
  8577.                              bool(false)
  8578.                              ["_notnull":protected]=>
  8579.                              bool(false)
  8580.                              ["_default":protected]=>
  8581.                              NULL
  8582.                              ["_autoincrement":protected]=>
  8583.                              bool(false)
  8584.                              ["_platformOptions":protected]=>
  8585.                              array(0) {
  8586.                              }
  8587.                              ["_columnDefinition":protected]=>
  8588.                              NULL
  8589.                              ["_comment":protected]=>
  8590.                              string(0) ""
  8591.                              ["_customSchemaOptions":protected]=>
  8592.                              array(0) {
  8593.                              }
  8594.                              ["_name":protected]=>
  8595.                              string(4) "name"
  8596.                              ["_namespace":protected]=>
  8597.                              NULL
  8598.                              ["_quoted":protected]=>
  8599.                              bool(false)
  8600.                            }
  8601.                          }
  8602.                          ["_indexes":protected]=>
  8603.                          array(1) {
  8604.                            ["primary"]=>
  8605.                            object(Doctrine\DBAL\Schema\Index)#205 (6) {
  8606.                              ["_columns":protected]=>
  8607.                              array(1) {
  8608.                                [0]=>
  8609.                                string(2) "id"
  8610.                              }
  8611.                              ["_isUnique":protected]=>
  8612.                              bool(true)
  8613.                              ["_isPrimary":protected]=>
  8614.                              bool(true)
  8615.                              ["_name":protected]=>
  8616.                              string(7) "PRIMARY"
  8617.                              ["_namespace":protected]=>
  8618.                              NULL
  8619.                              ["_quoted":protected]=>
  8620.                              bool(false)
  8621.                            }
  8622.                          }
  8623.                          ["_primaryKeyName":protected]=>
  8624.                          string(7) "primary"
  8625.                          ["_fkConstraints":protected]=>
  8626.                          array(0) {
  8627.                          }
  8628.                          ["_options":protected]=>
  8629.                          array(0) {
  8630.                          }
  8631.                          ["_schemaConfig":protected]=>
  8632.                          NULL
  8633.                          ["_namespace":protected]=>
  8634.                          NULL
  8635.                          ["_quoted":protected]=>
  8636.                          bool(false)
  8637.                          ["_idGeneratorType"]=>
  8638.                          bool(false)
  8639.                        }
  8640.                        ["book"]=>
  8641.                        object(Doctrine\DBAL\Schema\Table)#197 (10) {
  8642.                          ["_name":protected]=>
  8643.                          string(4) "book"
  8644.                          ["_columns":protected]=>
  8645.                          array(3) {
  8646.                            ["id"]=>
  8647.                            object(Doctrine\DBAL\Schema\Column)#203 (16) {
  8648.                              ["_type":protected]=>
  8649.                              object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  8650.                              }
  8651.                              ["_length":protected]=>
  8652.                              NULL
  8653.                              ["_precision":protected]=>
  8654.                              int(10)
  8655.                              ["_scale":protected]=>
  8656.                              int(0)
  8657.                              ["_unsigned":protected]=>
  8658.                              bool(false)
  8659.                              ["_fixed":protected]=>
  8660.                              bool(false)
  8661.                              ["_notnull":protected]=>
  8662.                              bool(true)
  8663.                              ["_default":protected]=>
  8664.                              NULL
  8665.                              ["_autoincrement":protected]=>
  8666.                              bool(false)
  8667.                              ["_platformOptions":protected]=>
  8668.                              array(0) {
  8669.                              }
  8670.                              ["_columnDefinition":protected]=>
  8671.                              NULL
  8672.                              ["_comment":protected]=>
  8673.                              string(0) ""
  8674.                              ["_customSchemaOptions":protected]=>
  8675.                              array(0) {
  8676.                              }
  8677.                              ["_name":protected]=>
  8678.                              string(2) "id"
  8679.                              ["_namespace":protected]=>
  8680.                              NULL
  8681.                              ["_quoted":protected]=>
  8682.                              bool(false)
  8683.                            }
  8684.                            ["title"]=>
  8685.                            object(Doctrine\DBAL\Schema\Column)#202 (16) {
  8686.                              ["_type":protected]=>
  8687.                              object(Doctrine\DBAL\Types\StringType)#261 (0) {
  8688.                              }
  8689.                              ["_length":protected]=>
  8690.                              int(45)
  8691.                              ["_precision":protected]=>
  8692.                              int(10)
  8693.                              ["_scale":protected]=>
  8694.                              int(0)
  8695.                              ["_unsigned":protected]=>
  8696.                              bool(false)
  8697.                              ["_fixed":protected]=>
  8698.                              bool(false)
  8699.                              ["_notnull":protected]=>
  8700.                              bool(false)
  8701.                              ["_default":protected]=>
  8702.                              NULL
  8703.                              ["_autoincrement":protected]=>
  8704.                              bool(false)
  8705.                              ["_platformOptions":protected]=>
  8706.                              array(0) {
  8707.                              }
  8708.                              ["_columnDefinition":protected]=>
  8709.                              NULL
  8710.                              ["_comment":protected]=>
  8711.                              string(0) ""
  8712.                              ["_customSchemaOptions":protected]=>
  8713.                              array(0) {
  8714.                              }
  8715.                              ["_name":protected]=>
  8716.                              string(5) "title"
  8717.                              ["_namespace":protected]=>
  8718.                              NULL
  8719.                              ["_quoted":protected]=>
  8720.                              bool(false)
  8721.                            }
  8722.                            ["author_id"]=>
  8723.                            object(Doctrine\DBAL\Schema\Column)#201 (16) {
  8724.                              ["_type":protected]=>
  8725.                              object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  8726.                              }
  8727.                              ["_length":protected]=>
  8728.                              NULL
  8729.                              ["_precision":protected]=>
  8730.                              int(10)
  8731.                              ["_scale":protected]=>
  8732.                              int(0)
  8733.                              ["_unsigned":protected]=>
  8734.                              bool(false)
  8735.                              ["_fixed":protected]=>
  8736.                              bool(false)
  8737.                              ["_notnull":protected]=>
  8738.                              bool(true)
  8739.                              ["_default":protected]=>
  8740.                              NULL
  8741.                              ["_autoincrement":protected]=>
  8742.                              bool(false)
  8743.                              ["_platformOptions":protected]=>
  8744.                              array(0) {
  8745.                              }
  8746.                              ["_columnDefinition":protected]=>
  8747.                              NULL
  8748.                              ["_comment":protected]=>
  8749.                              string(0) ""
  8750.                              ["_customSchemaOptions":protected]=>
  8751.                              array(0) {
  8752.                              }
  8753.                              ["_name":protected]=>
  8754.                              string(9) "author_id"
  8755.                              ["_namespace":protected]=>
  8756.                              NULL
  8757.                              ["_quoted":protected]=>
  8758.                              bool(false)
  8759.                            }
  8760.                          }
  8761.                          ["_indexes":protected]=>
  8762.                          array(2) {
  8763.                            ["primary"]=>
  8764.                            object(Doctrine\DBAL\Schema\Index)#199 (6) {
  8765.                              ["_columns":protected]=>
  8766.                              array(1) {
  8767.                                [0]=>
  8768.                                string(2) "id"
  8769.                              }
  8770.                              ["_isUnique":protected]=>
  8771.                              bool(true)
  8772.                              ["_isPrimary":protected]=>
  8773.                              bool(true)
  8774.                              ["_name":protected]=>
  8775.                              string(7) "PRIMARY"
  8776.                              ["_namespace":protected]=>
  8777.                              NULL
  8778.                              ["_quoted":protected]=>
  8779.                              bool(false)
  8780.                            }
  8781.                            ["fk_book_author1_idx"]=>
  8782.                            object(Doctrine\DBAL\Schema\Index)#198 (6) {
  8783.                              ["_columns":protected]=>
  8784.                              array(1) {
  8785.                                [0]=>
  8786.                                string(9) "author_id"
  8787.                              }
  8788.                              ["_isUnique":protected]=>
  8789.                              bool(false)
  8790.                              ["_isPrimary":protected]=>
  8791.                              bool(false)
  8792.                              ["_name":protected]=>
  8793.                              string(19) "fk_book_author1_idx"
  8794.                              ["_namespace":protected]=>
  8795.                              NULL
  8796.                              ["_quoted":protected]=>
  8797.                              bool(false)
  8798.                            }
  8799.                          }
  8800.                          ["_primaryKeyName":protected]=>
  8801.                          string(7) "primary"
  8802.                          ["_fkConstraints":protected]=>
  8803.                          array(1) {
  8804.                            ["fk_book_author1"]=>
  8805.                            object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  8806.                              ["_localTable":protected]=>
  8807.                              *RECURSION*
  8808.                              ["_localColumnNames":protected]=>
  8809.                              array(1) {
  8810.                                [0]=>
  8811.                                string(9) "author_id"
  8812.                              }
  8813.                              ["_foreignTableName":protected]=>
  8814.                              string(6) "author"
  8815.                              ["_foreignColumnNames":protected]=>
  8816.                              array(1) {
  8817.                                [0]=>
  8818.                                string(2) "id"
  8819.                              }
  8820.                              ["_cascade":protected]=>
  8821.                              string(0) ""
  8822.                              ["_options":protected]=>
  8823.                              array(2) {
  8824.                                ["onDelete"]=>
  8825.                                string(9) "NO ACTION"
  8826.                                ["onUpdate"]=>
  8827.                                string(9) "NO ACTION"
  8828.                              }
  8829.                              ["_name":protected]=>
  8830.                              string(15) "fk_book_author1"
  8831.                              ["_namespace":protected]=>
  8832.                              NULL
  8833.                              ["_quoted":protected]=>
  8834.                              bool(false)
  8835.                            }
  8836.                          }
  8837.                          ["_options":protected]=>
  8838.                          array(0) {
  8839.                          }
  8840.                          ["_schemaConfig":protected]=>
  8841.                          NULL
  8842.                          ["_namespace":protected]=>
  8843.                          NULL
  8844.                          ["_quoted":protected]=>
  8845.                          bool(false)
  8846.                          ["_idGeneratorType"]=>
  8847.                          bool(false)
  8848.                        }
  8849.                        ["dummy_table1"]=>
  8850.                        object(Doctrine\DBAL\Schema\Table)#194 (10) {
  8851.                          ["_name":protected]=>
  8852.                          string(12) "dummy_table1"
  8853.                          ["_columns":protected]=>
  8854.                          array(1) {
  8855.                            ["id"]=>
  8856.                            object(Doctrine\DBAL\Schema\Column)#196 (16) {
  8857.                              ["_type":protected]=>
  8858.                              object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  8859.                              }
  8860.                              ["_length":protected]=>
  8861.                              NULL
  8862.                              ["_precision":protected]=>
  8863.                              int(10)
  8864.                              ["_scale":protected]=>
  8865.                              int(0)
  8866.                              ["_unsigned":protected]=>
  8867.                              bool(false)
  8868.                              ["_fixed":protected]=>
  8869.                              bool(false)
  8870.                              ["_notnull":protected]=>
  8871.                              bool(true)
  8872.                              ["_default":protected]=>
  8873.                              NULL
  8874.                              ["_autoincrement":protected]=>
  8875.                              bool(false)
  8876.                              ["_platformOptions":protected]=>
  8877.                              array(0) {
  8878.                              }
  8879.                              ["_columnDefinition":protected]=>
  8880.                              NULL
  8881.                              ["_comment":protected]=>
  8882.                              string(0) ""
  8883.                              ["_customSchemaOptions":protected]=>
  8884.                              array(0) {
  8885.                              }
  8886.                              ["_name":protected]=>
  8887.                              string(2) "id"
  8888.                              ["_namespace":protected]=>
  8889.                              NULL
  8890.                              ["_quoted":protected]=>
  8891.                              bool(false)
  8892.                            }
  8893.                          }
  8894.                          ["_indexes":protected]=>
  8895.                          array(1) {
  8896.                            ["primary"]=>
  8897.                            object(Doctrine\DBAL\Schema\Index)#195 (6) {
  8898.                              ["_columns":protected]=>
  8899.                              array(1) {
  8900.                                [0]=>
  8901.                                string(2) "id"
  8902.                              }
  8903.                              ["_isUnique":protected]=>
  8904.                              bool(true)
  8905.                              ["_isPrimary":protected]=>
  8906.                              bool(true)
  8907.                              ["_name":protected]=>
  8908.                              string(7) "PRIMARY"
  8909.                              ["_namespace":protected]=>
  8910.                              NULL
  8911.                              ["_quoted":protected]=>
  8912.                              bool(false)
  8913.                            }
  8914.                          }
  8915.                          ["_primaryKeyName":protected]=>
  8916.                          string(7) "primary"
  8917.                          ["_fkConstraints":protected]=>
  8918.                          array(0) {
  8919.                          }
  8920.                          ["_options":protected]=>
  8921.                          array(0) {
  8922.                          }
  8923.                          ["_schemaConfig":protected]=>
  8924.                          NULL
  8925.                          ["_namespace":protected]=>
  8926.                          NULL
  8927.                          ["_quoted":protected]=>
  8928.                          bool(false)
  8929.                          ["_idGeneratorType"]=>
  8930.                          bool(false)
  8931.                        }
  8932.                        ["dummy_table2"]=>
  8933.                        object(Doctrine\DBAL\Schema\Table)#191 (10) {
  8934.                          ["_name":protected]=>
  8935.                          string(12) "dummy_table2"
  8936.                          ["_columns":protected]=>
  8937.                          array(1) {
  8938.                            ["id"]=>
  8939.                            object(Doctrine\DBAL\Schema\Column)#193 (16) {
  8940.                              ["_type":protected]=>
  8941.                              object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  8942.                              }
  8943.                              ["_length":protected]=>
  8944.                              NULL
  8945.                              ["_precision":protected]=>
  8946.                              int(10)
  8947.                              ["_scale":protected]=>
  8948.                              int(0)
  8949.                              ["_unsigned":protected]=>
  8950.                              bool(false)
  8951.                              ["_fixed":protected]=>
  8952.                              bool(false)
  8953.                              ["_notnull":protected]=>
  8954.                              bool(true)
  8955.                              ["_default":protected]=>
  8956.                              NULL
  8957.                              ["_autoincrement":protected]=>
  8958.                              bool(false)
  8959.                              ["_platformOptions":protected]=>
  8960.                              array(0) {
  8961.                              }
  8962.                              ["_columnDefinition":protected]=>
  8963.                              NULL
  8964.                              ["_comment":protected]=>
  8965.                              string(0) ""
  8966.                              ["_customSchemaOptions":protected]=>
  8967.                              array(0) {
  8968.                              }
  8969.                              ["_name":protected]=>
  8970.                              string(2) "id"
  8971.                              ["_namespace":protected]=>
  8972.                              NULL
  8973.                              ["_quoted":protected]=>
  8974.                              bool(false)
  8975.                            }
  8976.                          }
  8977.                          ["_indexes":protected]=>
  8978.                          array(1) {
  8979.                            ["primary"]=>
  8980.                            object(Doctrine\DBAL\Schema\Index)#192 (6) {
  8981.                              ["_columns":protected]=>
  8982.                              array(1) {
  8983.                                [0]=>
  8984.                                string(2) "id"
  8985.                              }
  8986.                              ["_isUnique":protected]=>
  8987.                              bool(true)
  8988.                              ["_isPrimary":protected]=>
  8989.                              bool(true)
  8990.                              ["_name":protected]=>
  8991.                              string(7) "PRIMARY"
  8992.                              ["_namespace":protected]=>
  8993.                              NULL
  8994.                              ["_quoted":protected]=>
  8995.                              bool(false)
  8996.                            }
  8997.                          }
  8998.                          ["_primaryKeyName":protected]=>
  8999.                          string(7) "primary"
  9000.                          ["_fkConstraints":protected]=>
  9001.                          array(0) {
  9002.                          }
  9003.                          ["_options":protected]=>
  9004.                          array(0) {
  9005.                          }
  9006.                          ["_schemaConfig":protected]=>
  9007.                          NULL
  9008.                          ["_namespace":protected]=>
  9009.                          NULL
  9010.                          ["_quoted":protected]=>
  9011.                          bool(false)
  9012.                          ["_idGeneratorType"]=>
  9013.                          bool(false)
  9014.                        }
  9015.                      }
  9016.                      ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  9017.                      array(4) {
  9018.                        ["Entities\Author"]=>
  9019.                        string(6) "author"
  9020.                        ["Entities\Book"]=>
  9021.                        string(4) "book"
  9022.                        ["Entities\DummyTable1"]=>
  9023.                        string(12) "dummy_table1"
  9024.                        ["Entities\DummyTable2"]=>
  9025.                        string(12) "dummy_table2"
  9026.                      }
  9027.                      ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  9028.                      array(0) {
  9029.                      }
  9030.                      ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  9031.                      array(0) {
  9032.                      }
  9033.                      ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  9034.                      array(0) {
  9035.                      }
  9036.                      ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  9037.                      string(9) "Entities\"
  9038.                    }
  9039.                    ["autoGenerateProxyClasses"]=>
  9040.                    bool(true)
  9041.                    ["proxyDir"]=>
  9042.                    string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  9043.                    ["proxyNamespace"]=>
  9044.                    string(14) "Doctrine\Proxy"
  9045.                    ["classMetadataFactoryName"]=>
  9046.                    string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  9047.                  }
  9048.                }
  9049.                ["_eventManager":protected]=>
  9050.                object(Doctrine\Common\EventManager)#220 (1) {
  9051.                  ["_listeners":"Doctrine\Common\EventManager":private]=>
  9052.                  array(0) {
  9053.                  }
  9054.                }
  9055.                ["_expr":protected]=>
  9056.                object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  9057.                  ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  9058.                  *RECURSION*
  9059.                }
  9060.                ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  9061.                bool(true)
  9062.                ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  9063.                int(0)
  9064.                ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  9065.                int(2)
  9066.                ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  9067.                NULL
  9068.                ["_params":"Doctrine\DBAL\Connection":private]=>
  9069.                array(6) {
  9070.                  ["driver"]=>
  9071.                  string(9) "pdo_mysql"
  9072.                  ["user"]=>
  9073.                  string(4) "root"
  9074.                  ["password"]=>
  9075.                  string(4) "root"
  9076.                  ["host"]=>
  9077.                  string(9) "localhost"
  9078.                  ["dbname"]=>
  9079.                  string(4) "urls"
  9080.                  ["port"]=>
  9081.                  string(4) "3306"
  9082.                }
  9083.                ["_platform":protected]=>
  9084.                object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  9085.                  ["doctrineTypeMapping":protected]=>
  9086.                  array(29) {
  9087.                    ["tinyint"]=>
  9088.                    string(7) "boolean"
  9089.                    ["smallint"]=>
  9090.                    string(8) "smallint"
  9091.                    ["mediumint"]=>
  9092.                    string(7) "integer"
  9093.                    ["int"]=>
  9094.                    string(7) "integer"
  9095.                    ["integer"]=>
  9096.                    string(7) "integer"
  9097.                    ["bigint"]=>
  9098.                    string(6) "bigint"
  9099.                    ["tinytext"]=>
  9100.                    string(4) "text"
  9101.                    ["mediumtext"]=>
  9102.                    string(4) "text"
  9103.                    ["longtext"]=>
  9104.                    string(4) "text"
  9105.                    ["text"]=>
  9106.                    string(4) "text"
  9107.                    ["varchar"]=>
  9108.                    string(6) "string"
  9109.                    ["string"]=>
  9110.                    string(6) "string"
  9111.                    ["char"]=>
  9112.                    string(6) "string"
  9113.                    ["date"]=>
  9114.                    string(4) "date"
  9115.                    ["datetime"]=>
  9116.                    string(8) "datetime"
  9117.                    ["timestamp"]=>
  9118.                    string(8) "datetime"
  9119.                    ["time"]=>
  9120.                    string(4) "time"
  9121.                    ["float"]=>
  9122.                    string(5) "float"
  9123.                    ["double"]=>
  9124.                    string(5) "float"
  9125.                    ["real"]=>
  9126.                    string(5) "float"
  9127.                    ["decimal"]=>
  9128.                    string(7) "decimal"
  9129.                    ["numeric"]=>
  9130.                    string(7) "decimal"
  9131.                    ["year"]=>
  9132.                    string(4) "date"
  9133.                    ["longblob"]=>
  9134.                    string(4) "blob"
  9135.                    ["blob"]=>
  9136.                    string(4) "blob"
  9137.                    ["mediumblob"]=>
  9138.                    string(4) "blob"
  9139.                    ["tinyblob"]=>
  9140.                    string(4) "blob"
  9141.                    ["set"]=>
  9142.                    string(6) "string"
  9143.                    ["enum"]=>
  9144.                    string(6) "string"
  9145.                  }
  9146.                  ["doctrineTypeComments":protected]=>
  9147.                  NULL
  9148.                  ["_eventManager":protected]=>
  9149.                  object(Doctrine\Common\EventManager)#220 (1) {
  9150.                    ["_listeners":"Doctrine\Common\EventManager":private]=>
  9151.                    array(0) {
  9152.                    }
  9153.                  }
  9154.                }
  9155.                ["_schemaManager":protected]=>
  9156.                object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  9157.                  ["_conn":protected]=>
  9158.                  *RECURSION*
  9159.                  ["_platform":protected]=>
  9160.                  object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  9161.                    ["doctrineTypeMapping":protected]=>
  9162.                    array(29) {
  9163.                      ["tinyint"]=>
  9164.                      string(7) "boolean"
  9165.                      ["smallint"]=>
  9166.                      string(8) "smallint"
  9167.                      ["mediumint"]=>
  9168.                      string(7) "integer"
  9169.                      ["int"]=>
  9170.                      string(7) "integer"
  9171.                      ["integer"]=>
  9172.                      string(7) "integer"
  9173.                      ["bigint"]=>
  9174.                      string(6) "bigint"
  9175.                      ["tinytext"]=>
  9176.                      string(4) "text"
  9177.                      ["mediumtext"]=>
  9178.                      string(4) "text"
  9179.                      ["longtext"]=>
  9180.                      string(4) "text"
  9181.                      ["text"]=>
  9182.                      string(4) "text"
  9183.                      ["varchar"]=>
  9184.                      string(6) "string"
  9185.                      ["string"]=>
  9186.                      string(6) "string"
  9187.                      ["char"]=>
  9188.                      string(6) "string"
  9189.                      ["date"]=>
  9190.                      string(4) "date"
  9191.                      ["datetime"]=>
  9192.                      string(8) "datetime"
  9193.                      ["timestamp"]=>
  9194.                      string(8) "datetime"
  9195.                      ["time"]=>
  9196.                      string(4) "time"
  9197.                      ["float"]=>
  9198.                      string(5) "float"
  9199.                      ["double"]=>
  9200.                      string(5) "float"
  9201.                      ["real"]=>
  9202.                      string(5) "float"
  9203.                      ["decimal"]=>
  9204.                      string(7) "decimal"
  9205.                      ["numeric"]=>
  9206.                      string(7) "decimal"
  9207.                      ["year"]=>
  9208.                      string(4) "date"
  9209.                      ["longblob"]=>
  9210.                      string(4) "blob"
  9211.                      ["blob"]=>
  9212.                      string(4) "blob"
  9213.                      ["mediumblob"]=>
  9214.                      string(4) "blob"
  9215.                      ["tinyblob"]=>
  9216.                      string(4) "blob"
  9217.                      ["set"]=>
  9218.                      string(6) "string"
  9219.                      ["enum"]=>
  9220.                      string(6) "string"
  9221.                    }
  9222.                    ["doctrineTypeComments":protected]=>
  9223.                    NULL
  9224.                    ["_eventManager":protected]=>
  9225.                    object(Doctrine\Common\EventManager)#220 (1) {
  9226.                      ["_listeners":"Doctrine\Common\EventManager":private]=>
  9227.                      array(0) {
  9228.                      }
  9229.                    }
  9230.                  }
  9231.                }
  9232.                ["_driver":protected]=>
  9233.                object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  9234.                }
  9235.                ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  9236.                bool(false)
  9237.              }
  9238.              ["_platform":protected]=>
  9239.              object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  9240.                ["doctrineTypeMapping":protected]=>
  9241.                array(29) {
  9242.                  ["tinyint"]=>
  9243.                  string(7) "boolean"
  9244.                  ["smallint"]=>
  9245.                  string(8) "smallint"
  9246.                  ["mediumint"]=>
  9247.                  string(7) "integer"
  9248.                  ["int"]=>
  9249.                  string(7) "integer"
  9250.                  ["integer"]=>
  9251.                  string(7) "integer"
  9252.                  ["bigint"]=>
  9253.                  string(6) "bigint"
  9254.                  ["tinytext"]=>
  9255.                  string(4) "text"
  9256.                  ["mediumtext"]=>
  9257.                  string(4) "text"
  9258.                  ["longtext"]=>
  9259.                  string(4) "text"
  9260.                  ["text"]=>
  9261.                  string(4) "text"
  9262.                  ["varchar"]=>
  9263.                  string(6) "string"
  9264.                  ["string"]=>
  9265.                  string(6) "string"
  9266.                  ["char"]=>
  9267.                  string(6) "string"
  9268.                  ["date"]=>
  9269.                  string(4) "date"
  9270.                  ["datetime"]=>
  9271.                  string(8) "datetime"
  9272.                  ["timestamp"]=>
  9273.                  string(8) "datetime"
  9274.                  ["time"]=>
  9275.                  string(4) "time"
  9276.                  ["float"]=>
  9277.                  string(5) "float"
  9278.                  ["double"]=>
  9279.                  string(5) "float"
  9280.                  ["real"]=>
  9281.                  string(5) "float"
  9282.                  ["decimal"]=>
  9283.                  string(7) "decimal"
  9284.                  ["numeric"]=>
  9285.                  string(7) "decimal"
  9286.                  ["year"]=>
  9287.                  string(4) "date"
  9288.                  ["longblob"]=>
  9289.                  string(4) "blob"
  9290.                  ["blob"]=>
  9291.                  string(4) "blob"
  9292.                  ["mediumblob"]=>
  9293.                  string(4) "blob"
  9294.                  ["tinyblob"]=>
  9295.                  string(4) "blob"
  9296.                  ["set"]=>
  9297.                  string(6) "string"
  9298.                  ["enum"]=>
  9299.                  string(6) "string"
  9300.                }
  9301.                ["doctrineTypeComments":protected]=>
  9302.                NULL
  9303.                ["_eventManager":protected]=>
  9304.                object(Doctrine\Common\EventManager)#220 (1) {
  9305.                  ["_listeners":"Doctrine\Common\EventManager":private]=>
  9306.                  array(0) {
  9307.                  }
  9308.                }
  9309.              }
  9310.              ["_em":protected]=>
  9311.              *RECURSION*
  9312.              ["_queuedInserts":protected]=>
  9313.              array(0) {
  9314.              }
  9315.              ["_rsm":protected]=>
  9316.              object(Doctrine\ORM\Query\ResultSetMapping)#183 (14) {
  9317.                ["isMixed"]=>
  9318.                bool(false)
  9319.                ["aliasMap"]=>
  9320.                array(1) {
  9321.                  ["r"]=>
  9322.                  string(13) "Entities\Book"
  9323.                }
  9324.                ["relationMap"]=>
  9325.                array(0) {
  9326.                }
  9327.                ["parentAliasMap"]=>
  9328.                array(0) {
  9329.                }
  9330.                ["fieldMappings"]=>
  9331.                array(2) {
  9332.                  ["id1"]=>
  9333.                  string(2) "id"
  9334.                  ["title2"]=>
  9335.                  string(5) "title"
  9336.                }
  9337.                ["scalarMappings"]=>
  9338.                array(0) {
  9339.                }
  9340.                ["typeMappings"]=>
  9341.                array(0) {
  9342.                }
  9343.                ["entityMappings"]=>
  9344.                array(1) {
  9345.                  ["r"]=>
  9346.                  NULL
  9347.                }
  9348.                ["metaMappings"]=>
  9349.                array(1) {
  9350.                  ["author_id3"]=>
  9351.                  string(9) "author_id"
  9352.                }
  9353.                ["columnOwnerMap"]=>
  9354.                array(3) {
  9355.                  ["id1"]=>
  9356.                  string(1) "r"
  9357.                  ["title2"]=>
  9358.                  string(1) "r"
  9359.                  ["author_id3"]=>
  9360.                  string(1) "r"
  9361.                }
  9362.                ["discriminatorColumns"]=>
  9363.                array(0) {
  9364.                }
  9365.                ["indexByMap"]=>
  9366.                array(0) {
  9367.                }
  9368.                ["declaringClasses"]=>
  9369.                array(2) {
  9370.                  ["id1"]=>
  9371.                  string(13) "Entities\Book"
  9372.                  ["title2"]=>
  9373.                  string(13) "Entities\Book"
  9374.                }
  9375.                ["isIdentifierColumn"]=>
  9376.                array(0) {
  9377.                }
  9378.              }
  9379.              ["_columnTypes":protected]=>
  9380.              array(0) {
  9381.              }
  9382.              ["_insertSql":"Doctrine\ORM\Persisters\BasicEntityPersister":private]=>
  9383.              NULL
  9384.              ["_selectColumnListSql":protected]=>
  9385.              string(60) "t0.id AS id1, t0.title AS title2, t0.author_id AS author_id3"
  9386.              ["_selectJoinSql":protected]=>
  9387.              string(0) ""
  9388.              ["_sqlAliasCounter":protected]=>
  9389.              int(4)
  9390.              ["_sqlTableAliases":protected]=>
  9391.              array(1) {
  9392.                ["Entities\Book"]=>
  9393.                string(2) "t0"
  9394.              }
  9395.            }
  9396.            ["Entities\Author"]=>
  9397.            *RECURSION*
  9398.          }
  9399.          ["collectionPersisters":"Doctrine\ORM\UnitOfWork":private]=>
  9400.          array(0) {
  9401.          }
  9402.          ["evm":"Doctrine\ORM\UnitOfWork":private]=>
  9403.          object(Doctrine\Common\EventManager)#220 (1) {
  9404.            ["_listeners":"Doctrine\Common\EventManager":private]=>
  9405.            array(0) {
  9406.            }
  9407.          }
  9408.          ["orphanRemovals":"Doctrine\ORM\UnitOfWork":private]=>
  9409.          array(0) {
  9410.          }
  9411.          ["readOnlyObjects":"Doctrine\ORM\UnitOfWork":private]=>
  9412.          array(0) {
  9413.          }
  9414.          ["eagerLoadingEntities":"Doctrine\ORM\UnitOfWork":private]=>
  9415.          array(0) {
  9416.          }
  9417.        }
  9418.        ["eventManager":"Doctrine\ORM\EntityManager":private]=>
  9419.        object(Doctrine\Common\EventManager)#220 (1) {
  9420.          ["_listeners":"Doctrine\Common\EventManager":private]=>
  9421.          array(0) {
  9422.          }
  9423.        }
  9424.        ["hydrators":"Doctrine\ORM\EntityManager":private]=>
  9425.        array(0) {
  9426.        }
  9427.        ["proxyFactory":"Doctrine\ORM\EntityManager":private]=>
  9428.        object(Doctrine\ORM\Proxy\ProxyFactory)#212 (4) {
  9429.          ["_em":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
  9430.          *RECURSION*
  9431.          ["_autoGenerate":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
  9432.          bool(true)
  9433.          ["_proxyNamespace":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
  9434.          string(14) "Doctrine\Proxy"
  9435.          ["_proxyDir":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
  9436.          string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  9437.        }
  9438.        ["expressionBuilder":"Doctrine\ORM\EntityManager":private]=>
  9439.        NULL
  9440.        ["closed":"Doctrine\ORM\EntityManager":private]=>
  9441.        bool(false)
  9442.        ["filterCollection":"Doctrine\ORM\EntityManager":private]=>
  9443.        object(Doctrine\ORM\Query\FilterCollection)#184 (5) {
  9444.          ["config":"Doctrine\ORM\Query\FilterCollection":private]=>
  9445.          object(Doctrine\ORM\Configuration)#223 (1) {
  9446.            ["_attributes":protected]=>
  9447.            array(8) {
  9448.              ["metadataCacheImpl"]=>
  9449.              object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  9450.                ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  9451.                array(2) {
  9452.                  ["[Entities\Book$CLASSMETADATA][1]"]=>
  9453.                  object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  9454.                    ["name"]=>
  9455.                    string(13) "Entities\Book"
  9456.                    ["namespace"]=>
  9457.                    string(8) "Entities"
  9458.                    ["rootEntityName"]=>
  9459.                    string(13) "Entities\Book"
  9460.                    ["customRepositoryClassName"]=>
  9461.                    NULL
  9462.                    ["isMappedSuperclass"]=>
  9463.                    bool(false)
  9464.                    ["parentClasses"]=>
  9465.                    array(0) {
  9466.                    }
  9467.                    ["subClasses"]=>
  9468.                    array(0) {
  9469.                    }
  9470.                    ["namedQueries"]=>
  9471.                    array(0) {
  9472.                    }
  9473.                    ["identifier"]=>
  9474.                    array(1) {
  9475.                      [0]=>
  9476.                      string(2) "id"
  9477.                    }
  9478.                    ["inheritanceType"]=>
  9479.                    int(1)
  9480.                    ["generatorType"]=>
  9481.                    int(4)
  9482.                    ["fieldMappings"]=>
  9483.                    array(2) {
  9484.                      ["id"]=>
  9485.                      array(6) {
  9486.                        ["id"]=>
  9487.                        bool(true)
  9488.                        ["fieldName"]=>
  9489.                        string(2) "id"
  9490.                        ["columnName"]=>
  9491.                        string(2) "id"
  9492.                        ["type"]=>
  9493.                        string(7) "integer"
  9494.                        ["unsigned"]=>
  9495.                        bool(false)
  9496.                        ["nullable"]=>
  9497.                        bool(false)
  9498.                      }
  9499.                      ["title"]=>
  9500.                      array(6) {
  9501.                        ["fieldName"]=>
  9502.                        string(5) "title"
  9503.                        ["columnName"]=>
  9504.                        string(5) "title"
  9505.                        ["type"]=>
  9506.                        string(6) "string"
  9507.                        ["length"]=>
  9508.                        int(45)
  9509.                        ["fixed"]=>
  9510.                        bool(false)
  9511.                        ["nullable"]=>
  9512.                        bool(true)
  9513.                      }
  9514.                    }
  9515.                    ["fieldNames"]=>
  9516.                    array(2) {
  9517.                      ["id"]=>
  9518.                      string(2) "id"
  9519.                      ["title"]=>
  9520.                      string(5) "title"
  9521.                    }
  9522.                    ["columnNames"]=>
  9523.                    array(2) {
  9524.                      ["id"]=>
  9525.                      string(2) "id"
  9526.                      ["title"]=>
  9527.                      string(5) "title"
  9528.                    }
  9529.                    ["discriminatorValue"]=>
  9530.                    NULL
  9531.                    ["discriminatorMap"]=>
  9532.                    array(0) {
  9533.                    }
  9534.                    ["discriminatorColumn"]=>
  9535.                    NULL
  9536.                    ["table"]=>
  9537.                    array(1) {
  9538.                      ["name"]=>
  9539.                      string(4) "book"
  9540.                    }
  9541.                    ["lifecycleCallbacks"]=>
  9542.                    array(0) {
  9543.                    }
  9544.                    ["associationMappings"]=>
  9545.                    array(1) {
  9546.                      ["author"]=>
  9547.                      array(19) {
  9548.                        ["fieldName"]=>
  9549.                        string(6) "author"
  9550.                        ["targetEntity"]=>
  9551.                        string(15) "Entities\Author"
  9552.                        ["joinColumns"]=>
  9553.                        array(1) {
  9554.                          [0]=>
  9555.                          array(2) {
  9556.                            ["name"]=>
  9557.                            string(9) "author_id"
  9558.                            ["referencedColumnName"]=>
  9559.                            string(2) "id"
  9560.                          }
  9561.                        }
  9562.                        ["type"]=>
  9563.                        int(2)
  9564.                        ["mappedBy"]=>
  9565.                        NULL
  9566.                        ["inversedBy"]=>
  9567.                        NULL
  9568.                        ["isOwningSide"]=>
  9569.                        bool(true)
  9570.                        ["sourceEntity"]=>
  9571.                        string(13) "Entities\Book"
  9572.                        ["fetch"]=>
  9573.                        int(2)
  9574.                        ["cascade"]=>
  9575.                        array(0) {
  9576.                        }
  9577.                        ["isCascadeRemove"]=>
  9578.                        bool(false)
  9579.                        ["isCascadePersist"]=>
  9580.                        bool(false)
  9581.                        ["isCascadeRefresh"]=>
  9582.                        bool(false)
  9583.                        ["isCascadeMerge"]=>
  9584.                        bool(false)
  9585.                        ["isCascadeDetach"]=>
  9586.                        bool(false)
  9587.                        ["sourceToTargetKeyColumns"]=>
  9588.                        array(1) {
  9589.                          ["author_id"]=>
  9590.                          string(2) "id"
  9591.                        }
  9592.                        ["joinColumnFieldNames"]=>
  9593.                        array(1) {
  9594.                          ["author_id"]=>
  9595.                          string(9) "author_id"
  9596.                        }
  9597.                        ["targetToSourceKeyColumns"]=>
  9598.                        array(1) {
  9599.                          ["id"]=>
  9600.                          string(9) "author_id"
  9601.                        }
  9602.                        ["orphanRemoval"]=>
  9603.                        bool(false)
  9604.                      }
  9605.                    }
  9606.                    ["isIdentifierComposite"]=>
  9607.                    bool(false)
  9608.                    ["containsForeignIdentifier"]=>
  9609.                    bool(false)
  9610.                    ["idGenerator"]=>
  9611.                    object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  9612.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  9613.                      NULL
  9614.                    }
  9615.                    ["sequenceGeneratorDefinition"]=>
  9616.                    NULL
  9617.                    ["tableGeneratorDefinition"]=>
  9618.                    NULL
  9619.                    ["changeTrackingPolicy"]=>
  9620.                    int(1)
  9621.                    ["isVersioned"]=>
  9622.                    NULL
  9623.                    ["versionField"]=>
  9624.                    NULL
  9625.                    ["reflClass"]=>
  9626.                    object(ReflectionClass)#189 (1) {
  9627.                      ["name"]=>
  9628.                      string(13) "Entities\Book"
  9629.                    }
  9630.                    ["isReadOnly"]=>
  9631.                    bool(false)
  9632.                    ["reflFields"]=>
  9633.                    array(3) {
  9634.                      ["id"]=>
  9635.                      object(ReflectionProperty)#227 (2) {
  9636.                        ["name"]=>
  9637.                        string(2) "id"
  9638.                        ["class"]=>
  9639.                        string(13) "Entities\Book"
  9640.                      }
  9641.                      ["title"]=>
  9642.                      object(ReflectionProperty)#188 (2) {
  9643.                        ["name"]=>
  9644.                        string(5) "title"
  9645.                        ["class"]=>
  9646.                        string(13) "Entities\Book"
  9647.                      }
  9648.                      ["author"]=>
  9649.                      object(ReflectionProperty)#187 (2) {
  9650.                        ["name"]=>
  9651.                        string(6) "author"
  9652.                        ["class"]=>
  9653.                        string(13) "Entities\Book"
  9654.                      }
  9655.                    }
  9656.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  9657.                    object(Entities\Book)#180 (3) {
  9658.                      ["id":"Entities\Book":private]=>
  9659.                      NULL
  9660.                      ["title":"Entities\Book":private]=>
  9661.                      NULL
  9662.                      ["author":"Entities\Book":private]=>
  9663.                      NULL
  9664.                    }
  9665.                  }
  9666.                  ["[Entities\Author$CLASSMETADATA][1]"]=>
  9667.                  object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  9668.                    ["name"]=>
  9669.                    string(15) "Entities\Author"
  9670.                    ["namespace"]=>
  9671.                    string(8) "Entities"
  9672.                    ["rootEntityName"]=>
  9673.                    string(15) "Entities\Author"
  9674.                    ["customRepositoryClassName"]=>
  9675.                    NULL
  9676.                    ["isMappedSuperclass"]=>
  9677.                    bool(false)
  9678.                    ["parentClasses"]=>
  9679.                    array(0) {
  9680.                    }
  9681.                    ["subClasses"]=>
  9682.                    array(0) {
  9683.                    }
  9684.                    ["namedQueries"]=>
  9685.                    array(0) {
  9686.                    }
  9687.                    ["identifier"]=>
  9688.                    array(1) {
  9689.                      [0]=>
  9690.                      string(2) "id"
  9691.                    }
  9692.                    ["inheritanceType"]=>
  9693.                    int(1)
  9694.                    ["generatorType"]=>
  9695.                    int(4)
  9696.                    ["fieldMappings"]=>
  9697.                    array(2) {
  9698.                      ["id"]=>
  9699.                      array(6) {
  9700.                        ["id"]=>
  9701.                        bool(true)
  9702.                        ["fieldName"]=>
  9703.                        string(2) "id"
  9704.                        ["columnName"]=>
  9705.                        string(2) "id"
  9706.                        ["type"]=>
  9707.                        string(7) "integer"
  9708.                        ["unsigned"]=>
  9709.                        bool(false)
  9710.                        ["nullable"]=>
  9711.                        bool(false)
  9712.                      }
  9713.                      ["name"]=>
  9714.                      array(6) {
  9715.                        ["fieldName"]=>
  9716.                        string(4) "name"
  9717.                        ["columnName"]=>
  9718.                        string(4) "name"
  9719.                        ["type"]=>
  9720.                        string(6) "string"
  9721.                        ["length"]=>
  9722.                        int(45)
  9723.                        ["fixed"]=>
  9724.                        bool(false)
  9725.                        ["nullable"]=>
  9726.                        bool(true)
  9727.                      }
  9728.                    }
  9729.                    ["fieldNames"]=>
  9730.                    array(2) {
  9731.                      ["id"]=>
  9732.                      string(2) "id"
  9733.                      ["name"]=>
  9734.                      string(4) "name"
  9735.                    }
  9736.                    ["columnNames"]=>
  9737.                    array(2) {
  9738.                      ["id"]=>
  9739.                      string(2) "id"
  9740.                      ["name"]=>
  9741.                      string(4) "name"
  9742.                    }
  9743.                    ["discriminatorValue"]=>
  9744.                    NULL
  9745.                    ["discriminatorMap"]=>
  9746.                    array(0) {
  9747.                    }
  9748.                    ["discriminatorColumn"]=>
  9749.                    NULL
  9750.                    ["table"]=>
  9751.                    array(1) {
  9752.                      ["name"]=>
  9753.                      string(6) "author"
  9754.                    }
  9755.                    ["lifecycleCallbacks"]=>
  9756.                    array(0) {
  9757.                    }
  9758.                    ["associationMappings"]=>
  9759.                    array(0) {
  9760.                    }
  9761.                    ["isIdentifierComposite"]=>
  9762.                    bool(false)
  9763.                    ["containsForeignIdentifier"]=>
  9764.                    bool(false)
  9765.                    ["idGenerator"]=>
  9766.                    object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  9767.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  9768.                      NULL
  9769.                    }
  9770.                    ["sequenceGeneratorDefinition"]=>
  9771.                    NULL
  9772.                    ["tableGeneratorDefinition"]=>
  9773.                    NULL
  9774.                    ["changeTrackingPolicy"]=>
  9775.                    int(1)
  9776.                    ["isVersioned"]=>
  9777.                    NULL
  9778.                    ["versionField"]=>
  9779.                    NULL
  9780.                    ["reflClass"]=>
  9781.                    object(ReflectionClass)#175 (1) {
  9782.                      ["name"]=>
  9783.                      string(15) "Entities\Author"
  9784.                    }
  9785.                    ["isReadOnly"]=>
  9786.                    bool(false)
  9787.                    ["reflFields"]=>
  9788.                    array(2) {
  9789.                      ["id"]=>
  9790.                      object(ReflectionProperty)#177 (2) {
  9791.                        ["name"]=>
  9792.                        string(2) "id"
  9793.                        ["class"]=>
  9794.                        string(15) "Entities\Author"
  9795.                      }
  9796.                      ["name"]=>
  9797.                      object(ReflectionProperty)#174 (2) {
  9798.                        ["name"]=>
  9799.                        string(4) "name"
  9800.                        ["class"]=>
  9801.                        string(15) "Entities\Author"
  9802.                      }
  9803.                    }
  9804.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  9805.                    NULL
  9806.                  }
  9807.                }
  9808.                ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  9809.                string(0) ""
  9810.              }
  9811.              ["queryCacheImpl"]=>
  9812.              object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
  9813.                ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
  9814.                array(2) {
  9815.                  ["[Entities\Book$CLASSMETADATA][1]"]=>
  9816.                  object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
  9817.                    ["name"]=>
  9818.                    string(13) "Entities\Book"
  9819.                    ["namespace"]=>
  9820.                    string(8) "Entities"
  9821.                    ["rootEntityName"]=>
  9822.                    string(13) "Entities\Book"
  9823.                    ["customRepositoryClassName"]=>
  9824.                    NULL
  9825.                    ["isMappedSuperclass"]=>
  9826.                    bool(false)
  9827.                    ["parentClasses"]=>
  9828.                    array(0) {
  9829.                    }
  9830.                    ["subClasses"]=>
  9831.                    array(0) {
  9832.                    }
  9833.                    ["namedQueries"]=>
  9834.                    array(0) {
  9835.                    }
  9836.                    ["identifier"]=>
  9837.                    array(1) {
  9838.                      [0]=>
  9839.                      string(2) "id"
  9840.                    }
  9841.                    ["inheritanceType"]=>
  9842.                    int(1)
  9843.                    ["generatorType"]=>
  9844.                    int(4)
  9845.                    ["fieldMappings"]=>
  9846.                    array(2) {
  9847.                      ["id"]=>
  9848.                      array(6) {
  9849.                        ["id"]=>
  9850.                        bool(true)
  9851.                        ["fieldName"]=>
  9852.                        string(2) "id"
  9853.                        ["columnName"]=>
  9854.                        string(2) "id"
  9855.                        ["type"]=>
  9856.                        string(7) "integer"
  9857.                        ["unsigned"]=>
  9858.                        bool(false)
  9859.                        ["nullable"]=>
  9860.                        bool(false)
  9861.                      }
  9862.                      ["title"]=>
  9863.                      array(6) {
  9864.                        ["fieldName"]=>
  9865.                        string(5) "title"
  9866.                        ["columnName"]=>
  9867.                        string(5) "title"
  9868.                        ["type"]=>
  9869.                        string(6) "string"
  9870.                        ["length"]=>
  9871.                        int(45)
  9872.                        ["fixed"]=>
  9873.                        bool(false)
  9874.                        ["nullable"]=>
  9875.                        bool(true)
  9876.                      }
  9877.                    }
  9878.                    ["fieldNames"]=>
  9879.                    array(2) {
  9880.                      ["id"]=>
  9881.                      string(2) "id"
  9882.                      ["title"]=>
  9883.                      string(5) "title"
  9884.                    }
  9885.                    ["columnNames"]=>
  9886.                    array(2) {
  9887.                      ["id"]=>
  9888.                      string(2) "id"
  9889.                      ["title"]=>
  9890.                      string(5) "title"
  9891.                    }
  9892.                    ["discriminatorValue"]=>
  9893.                    NULL
  9894.                    ["discriminatorMap"]=>
  9895.                    array(0) {
  9896.                    }
  9897.                    ["discriminatorColumn"]=>
  9898.                    NULL
  9899.                    ["table"]=>
  9900.                    array(1) {
  9901.                      ["name"]=>
  9902.                      string(4) "book"
  9903.                    }
  9904.                    ["lifecycleCallbacks"]=>
  9905.                    array(0) {
  9906.                    }
  9907.                    ["associationMappings"]=>
  9908.                    array(1) {
  9909.                      ["author"]=>
  9910.                      array(19) {
  9911.                        ["fieldName"]=>
  9912.                        string(6) "author"
  9913.                        ["targetEntity"]=>
  9914.                        string(15) "Entities\Author"
  9915.                        ["joinColumns"]=>
  9916.                        array(1) {
  9917.                          [0]=>
  9918.                          array(2) {
  9919.                            ["name"]=>
  9920.                            string(9) "author_id"
  9921.                            ["referencedColumnName"]=>
  9922.                            string(2) "id"
  9923.                          }
  9924.                        }
  9925.                        ["type"]=>
  9926.                        int(2)
  9927.                        ["mappedBy"]=>
  9928.                        NULL
  9929.                        ["inversedBy"]=>
  9930.                        NULL
  9931.                        ["isOwningSide"]=>
  9932.                        bool(true)
  9933.                        ["sourceEntity"]=>
  9934.                        string(13) "Entities\Book"
  9935.                        ["fetch"]=>
  9936.                        int(2)
  9937.                        ["cascade"]=>
  9938.                        array(0) {
  9939.                        }
  9940.                        ["isCascadeRemove"]=>
  9941.                        bool(false)
  9942.                        ["isCascadePersist"]=>
  9943.                        bool(false)
  9944.                        ["isCascadeRefresh"]=>
  9945.                        bool(false)
  9946.                        ["isCascadeMerge"]=>
  9947.                        bool(false)
  9948.                        ["isCascadeDetach"]=>
  9949.                        bool(false)
  9950.                        ["sourceToTargetKeyColumns"]=>
  9951.                        array(1) {
  9952.                          ["author_id"]=>
  9953.                          string(2) "id"
  9954.                        }
  9955.                        ["joinColumnFieldNames"]=>
  9956.                        array(1) {
  9957.                          ["author_id"]=>
  9958.                          string(9) "author_id"
  9959.                        }
  9960.                        ["targetToSourceKeyColumns"]=>
  9961.                        array(1) {
  9962.                          ["id"]=>
  9963.                          string(9) "author_id"
  9964.                        }
  9965.                        ["orphanRemoval"]=>
  9966.                        bool(false)
  9967.                      }
  9968.                    }
  9969.                    ["isIdentifierComposite"]=>
  9970.                    bool(false)
  9971.                    ["containsForeignIdentifier"]=>
  9972.                    bool(false)
  9973.                    ["idGenerator"]=>
  9974.                    object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
  9975.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  9976.                      NULL
  9977.                    }
  9978.                    ["sequenceGeneratorDefinition"]=>
  9979.                    NULL
  9980.                    ["tableGeneratorDefinition"]=>
  9981.                    NULL
  9982.                    ["changeTrackingPolicy"]=>
  9983.                    int(1)
  9984.                    ["isVersioned"]=>
  9985.                    NULL
  9986.                    ["versionField"]=>
  9987.                    NULL
  9988.                    ["reflClass"]=>
  9989.                    object(ReflectionClass)#189 (1) {
  9990.                      ["name"]=>
  9991.                      string(13) "Entities\Book"
  9992.                    }
  9993.                    ["isReadOnly"]=>
  9994.                    bool(false)
  9995.                    ["reflFields"]=>
  9996.                    array(3) {
  9997.                      ["id"]=>
  9998.                      object(ReflectionProperty)#227 (2) {
  9999.                        ["name"]=>
  10000.                        string(2) "id"
  10001.                        ["class"]=>
  10002.                        string(13) "Entities\Book"
  10003.                      }
  10004.                      ["title"]=>
  10005.                      object(ReflectionProperty)#188 (2) {
  10006.                        ["name"]=>
  10007.                        string(5) "title"
  10008.                        ["class"]=>
  10009.                        string(13) "Entities\Book"
  10010.                      }
  10011.                      ["author"]=>
  10012.                      object(ReflectionProperty)#187 (2) {
  10013.                        ["name"]=>
  10014.                        string(6) "author"
  10015.                        ["class"]=>
  10016.                        string(13) "Entities\Book"
  10017.                      }
  10018.                    }
  10019.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  10020.                    object(Entities\Book)#180 (3) {
  10021.                      ["id":"Entities\Book":private]=>
  10022.                      NULL
  10023.                      ["title":"Entities\Book":private]=>
  10024.                      NULL
  10025.                      ["author":"Entities\Book":private]=>
  10026.                      NULL
  10027.                    }
  10028.                  }
  10029.                  ["[Entities\Author$CLASSMETADATA][1]"]=>
  10030.                  object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
  10031.                    ["name"]=>
  10032.                    string(15) "Entities\Author"
  10033.                    ["namespace"]=>
  10034.                    string(8) "Entities"
  10035.                    ["rootEntityName"]=>
  10036.                    string(15) "Entities\Author"
  10037.                    ["customRepositoryClassName"]=>
  10038.                    NULL
  10039.                    ["isMappedSuperclass"]=>
  10040.                    bool(false)
  10041.                    ["parentClasses"]=>
  10042.                    array(0) {
  10043.                    }
  10044.                    ["subClasses"]=>
  10045.                    array(0) {
  10046.                    }
  10047.                    ["namedQueries"]=>
  10048.                    array(0) {
  10049.                    }
  10050.                    ["identifier"]=>
  10051.                    array(1) {
  10052.                      [0]=>
  10053.                      string(2) "id"
  10054.                    }
  10055.                    ["inheritanceType"]=>
  10056.                    int(1)
  10057.                    ["generatorType"]=>
  10058.                    int(4)
  10059.                    ["fieldMappings"]=>
  10060.                    array(2) {
  10061.                      ["id"]=>
  10062.                      array(6) {
  10063.                        ["id"]=>
  10064.                        bool(true)
  10065.                        ["fieldName"]=>
  10066.                        string(2) "id"
  10067.                        ["columnName"]=>
  10068.                        string(2) "id"
  10069.                        ["type"]=>
  10070.                        string(7) "integer"
  10071.                        ["unsigned"]=>
  10072.                        bool(false)
  10073.                        ["nullable"]=>
  10074.                        bool(false)
  10075.                      }
  10076.                      ["name"]=>
  10077.                      array(6) {
  10078.                        ["fieldName"]=>
  10079.                        string(4) "name"
  10080.                        ["columnName"]=>
  10081.                        string(4) "name"
  10082.                        ["type"]=>
  10083.                        string(6) "string"
  10084.                        ["length"]=>
  10085.                        int(45)
  10086.                        ["fixed"]=>
  10087.                        bool(false)
  10088.                        ["nullable"]=>
  10089.                        bool(true)
  10090.                      }
  10091.                    }
  10092.                    ["fieldNames"]=>
  10093.                    array(2) {
  10094.                      ["id"]=>
  10095.                      string(2) "id"
  10096.                      ["name"]=>
  10097.                      string(4) "name"
  10098.                    }
  10099.                    ["columnNames"]=>
  10100.                    array(2) {
  10101.                      ["id"]=>
  10102.                      string(2) "id"
  10103.                      ["name"]=>
  10104.                      string(4) "name"
  10105.                    }
  10106.                    ["discriminatorValue"]=>
  10107.                    NULL
  10108.                    ["discriminatorMap"]=>
  10109.                    array(0) {
  10110.                    }
  10111.                    ["discriminatorColumn"]=>
  10112.                    NULL
  10113.                    ["table"]=>
  10114.                    array(1) {
  10115.                      ["name"]=>
  10116.                      string(6) "author"
  10117.                    }
  10118.                    ["lifecycleCallbacks"]=>
  10119.                    array(0) {
  10120.                    }
  10121.                    ["associationMappings"]=>
  10122.                    array(0) {
  10123.                    }
  10124.                    ["isIdentifierComposite"]=>
  10125.                    bool(false)
  10126.                    ["containsForeignIdentifier"]=>
  10127.                    bool(false)
  10128.                    ["idGenerator"]=>
  10129.                    object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
  10130.                      ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
  10131.                      NULL
  10132.                    }
  10133.                    ["sequenceGeneratorDefinition"]=>
  10134.                    NULL
  10135.                    ["tableGeneratorDefinition"]=>
  10136.                    NULL
  10137.                    ["changeTrackingPolicy"]=>
  10138.                    int(1)
  10139.                    ["isVersioned"]=>
  10140.                    NULL
  10141.                    ["versionField"]=>
  10142.                    NULL
  10143.                    ["reflClass"]=>
  10144.                    object(ReflectionClass)#175 (1) {
  10145.                      ["name"]=>
  10146.                      string(15) "Entities\Author"
  10147.                    }
  10148.                    ["isReadOnly"]=>
  10149.                    bool(false)
  10150.                    ["reflFields"]=>
  10151.                    array(2) {
  10152.                      ["id"]=>
  10153.                      object(ReflectionProperty)#177 (2) {
  10154.                        ["name"]=>
  10155.                        string(2) "id"
  10156.                        ["class"]=>
  10157.                        string(15) "Entities\Author"
  10158.                      }
  10159.                      ["name"]=>
  10160.                      object(ReflectionProperty)#174 (2) {
  10161.                        ["name"]=>
  10162.                        string(4) "name"
  10163.                        ["class"]=>
  10164.                        string(15) "Entities\Author"
  10165.                      }
  10166.                    }
  10167.                    ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
  10168.                    NULL
  10169.                  }
  10170.                }
  10171.                ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
  10172.                string(0) ""
  10173.              }
  10174.              ["sqlLogger"]=>
  10175.              object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
  10176.              }
  10177.              ["metadataDriverImpl"]=>
  10178.              object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
  10179.                ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10180.                object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
  10181.                  ["_conn":protected]=>
  10182.                  object(Doctrine\DBAL\Connection)#218 (13) {
  10183.                    ["_conn":protected]=>
  10184.                    object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
  10185.                    }
  10186.                    ["_config":protected]=>
  10187.                    *RECURSION*
  10188.                    ["_eventManager":protected]=>
  10189.                    object(Doctrine\Common\EventManager)#220 (1) {
  10190.                      ["_listeners":"Doctrine\Common\EventManager":private]=>
  10191.                      array(0) {
  10192.                      }
  10193.                    }
  10194.                    ["_expr":protected]=>
  10195.                    object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
  10196.                      ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
  10197.                      *RECURSION*
  10198.                    }
  10199.                    ["_isConnected":"Doctrine\DBAL\Connection":private]=>
  10200.                    bool(true)
  10201.                    ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
  10202.                    int(0)
  10203.                    ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
  10204.                    int(2)
  10205.                    ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
  10206.                    NULL
  10207.                    ["_params":"Doctrine\DBAL\Connection":private]=>
  10208.                    array(6) {
  10209.                      ["driver"]=>
  10210.                      string(9) "pdo_mysql"
  10211.                      ["user"]=>
  10212.                      string(4) "root"
  10213.                      ["password"]=>
  10214.                      string(4) "root"
  10215.                      ["host"]=>
  10216.                      string(9) "localhost"
  10217.                      ["dbname"]=>
  10218.                      string(4) "urls"
  10219.                      ["port"]=>
  10220.                      string(4) "3306"
  10221.                    }
  10222.                    ["_platform":protected]=>
  10223.                    object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  10224.                      ["doctrineTypeMapping":protected]=>
  10225.                      array(29) {
  10226.                        ["tinyint"]=>
  10227.                        string(7) "boolean"
  10228.                        ["smallint"]=>
  10229.                        string(8) "smallint"
  10230.                        ["mediumint"]=>
  10231.                        string(7) "integer"
  10232.                        ["int"]=>
  10233.                        string(7) "integer"
  10234.                        ["integer"]=>
  10235.                        string(7) "integer"
  10236.                        ["bigint"]=>
  10237.                        string(6) "bigint"
  10238.                        ["tinytext"]=>
  10239.                        string(4) "text"
  10240.                        ["mediumtext"]=>
  10241.                        string(4) "text"
  10242.                        ["longtext"]=>
  10243.                        string(4) "text"
  10244.                        ["text"]=>
  10245.                        string(4) "text"
  10246.                        ["varchar"]=>
  10247.                        string(6) "string"
  10248.                        ["string"]=>
  10249.                        string(6) "string"
  10250.                        ["char"]=>
  10251.                        string(6) "string"
  10252.                        ["date"]=>
  10253.                        string(4) "date"
  10254.                        ["datetime"]=>
  10255.                        string(8) "datetime"
  10256.                        ["timestamp"]=>
  10257.                        string(8) "datetime"
  10258.                        ["time"]=>
  10259.                        string(4) "time"
  10260.                        ["float"]=>
  10261.                        string(5) "float"
  10262.                        ["double"]=>
  10263.                        string(5) "float"
  10264.                        ["real"]=>
  10265.                        string(5) "float"
  10266.                        ["decimal"]=>
  10267.                        string(7) "decimal"
  10268.                        ["numeric"]=>
  10269.                        string(7) "decimal"
  10270.                        ["year"]=>
  10271.                        string(4) "date"
  10272.                        ["longblob"]=>
  10273.                        string(4) "blob"
  10274.                        ["blob"]=>
  10275.                        string(4) "blob"
  10276.                        ["mediumblob"]=>
  10277.                        string(4) "blob"
  10278.                        ["tinyblob"]=>
  10279.                        string(4) "blob"
  10280.                        ["set"]=>
  10281.                        string(6) "string"
  10282.                        ["enum"]=>
  10283.                        string(6) "string"
  10284.                      }
  10285.                      ["doctrineTypeComments":protected]=>
  10286.                      NULL
  10287.                      ["_eventManager":protected]=>
  10288.                      object(Doctrine\Common\EventManager)#220 (1) {
  10289.                        ["_listeners":"Doctrine\Common\EventManager":private]=>
  10290.                        array(0) {
  10291.                        }
  10292.                      }
  10293.                    }
  10294.                    ["_schemaManager":protected]=>
  10295.                    *RECURSION*
  10296.                    ["_driver":protected]=>
  10297.                    object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
  10298.                    }
  10299.                    ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
  10300.                    bool(false)
  10301.                  }
  10302.                  ["_platform":protected]=>
  10303.                  object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
  10304.                    ["doctrineTypeMapping":protected]=>
  10305.                    array(29) {
  10306.                      ["tinyint"]=>
  10307.                      string(7) "boolean"
  10308.                      ["smallint"]=>
  10309.                      string(8) "smallint"
  10310.                      ["mediumint"]=>
  10311.                      string(7) "integer"
  10312.                      ["int"]=>
  10313.                      string(7) "integer"
  10314.                      ["integer"]=>
  10315.                      string(7) "integer"
  10316.                      ["bigint"]=>
  10317.                      string(6) "bigint"
  10318.                      ["tinytext"]=>
  10319.                      string(4) "text"
  10320.                      ["mediumtext"]=>
  10321.                      string(4) "text"
  10322.                      ["longtext"]=>
  10323.                      string(4) "text"
  10324.                      ["text"]=>
  10325.                      string(4) "text"
  10326.                      ["varchar"]=>
  10327.                      string(6) "string"
  10328.                      ["string"]=>
  10329.                      string(6) "string"
  10330.                      ["char"]=>
  10331.                      string(6) "string"
  10332.                      ["date"]=>
  10333.                      string(4) "date"
  10334.                      ["datetime"]=>
  10335.                      string(8) "datetime"
  10336.                      ["timestamp"]=>
  10337.                      string(8) "datetime"
  10338.                      ["time"]=>
  10339.                      string(4) "time"
  10340.                      ["float"]=>
  10341.                      string(5) "float"
  10342.                      ["double"]=>
  10343.                      string(5) "float"
  10344.                      ["real"]=>
  10345.                      string(5) "float"
  10346.                      ["decimal"]=>
  10347.                      string(7) "decimal"
  10348.                      ["numeric"]=>
  10349.                      string(7) "decimal"
  10350.                      ["year"]=>
  10351.                      string(4) "date"
  10352.                      ["longblob"]=>
  10353.                      string(4) "blob"
  10354.                      ["blob"]=>
  10355.                      string(4) "blob"
  10356.                      ["mediumblob"]=>
  10357.                      string(4) "blob"
  10358.                      ["tinyblob"]=>
  10359.                      string(4) "blob"
  10360.                      ["set"]=>
  10361.                      string(6) "string"
  10362.                      ["enum"]=>
  10363.                      string(6) "string"
  10364.                    }
  10365.                    ["doctrineTypeComments":protected]=>
  10366.                    NULL
  10367.                    ["_eventManager":protected]=>
  10368.                    object(Doctrine\Common\EventManager)#220 (1) {
  10369.                      ["_listeners":"Doctrine\Common\EventManager":private]=>
  10370.                      array(0) {
  10371.                      }
  10372.                    }
  10373.                  }
  10374.                }
  10375.                ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10376.                array(4) {
  10377.                  ["author"]=>
  10378.                  object(Doctrine\DBAL\Schema\Table)#204 (10) {
  10379.                    ["_name":protected]=>
  10380.                    string(6) "author"
  10381.                    ["_columns":protected]=>
  10382.                    array(2) {
  10383.                      ["id"]=>
  10384.                      object(Doctrine\DBAL\Schema\Column)#207 (16) {
  10385.                        ["_type":protected]=>
  10386.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  10387.                        }
  10388.                        ["_length":protected]=>
  10389.                        NULL
  10390.                        ["_precision":protected]=>
  10391.                        int(10)
  10392.                        ["_scale":protected]=>
  10393.                        int(0)
  10394.                        ["_unsigned":protected]=>
  10395.                        bool(false)
  10396.                        ["_fixed":protected]=>
  10397.                        bool(false)
  10398.                        ["_notnull":protected]=>
  10399.                        bool(true)
  10400.                        ["_default":protected]=>
  10401.                        NULL
  10402.                        ["_autoincrement":protected]=>
  10403.                        bool(false)
  10404.                        ["_platformOptions":protected]=>
  10405.                        array(0) {
  10406.                        }
  10407.                        ["_columnDefinition":protected]=>
  10408.                        NULL
  10409.                        ["_comment":protected]=>
  10410.                        string(0) ""
  10411.                        ["_customSchemaOptions":protected]=>
  10412.                        array(0) {
  10413.                        }
  10414.                        ["_name":protected]=>
  10415.                        string(2) "id"
  10416.                        ["_namespace":protected]=>
  10417.                        NULL
  10418.                        ["_quoted":protected]=>
  10419.                        bool(false)
  10420.                      }
  10421.                      ["name"]=>
  10422.                      object(Doctrine\DBAL\Schema\Column)#206 (16) {
  10423.                        ["_type":protected]=>
  10424.                        object(Doctrine\DBAL\Types\StringType)#261 (0) {
  10425.                        }
  10426.                        ["_length":protected]=>
  10427.                        int(45)
  10428.                        ["_precision":protected]=>
  10429.                        int(10)
  10430.                        ["_scale":protected]=>
  10431.                        int(0)
  10432.                        ["_unsigned":protected]=>
  10433.                        bool(false)
  10434.                        ["_fixed":protected]=>
  10435.                        bool(false)
  10436.                        ["_notnull":protected]=>
  10437.                        bool(false)
  10438.                        ["_default":protected]=>
  10439.                        NULL
  10440.                        ["_autoincrement":protected]=>
  10441.                        bool(false)
  10442.                        ["_platformOptions":protected]=>
  10443.                        array(0) {
  10444.                        }
  10445.                        ["_columnDefinition":protected]=>
  10446.                        NULL
  10447.                        ["_comment":protected]=>
  10448.                        string(0) ""
  10449.                        ["_customSchemaOptions":protected]=>
  10450.                        array(0) {
  10451.                        }
  10452.                        ["_name":protected]=>
  10453.                        string(4) "name"
  10454.                        ["_namespace":protected]=>
  10455.                        NULL
  10456.                        ["_quoted":protected]=>
  10457.                        bool(false)
  10458.                      }
  10459.                    }
  10460.                    ["_indexes":protected]=>
  10461.                    array(1) {
  10462.                      ["primary"]=>
  10463.                      object(Doctrine\DBAL\Schema\Index)#205 (6) {
  10464.                        ["_columns":protected]=>
  10465.                        array(1) {
  10466.                          [0]=>
  10467.                          string(2) "id"
  10468.                        }
  10469.                        ["_isUnique":protected]=>
  10470.                        bool(true)
  10471.                        ["_isPrimary":protected]=>
  10472.                        bool(true)
  10473.                        ["_name":protected]=>
  10474.                        string(7) "PRIMARY"
  10475.                        ["_namespace":protected]=>
  10476.                        NULL
  10477.                        ["_quoted":protected]=>
  10478.                        bool(false)
  10479.                      }
  10480.                    }
  10481.                    ["_primaryKeyName":protected]=>
  10482.                    string(7) "primary"
  10483.                    ["_fkConstraints":protected]=>
  10484.                    array(0) {
  10485.                    }
  10486.                    ["_options":protected]=>
  10487.                    array(0) {
  10488.                    }
  10489.                    ["_schemaConfig":protected]=>
  10490.                    NULL
  10491.                    ["_namespace":protected]=>
  10492.                    NULL
  10493.                    ["_quoted":protected]=>
  10494.                    bool(false)
  10495.                    ["_idGeneratorType"]=>
  10496.                    bool(false)
  10497.                  }
  10498.                  ["book"]=>
  10499.                  object(Doctrine\DBAL\Schema\Table)#197 (10) {
  10500.                    ["_name":protected]=>
  10501.                    string(4) "book"
  10502.                    ["_columns":protected]=>
  10503.                    array(3) {
  10504.                      ["id"]=>
  10505.                      object(Doctrine\DBAL\Schema\Column)#203 (16) {
  10506.                        ["_type":protected]=>
  10507.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  10508.                        }
  10509.                        ["_length":protected]=>
  10510.                        NULL
  10511.                        ["_precision":protected]=>
  10512.                        int(10)
  10513.                        ["_scale":protected]=>
  10514.                        int(0)
  10515.                        ["_unsigned":protected]=>
  10516.                        bool(false)
  10517.                        ["_fixed":protected]=>
  10518.                        bool(false)
  10519.                        ["_notnull":protected]=>
  10520.                        bool(true)
  10521.                        ["_default":protected]=>
  10522.                        NULL
  10523.                        ["_autoincrement":protected]=>
  10524.                        bool(false)
  10525.                        ["_platformOptions":protected]=>
  10526.                        array(0) {
  10527.                        }
  10528.                        ["_columnDefinition":protected]=>
  10529.                        NULL
  10530.                        ["_comment":protected]=>
  10531.                        string(0) ""
  10532.                        ["_customSchemaOptions":protected]=>
  10533.                        array(0) {
  10534.                        }
  10535.                        ["_name":protected]=>
  10536.                        string(2) "id"
  10537.                        ["_namespace":protected]=>
  10538.                        NULL
  10539.                        ["_quoted":protected]=>
  10540.                        bool(false)
  10541.                      }
  10542.                      ["title"]=>
  10543.                      object(Doctrine\DBAL\Schema\Column)#202 (16) {
  10544.                        ["_type":protected]=>
  10545.                        object(Doctrine\DBAL\Types\StringType)#261 (0) {
  10546.                        }
  10547.                        ["_length":protected]=>
  10548.                        int(45)
  10549.                        ["_precision":protected]=>
  10550.                        int(10)
  10551.                        ["_scale":protected]=>
  10552.                        int(0)
  10553.                        ["_unsigned":protected]=>
  10554.                        bool(false)
  10555.                        ["_fixed":protected]=>
  10556.                        bool(false)
  10557.                        ["_notnull":protected]=>
  10558.                        bool(false)
  10559.                        ["_default":protected]=>
  10560.                        NULL
  10561.                        ["_autoincrement":protected]=>
  10562.                        bool(false)
  10563.                        ["_platformOptions":protected]=>
  10564.                        array(0) {
  10565.                        }
  10566.                        ["_columnDefinition":protected]=>
  10567.                        NULL
  10568.                        ["_comment":protected]=>
  10569.                        string(0) ""
  10570.                        ["_customSchemaOptions":protected]=>
  10571.                        array(0) {
  10572.                        }
  10573.                        ["_name":protected]=>
  10574.                        string(5) "title"
  10575.                        ["_namespace":protected]=>
  10576.                        NULL
  10577.                        ["_quoted":protected]=>
  10578.                        bool(false)
  10579.                      }
  10580.                      ["author_id"]=>
  10581.                      object(Doctrine\DBAL\Schema\Column)#201 (16) {
  10582.                        ["_type":protected]=>
  10583.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  10584.                        }
  10585.                        ["_length":protected]=>
  10586.                        NULL
  10587.                        ["_precision":protected]=>
  10588.                        int(10)
  10589.                        ["_scale":protected]=>
  10590.                        int(0)
  10591.                        ["_unsigned":protected]=>
  10592.                        bool(false)
  10593.                        ["_fixed":protected]=>
  10594.                        bool(false)
  10595.                        ["_notnull":protected]=>
  10596.                        bool(true)
  10597.                        ["_default":protected]=>
  10598.                        NULL
  10599.                        ["_autoincrement":protected]=>
  10600.                        bool(false)
  10601.                        ["_platformOptions":protected]=>
  10602.                        array(0) {
  10603.                        }
  10604.                        ["_columnDefinition":protected]=>
  10605.                        NULL
  10606.                        ["_comment":protected]=>
  10607.                        string(0) ""
  10608.                        ["_customSchemaOptions":protected]=>
  10609.                        array(0) {
  10610.                        }
  10611.                        ["_name":protected]=>
  10612.                        string(9) "author_id"
  10613.                        ["_namespace":protected]=>
  10614.                        NULL
  10615.                        ["_quoted":protected]=>
  10616.                        bool(false)
  10617.                      }
  10618.                    }
  10619.                    ["_indexes":protected]=>
  10620.                    array(2) {
  10621.                      ["primary"]=>
  10622.                      object(Doctrine\DBAL\Schema\Index)#199 (6) {
  10623.                        ["_columns":protected]=>
  10624.                        array(1) {
  10625.                          [0]=>
  10626.                          string(2) "id"
  10627.                        }
  10628.                        ["_isUnique":protected]=>
  10629.                        bool(true)
  10630.                        ["_isPrimary":protected]=>
  10631.                        bool(true)
  10632.                        ["_name":protected]=>
  10633.                        string(7) "PRIMARY"
  10634.                        ["_namespace":protected]=>
  10635.                        NULL
  10636.                        ["_quoted":protected]=>
  10637.                        bool(false)
  10638.                      }
  10639.                      ["fk_book_author1_idx"]=>
  10640.                      object(Doctrine\DBAL\Schema\Index)#198 (6) {
  10641.                        ["_columns":protected]=>
  10642.                        array(1) {
  10643.                          [0]=>
  10644.                          string(9) "author_id"
  10645.                        }
  10646.                        ["_isUnique":protected]=>
  10647.                        bool(false)
  10648.                        ["_isPrimary":protected]=>
  10649.                        bool(false)
  10650.                        ["_name":protected]=>
  10651.                        string(19) "fk_book_author1_idx"
  10652.                        ["_namespace":protected]=>
  10653.                        NULL
  10654.                        ["_quoted":protected]=>
  10655.                        bool(false)
  10656.                      }
  10657.                    }
  10658.                    ["_primaryKeyName":protected]=>
  10659.                    string(7) "primary"
  10660.                    ["_fkConstraints":protected]=>
  10661.                    array(1) {
  10662.                      ["fk_book_author1"]=>
  10663.                      object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
  10664.                        ["_localTable":protected]=>
  10665.                        *RECURSION*
  10666.                        ["_localColumnNames":protected]=>
  10667.                        array(1) {
  10668.                          [0]=>
  10669.                          string(9) "author_id"
  10670.                        }
  10671.                        ["_foreignTableName":protected]=>
  10672.                        string(6) "author"
  10673.                        ["_foreignColumnNames":protected]=>
  10674.                        array(1) {
  10675.                          [0]=>
  10676.                          string(2) "id"
  10677.                        }
  10678.                        ["_cascade":protected]=>
  10679.                        string(0) ""
  10680.                        ["_options":protected]=>
  10681.                        array(2) {
  10682.                          ["onDelete"]=>
  10683.                          string(9) "NO ACTION"
  10684.                          ["onUpdate"]=>
  10685.                          string(9) "NO ACTION"
  10686.                        }
  10687.                        ["_name":protected]=>
  10688.                        string(15) "fk_book_author1"
  10689.                        ["_namespace":protected]=>
  10690.                        NULL
  10691.                        ["_quoted":protected]=>
  10692.                        bool(false)
  10693.                      }
  10694.                    }
  10695.                    ["_options":protected]=>
  10696.                    array(0) {
  10697.                    }
  10698.                    ["_schemaConfig":protected]=>
  10699.                    NULL
  10700.                    ["_namespace":protected]=>
  10701.                    NULL
  10702.                    ["_quoted":protected]=>
  10703.                    bool(false)
  10704.                    ["_idGeneratorType"]=>
  10705.                    bool(false)
  10706.                  }
  10707.                  ["dummy_table1"]=>
  10708.                  object(Doctrine\DBAL\Schema\Table)#194 (10) {
  10709.                    ["_name":protected]=>
  10710.                    string(12) "dummy_table1"
  10711.                    ["_columns":protected]=>
  10712.                    array(1) {
  10713.                      ["id"]=>
  10714.                      object(Doctrine\DBAL\Schema\Column)#196 (16) {
  10715.                        ["_type":protected]=>
  10716.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  10717.                        }
  10718.                        ["_length":protected]=>
  10719.                        NULL
  10720.                        ["_precision":protected]=>
  10721.                        int(10)
  10722.                        ["_scale":protected]=>
  10723.                        int(0)
  10724.                        ["_unsigned":protected]=>
  10725.                        bool(false)
  10726.                        ["_fixed":protected]=>
  10727.                        bool(false)
  10728.                        ["_notnull":protected]=>
  10729.                        bool(true)
  10730.                        ["_default":protected]=>
  10731.                        NULL
  10732.                        ["_autoincrement":protected]=>
  10733.                        bool(false)
  10734.                        ["_platformOptions":protected]=>
  10735.                        array(0) {
  10736.                        }
  10737.                        ["_columnDefinition":protected]=>
  10738.                        NULL
  10739.                        ["_comment":protected]=>
  10740.                        string(0) ""
  10741.                        ["_customSchemaOptions":protected]=>
  10742.                        array(0) {
  10743.                        }
  10744.                        ["_name":protected]=>
  10745.                        string(2) "id"
  10746.                        ["_namespace":protected]=>
  10747.                        NULL
  10748.                        ["_quoted":protected]=>
  10749.                        bool(false)
  10750.                      }
  10751.                    }
  10752.                    ["_indexes":protected]=>
  10753.                    array(1) {
  10754.                      ["primary"]=>
  10755.                      object(Doctrine\DBAL\Schema\Index)#195 (6) {
  10756.                        ["_columns":protected]=>
  10757.                        array(1) {
  10758.                          [0]=>
  10759.                          string(2) "id"
  10760.                        }
  10761.                        ["_isUnique":protected]=>
  10762.                        bool(true)
  10763.                        ["_isPrimary":protected]=>
  10764.                        bool(true)
  10765.                        ["_name":protected]=>
  10766.                        string(7) "PRIMARY"
  10767.                        ["_namespace":protected]=>
  10768.                        NULL
  10769.                        ["_quoted":protected]=>
  10770.                        bool(false)
  10771.                      }
  10772.                    }
  10773.                    ["_primaryKeyName":protected]=>
  10774.                    string(7) "primary"
  10775.                    ["_fkConstraints":protected]=>
  10776.                    array(0) {
  10777.                    }
  10778.                    ["_options":protected]=>
  10779.                    array(0) {
  10780.                    }
  10781.                    ["_schemaConfig":protected]=>
  10782.                    NULL
  10783.                    ["_namespace":protected]=>
  10784.                    NULL
  10785.                    ["_quoted":protected]=>
  10786.                    bool(false)
  10787.                    ["_idGeneratorType"]=>
  10788.                    bool(false)
  10789.                  }
  10790.                  ["dummy_table2"]=>
  10791.                  object(Doctrine\DBAL\Schema\Table)#191 (10) {
  10792.                    ["_name":protected]=>
  10793.                    string(12) "dummy_table2"
  10794.                    ["_columns":protected]=>
  10795.                    array(1) {
  10796.                      ["id"]=>
  10797.                      object(Doctrine\DBAL\Schema\Column)#193 (16) {
  10798.                        ["_type":protected]=>
  10799.                        object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
  10800.                        }
  10801.                        ["_length":protected]=>
  10802.                        NULL
  10803.                        ["_precision":protected]=>
  10804.                        int(10)
  10805.                        ["_scale":protected]=>
  10806.                        int(0)
  10807.                        ["_unsigned":protected]=>
  10808.                        bool(false)
  10809.                        ["_fixed":protected]=>
  10810.                        bool(false)
  10811.                        ["_notnull":protected]=>
  10812.                        bool(true)
  10813.                        ["_default":protected]=>
  10814.                        NULL
  10815.                        ["_autoincrement":protected]=>
  10816.                        bool(false)
  10817.                        ["_platformOptions":protected]=>
  10818.                        array(0) {
  10819.                        }
  10820.                        ["_columnDefinition":protected]=>
  10821.                        NULL
  10822.                        ["_comment":protected]=>
  10823.                        string(0) ""
  10824.                        ["_customSchemaOptions":protected]=>
  10825.                        array(0) {
  10826.                        }
  10827.                        ["_name":protected]=>
  10828.                        string(2) "id"
  10829.                        ["_namespace":protected]=>
  10830.                        NULL
  10831.                        ["_quoted":protected]=>
  10832.                        bool(false)
  10833.                      }
  10834.                    }
  10835.                    ["_indexes":protected]=>
  10836.                    array(1) {
  10837.                      ["primary"]=>
  10838.                      object(Doctrine\DBAL\Schema\Index)#192 (6) {
  10839.                        ["_columns":protected]=>
  10840.                        array(1) {
  10841.                          [0]=>
  10842.                          string(2) "id"
  10843.                        }
  10844.                        ["_isUnique":protected]=>
  10845.                        bool(true)
  10846.                        ["_isPrimary":protected]=>
  10847.                        bool(true)
  10848.                        ["_name":protected]=>
  10849.                        string(7) "PRIMARY"
  10850.                        ["_namespace":protected]=>
  10851.                        NULL
  10852.                        ["_quoted":protected]=>
  10853.                        bool(false)
  10854.                      }
  10855.                    }
  10856.                    ["_primaryKeyName":protected]=>
  10857.                    string(7) "primary"
  10858.                    ["_fkConstraints":protected]=>
  10859.                    array(0) {
  10860.                    }
  10861.                    ["_options":protected]=>
  10862.                    array(0) {
  10863.                    }
  10864.                    ["_schemaConfig":protected]=>
  10865.                    NULL
  10866.                    ["_namespace":protected]=>
  10867.                    NULL
  10868.                    ["_quoted":protected]=>
  10869.                    bool(false)
  10870.                    ["_idGeneratorType"]=>
  10871.                    bool(false)
  10872.                  }
  10873.                }
  10874.                ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10875.                array(4) {
  10876.                  ["Entities\Author"]=>
  10877.                  string(6) "author"
  10878.                  ["Entities\Book"]=>
  10879.                  string(4) "book"
  10880.                  ["Entities\DummyTable1"]=>
  10881.                  string(12) "dummy_table1"
  10882.                  ["Entities\DummyTable2"]=>
  10883.                  string(12) "dummy_table2"
  10884.                }
  10885.                ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10886.                array(0) {
  10887.                }
  10888.                ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10889.                array(0) {
  10890.                }
  10891.                ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10892.                array(0) {
  10893.                }
  10894.                ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
  10895.                string(9) "Entities\"
  10896.              }
  10897.              ["autoGenerateProxyClasses"]=>
  10898.              bool(true)
  10899.              ["proxyDir"]=>
  10900.              string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
  10901.              ["proxyNamespace"]=>
  10902.              string(14) "Doctrine\Proxy"
  10903.              ["classMetadataFactoryName"]=>
  10904.              string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  10905.            }
  10906.          }
  10907.          ["em":"Doctrine\ORM\Query\FilterCollection":private]=>
  10908.          *RECURSION*
  10909.          ["enabledFilters":"Doctrine\ORM\Query\FilterCollection":private]=>
  10910.          array(0) {
  10911.          }
  10912.          ["filterHash":"Doctrine\ORM\Query\FilterCollection":private]=>
  10913.          NULL
  10914.          ["filtersState":"Doctrine\ORM\Query\FilterCollection":private]=>
  10915.          int(1)
  10916.        }
  10917.      }
  10918.      ["_queuedInserts":protected]=>
  10919.      array(0) {
  10920.      }
  10921.      ["_rsm":protected]=>
  10922.      NULL
  10923.      ["_columnTypes":protected]=>
  10924.      array(0) {
  10925.      }
  10926.      ["_insertSql":"Doctrine\ORM\Persisters\BasicEntityPersister":private]=>
  10927.      NULL
  10928.      ["_selectColumnListSql":protected]=>
  10929.      NULL
  10930.      ["_selectJoinSql":protected]=>
  10931.      NULL
  10932.      ["_sqlAliasCounter":protected]=>
  10933.      int(0)
  10934.      ["_sqlTableAliases":protected]=>
  10935.      array(0) {
  10936.      }
  10937.    }
  10938.    ["_identifier":"Doctrine\Proxy\__CG__\Entities\Author":private]=>
  10939.    array(1) {
  10940.      ["id"]=>
  10941.      string(1) "1"
  10942.    }
  10943.    ["__isInitialized__"]=>
  10944.    bool(false)
  10945.    ["id":"Entities\Author":private]=>
  10946.    NULL
  10947.    ["name":"Entities\Author":private]=>
  10948.    NULL
  10949.  }
  10950. }
  10951.  
  10952.  
  10953. Time: 0 seconds, Memory: 8.25Mb
  10954.  
  10955. OK (1 test, 0 assertions)
Add Comment
Please, Sign In to add comment