Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- object(Entities\Book)#179 (3) {
- ["id":"Entities\Book":private]=>
- int(1)
- ["title":"Entities\Book":private]=>
- string(7) "MyBook1"
- ["author":"Entities\Book":private]=>
- object(Doctrine\Proxy\__CG__\Entities\Author)#171 (5) {
- ["_entityPersister":"Doctrine\Proxy\__CG__\Entities\Author":private]=>
- object(Doctrine\ORM\Persisters\BasicEntityPersister)#170 (12) {
- ["_class":protected]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- ["_conn":protected]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_em":protected]=>
- object(Doctrine\ORM\EntityManager)#215 (11) {
- ["config":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- *RECURSION*
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- *RECURSION*
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["conn":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["metadataFactory":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\ORM\Mapping\ClassMetadataFactory)#214 (8) {
- ["em":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- *RECURSION*
- ["targetPlatform":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["driver":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- *RECURSION*
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- *RECURSION*
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["evm":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["cacheDriver":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["loadedMetadata":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- array(3) {
- ["Entities\Book"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["Entities\Author"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- ["Doctrine\Proxy\__CG__\Entities\Author"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["initialized":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- bool(true)
- ["reflectionService":"Doctrine\ORM\Mapping\ClassMetadataFactory":private]=>
- object(Doctrine\Common\Persistence\Mapping\RuntimeReflectionService)#225 (0) {
- }
- }
- ["repositories":"Doctrine\ORM\EntityManager":private]=>
- array(1) {
- ["Entities\Book"]=>
- object(Doctrine\ORM\EntityRepository)#186 (3) {
- ["_entityName":protected]=>
- string(13) "Entities\Book"
- ["_em":protected]=>
- *RECURSION*
- ["_class":protected]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- }
- }
- ["unitOfWork":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\ORM\UnitOfWork)#213 (21) {
- ["identityMap":"Doctrine\ORM\UnitOfWork":private]=>
- array(2) {
- ["Entities\Book"]=>
- array(1) {
- [1]=>
- *RECURSION*
- }
- ["Entities\Author"]=>
- array(1) {
- [1]=>
- *RECURSION*
- }
- }
- ["entityIdentifiers":"Doctrine\ORM\UnitOfWork":private]=>
- array(2) {
- ["0000000031f942cc000000003ad857f6"]=>
- array(1) {
- ["id"]=>
- int(1)
- }
- ["0000000031f942d4000000003ad857f6"]=>
- array(1) {
- ["id"]=>
- string(1) "1"
- }
- }
- ["originalEntityData":"Doctrine\ORM\UnitOfWork":private]=>
- array(1) {
- ["0000000031f942cc000000003ad857f6"]=>
- array(4) {
- ["id"]=>
- int(1)
- ["title"]=>
- string(7) "MyBook1"
- ["author_id"]=>
- string(1) "1"
- ["author"]=>
- *RECURSION*
- }
- }
- ["entityChangeSets":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["entityStates":"Doctrine\ORM\UnitOfWork":private]=>
- array(2) {
- ["0000000031f942cc000000003ad857f6"]=>
- int(1)
- ["0000000031f942d4000000003ad857f6"]=>
- int(1)
- }
- ["scheduledForDirtyCheck":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["entityInsertions":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["entityUpdates":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["extraUpdates":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["entityDeletions":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["collectionDeletions":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["collectionUpdates":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["visitedCollections":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["em":"Doctrine\ORM\UnitOfWork":private]=>
- *RECURSION*
- ["commitOrderCalculator":"Doctrine\ORM\UnitOfWork":private]=>
- NULL
- ["persisters":"Doctrine\ORM\UnitOfWork":private]=>
- array(2) {
- ["Entities\Book"]=>
- object(Doctrine\ORM\Persisters\BasicEntityPersister)#185 (12) {
- ["_class":protected]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["_conn":protected]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- *RECURSION*
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_em":protected]=>
- *RECURSION*
- ["_queuedInserts":protected]=>
- array(0) {
- }
- ["_rsm":protected]=>
- object(Doctrine\ORM\Query\ResultSetMapping)#183 (14) {
- ["isMixed"]=>
- bool(false)
- ["aliasMap"]=>
- array(1) {
- ["r"]=>
- string(13) "Entities\Book"
- }
- ["relationMap"]=>
- array(0) {
- }
- ["parentAliasMap"]=>
- array(0) {
- }
- ["fieldMappings"]=>
- array(2) {
- ["id1"]=>
- string(2) "id"
- ["title2"]=>
- string(5) "title"
- }
- ["scalarMappings"]=>
- array(0) {
- }
- ["typeMappings"]=>
- array(0) {
- }
- ["entityMappings"]=>
- array(1) {
- ["r"]=>
- NULL
- }
- ["metaMappings"]=>
- array(1) {
- ["author_id3"]=>
- string(9) "author_id"
- }
- ["columnOwnerMap"]=>
- array(3) {
- ["id1"]=>
- string(1) "r"
- ["title2"]=>
- string(1) "r"
- ["author_id3"]=>
- string(1) "r"
- }
- ["discriminatorColumns"]=>
- array(0) {
- }
- ["indexByMap"]=>
- array(0) {
- }
- ["declaringClasses"]=>
- array(2) {
- ["id1"]=>
- string(13) "Entities\Book"
- ["title2"]=>
- string(13) "Entities\Book"
- }
- ["isIdentifierColumn"]=>
- array(0) {
- }
- }
- ["_columnTypes":protected]=>
- array(0) {
- }
- ["_insertSql":"Doctrine\ORM\Persisters\BasicEntityPersister":private]=>
- NULL
- ["_selectColumnListSql":protected]=>
- string(60) "t0.id AS id1, t0.title AS title2, t0.author_id AS author_id3"
- ["_selectJoinSql":protected]=>
- string(0) ""
- ["_sqlAliasCounter":protected]=>
- int(4)
- ["_sqlTableAliases":protected]=>
- array(1) {
- ["Entities\Book"]=>
- string(2) "t0"
- }
- }
- ["Entities\Author"]=>
- *RECURSION*
- }
- ["collectionPersisters":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["evm":"Doctrine\ORM\UnitOfWork":private]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["orphanRemovals":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["readOnlyObjects":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- ["eagerLoadingEntities":"Doctrine\ORM\UnitOfWork":private]=>
- array(0) {
- }
- }
- ["eventManager":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["hydrators":"Doctrine\ORM\EntityManager":private]=>
- array(0) {
- }
- ["proxyFactory":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\ORM\Proxy\ProxyFactory)#212 (4) {
- ["_em":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
- *RECURSION*
- ["_autoGenerate":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
- bool(true)
- ["_proxyNamespace":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
- string(14) "Doctrine\Proxy"
- ["_proxyDir":"Doctrine\ORM\Proxy\ProxyFactory":private]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- }
- ["expressionBuilder":"Doctrine\ORM\EntityManager":private]=>
- NULL
- ["closed":"Doctrine\ORM\EntityManager":private]=>
- bool(false)
- ["filterCollection":"Doctrine\ORM\EntityManager":private]=>
- object(Doctrine\ORM\Query\FilterCollection)#184 (5) {
- ["config":"Doctrine\ORM\Query\FilterCollection":private]=>
- object(Doctrine\ORM\Configuration)#223 (1) {
- ["_attributes":protected]=>
- array(8) {
- ["metadataCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["queryCacheImpl"]=>
- object(Doctrine\Common\Cache\ArrayCache)#222 (2) {
- ["data":"Doctrine\Common\Cache\ArrayCache":private]=>
- array(2) {
- ["[Entities\Book$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#228 (32) {
- ["name"]=>
- string(13) "Entities\Book"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(13) "Entities\Book"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["title"]=>
- array(6) {
- ["fieldName"]=>
- string(5) "title"
- ["columnName"]=>
- string(5) "title"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["title"]=>
- string(5) "title"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(4) "book"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(1) {
- ["author"]=>
- array(19) {
- ["fieldName"]=>
- string(6) "author"
- ["targetEntity"]=>
- string(15) "Entities\Author"
- ["joinColumns"]=>
- array(1) {
- [0]=>
- array(2) {
- ["name"]=>
- string(9) "author_id"
- ["referencedColumnName"]=>
- string(2) "id"
- }
- }
- ["type"]=>
- int(2)
- ["mappedBy"]=>
- NULL
- ["inversedBy"]=>
- NULL
- ["isOwningSide"]=>
- bool(true)
- ["sourceEntity"]=>
- string(13) "Entities\Book"
- ["fetch"]=>
- int(2)
- ["cascade"]=>
- array(0) {
- }
- ["isCascadeRemove"]=>
- bool(false)
- ["isCascadePersist"]=>
- bool(false)
- ["isCascadeRefresh"]=>
- bool(false)
- ["isCascadeMerge"]=>
- bool(false)
- ["isCascadeDetach"]=>
- bool(false)
- ["sourceToTargetKeyColumns"]=>
- array(1) {
- ["author_id"]=>
- string(2) "id"
- }
- ["joinColumnFieldNames"]=>
- array(1) {
- ["author_id"]=>
- string(9) "author_id"
- }
- ["targetToSourceKeyColumns"]=>
- array(1) {
- ["id"]=>
- string(9) "author_id"
- }
- ["orphanRemoval"]=>
- bool(false)
- }
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#190 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#189 (1) {
- ["name"]=>
- string(13) "Entities\Book"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(3) {
- ["id"]=>
- object(ReflectionProperty)#227 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["title"]=>
- object(ReflectionProperty)#188 (2) {
- ["name"]=>
- string(5) "title"
- ["class"]=>
- string(13) "Entities\Book"
- }
- ["author"]=>
- object(ReflectionProperty)#187 (2) {
- ["name"]=>
- string(6) "author"
- ["class"]=>
- string(13) "Entities\Book"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- object(Entities\Book)#180 (3) {
- ["id":"Entities\Book":private]=>
- NULL
- ["title":"Entities\Book":private]=>
- NULL
- ["author":"Entities\Book":private]=>
- NULL
- }
- }
- ["[Entities\Author$CLASSMETADATA][1]"]=>
- object(Doctrine\ORM\Mapping\ClassMetadata)#178 (32) {
- ["name"]=>
- string(15) "Entities\Author"
- ["namespace"]=>
- string(8) "Entities"
- ["rootEntityName"]=>
- string(15) "Entities\Author"
- ["customRepositoryClassName"]=>
- NULL
- ["isMappedSuperclass"]=>
- bool(false)
- ["parentClasses"]=>
- array(0) {
- }
- ["subClasses"]=>
- array(0) {
- }
- ["namedQueries"]=>
- array(0) {
- }
- ["identifier"]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["inheritanceType"]=>
- int(1)
- ["generatorType"]=>
- int(4)
- ["fieldMappings"]=>
- array(2) {
- ["id"]=>
- array(6) {
- ["id"]=>
- bool(true)
- ["fieldName"]=>
- string(2) "id"
- ["columnName"]=>
- string(2) "id"
- ["type"]=>
- string(7) "integer"
- ["unsigned"]=>
- bool(false)
- ["nullable"]=>
- bool(false)
- }
- ["name"]=>
- array(6) {
- ["fieldName"]=>
- string(4) "name"
- ["columnName"]=>
- string(4) "name"
- ["type"]=>
- string(6) "string"
- ["length"]=>
- int(45)
- ["fixed"]=>
- bool(false)
- ["nullable"]=>
- bool(true)
- }
- }
- ["fieldNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["columnNames"]=>
- array(2) {
- ["id"]=>
- string(2) "id"
- ["name"]=>
- string(4) "name"
- }
- ["discriminatorValue"]=>
- NULL
- ["discriminatorMap"]=>
- array(0) {
- }
- ["discriminatorColumn"]=>
- NULL
- ["table"]=>
- array(1) {
- ["name"]=>
- string(6) "author"
- }
- ["lifecycleCallbacks"]=>
- array(0) {
- }
- ["associationMappings"]=>
- array(0) {
- }
- ["isIdentifierComposite"]=>
- bool(false)
- ["containsForeignIdentifier"]=>
- bool(false)
- ["idGenerator"]=>
- object(Doctrine\ORM\Id\IdentityGenerator)#176 (1) {
- ["_seqName":"Doctrine\ORM\Id\IdentityGenerator":private]=>
- NULL
- }
- ["sequenceGeneratorDefinition"]=>
- NULL
- ["tableGeneratorDefinition"]=>
- NULL
- ["changeTrackingPolicy"]=>
- int(1)
- ["isVersioned"]=>
- NULL
- ["versionField"]=>
- NULL
- ["reflClass"]=>
- object(ReflectionClass)#175 (1) {
- ["name"]=>
- string(15) "Entities\Author"
- }
- ["isReadOnly"]=>
- bool(false)
- ["reflFields"]=>
- array(2) {
- ["id"]=>
- object(ReflectionProperty)#177 (2) {
- ["name"]=>
- string(2) "id"
- ["class"]=>
- string(15) "Entities\Author"
- }
- ["name"]=>
- object(ReflectionProperty)#174 (2) {
- ["name"]=>
- string(4) "name"
- ["class"]=>
- string(15) "Entities\Author"
- }
- }
- ["_prototype":"Doctrine\ORM\Mapping\ClassMetadataInfo":private]=>
- NULL
- }
- }
- ["namespace":"Doctrine\Common\Cache\CacheProvider":private]=>
- string(0) ""
- }
- ["sqlLogger"]=>
- object(Doctrine\DBAL\Logging\EchoSQLLogger)#226 (0) {
- }
- ["metadataDriverImpl"]=>
- object(Doctrine\ORM\Mapping\Driver\DatabaseDriver)#210 (7) {
- ["_sm":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- object(Doctrine\DBAL\Schema\MySqlSchemaManager)#211 (2) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Connection)#218 (13) {
- ["_conn":protected]=>
- object(Doctrine\DBAL\Driver\PDOConnection)#208 (0) {
- }
- ["_config":protected]=>
- *RECURSION*
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- ["_expr":protected]=>
- object(Doctrine\DBAL\Query\Expression\ExpressionBuilder)#217 (1) {
- ["connection":"Doctrine\DBAL\Query\Expression\ExpressionBuilder":private]=>
- *RECURSION*
- }
- ["_isConnected":"Doctrine\DBAL\Connection":private]=>
- bool(true)
- ["_transactionNestingLevel":"Doctrine\DBAL\Connection":private]=>
- int(0)
- ["_transactionIsolationLevel":"Doctrine\DBAL\Connection":private]=>
- int(2)
- ["_nestTransactionsWithSavepoints":"Doctrine\DBAL\Connection":private]=>
- NULL
- ["_params":"Doctrine\DBAL\Connection":private]=>
- array(6) {
- ["driver"]=>
- string(9) "pdo_mysql"
- ["user"]=>
- string(4) "root"
- ["password"]=>
- string(4) "root"
- ["host"]=>
- string(9) "localhost"
- ["dbname"]=>
- string(4) "urls"
- ["port"]=>
- string(4) "3306"
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- ["_schemaManager":protected]=>
- *RECURSION*
- ["_driver":protected]=>
- object(Doctrine\DBAL\Driver\PDOMySql\Driver)#219 (0) {
- }
- ["_isRollbackOnly":"Doctrine\DBAL\Connection":private]=>
- bool(false)
- }
- ["_platform":protected]=>
- object(Doctrine\DBAL\Platforms\MySqlPlatform)#216 (3) {
- ["doctrineTypeMapping":protected]=>
- array(29) {
- ["tinyint"]=>
- string(7) "boolean"
- ["smallint"]=>
- string(8) "smallint"
- ["mediumint"]=>
- string(7) "integer"
- ["int"]=>
- string(7) "integer"
- ["integer"]=>
- string(7) "integer"
- ["bigint"]=>
- string(6) "bigint"
- ["tinytext"]=>
- string(4) "text"
- ["mediumtext"]=>
- string(4) "text"
- ["longtext"]=>
- string(4) "text"
- ["text"]=>
- string(4) "text"
- ["varchar"]=>
- string(6) "string"
- ["string"]=>
- string(6) "string"
- ["char"]=>
- string(6) "string"
- ["date"]=>
- string(4) "date"
- ["datetime"]=>
- string(8) "datetime"
- ["timestamp"]=>
- string(8) "datetime"
- ["time"]=>
- string(4) "time"
- ["float"]=>
- string(5) "float"
- ["double"]=>
- string(5) "float"
- ["real"]=>
- string(5) "float"
- ["decimal"]=>
- string(7) "decimal"
- ["numeric"]=>
- string(7) "decimal"
- ["year"]=>
- string(4) "date"
- ["longblob"]=>
- string(4) "blob"
- ["blob"]=>
- string(4) "blob"
- ["mediumblob"]=>
- string(4) "blob"
- ["tinyblob"]=>
- string(4) "blob"
- ["set"]=>
- string(6) "string"
- ["enum"]=>
- string(6) "string"
- }
- ["doctrineTypeComments":protected]=>
- NULL
- ["_eventManager":protected]=>
- object(Doctrine\Common\EventManager)#220 (1) {
- ["_listeners":"Doctrine\Common\EventManager":private]=>
- array(0) {
- }
- }
- }
- }
- ["tables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["author"]=>
- object(Doctrine\DBAL\Schema\Table)#204 (10) {
- ["_name":protected]=>
- string(6) "author"
- ["_columns":protected]=>
- array(2) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#207 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["name"]=>
- object(Doctrine\DBAL\Schema\Column)#206 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(4) "name"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#205 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["book"]=>
- object(Doctrine\DBAL\Schema\Table)#197 (10) {
- ["_name":protected]=>
- string(4) "book"
- ["_columns":protected]=>
- array(3) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#203 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["title"]=>
- object(Doctrine\DBAL\Schema\Column)#202 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\StringType)#261 (0) {
- }
- ["_length":protected]=>
- int(45)
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(false)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(5) "title"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["author_id"]=>
- object(Doctrine\DBAL\Schema\Column)#201 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(9) "author_id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(2) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#199 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- ["fk_book_author1_idx"]=>
- object(Doctrine\DBAL\Schema\Index)#198 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_isUnique":protected]=>
- bool(false)
- ["_isPrimary":protected]=>
- bool(false)
- ["_name":protected]=>
- string(19) "fk_book_author1_idx"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(1) {
- ["fk_book_author1"]=>
- object(Doctrine\DBAL\Schema\ForeignKeyConstraint)#200 (9) {
- ["_localTable":protected]=>
- *RECURSION*
- ["_localColumnNames":protected]=>
- array(1) {
- [0]=>
- string(9) "author_id"
- }
- ["_foreignTableName":protected]=>
- string(6) "author"
- ["_foreignColumnNames":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_cascade":protected]=>
- string(0) ""
- ["_options":protected]=>
- array(2) {
- ["onDelete"]=>
- string(9) "NO ACTION"
- ["onUpdate"]=>
- string(9) "NO ACTION"
- }
- ["_name":protected]=>
- string(15) "fk_book_author1"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table1"]=>
- object(Doctrine\DBAL\Schema\Table)#194 (10) {
- ["_name":protected]=>
- string(12) "dummy_table1"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#196 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#195 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- ["dummy_table2"]=>
- object(Doctrine\DBAL\Schema\Table)#191 (10) {
- ["_name":protected]=>
- string(12) "dummy_table2"
- ["_columns":protected]=>
- array(1) {
- ["id"]=>
- object(Doctrine\DBAL\Schema\Column)#193 (16) {
- ["_type":protected]=>
- object(Doctrine\DBAL\Types\IntegerType)#263 (0) {
- }
- ["_length":protected]=>
- NULL
- ["_precision":protected]=>
- int(10)
- ["_scale":protected]=>
- int(0)
- ["_unsigned":protected]=>
- bool(false)
- ["_fixed":protected]=>
- bool(false)
- ["_notnull":protected]=>
- bool(true)
- ["_default":protected]=>
- NULL
- ["_autoincrement":protected]=>
- bool(false)
- ["_platformOptions":protected]=>
- array(0) {
- }
- ["_columnDefinition":protected]=>
- NULL
- ["_comment":protected]=>
- string(0) ""
- ["_customSchemaOptions":protected]=>
- array(0) {
- }
- ["_name":protected]=>
- string(2) "id"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_indexes":protected]=>
- array(1) {
- ["primary"]=>
- object(Doctrine\DBAL\Schema\Index)#192 (6) {
- ["_columns":protected]=>
- array(1) {
- [0]=>
- string(2) "id"
- }
- ["_isUnique":protected]=>
- bool(true)
- ["_isPrimary":protected]=>
- bool(true)
- ["_name":protected]=>
- string(7) "PRIMARY"
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- }
- }
- ["_primaryKeyName":protected]=>
- string(7) "primary"
- ["_fkConstraints":protected]=>
- array(0) {
- }
- ["_options":protected]=>
- array(0) {
- }
- ["_schemaConfig":protected]=>
- NULL
- ["_namespace":protected]=>
- NULL
- ["_quoted":protected]=>
- bool(false)
- ["_idGeneratorType"]=>
- bool(false)
- }
- }
- ["classToTableNames":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(4) {
- ["Entities\Author"]=>
- string(6) "author"
- ["Entities\Book"]=>
- string(4) "book"
- ["Entities\DummyTable1"]=>
- string(12) "dummy_table1"
- ["Entities\DummyTable2"]=>
- string(12) "dummy_table2"
- }
- ["manyToManyTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["classNamesForTables":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["fieldNamesForColumns":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- array(0) {
- }
- ["namespace":"Doctrine\ORM\Mapping\Driver\DatabaseDriver":private]=>
- string(9) "Entities\"
- }
- ["autoGenerateProxyClasses"]=>
- bool(true)
- ["proxyDir"]=>
- string(81) "/home/maxime/Desktop/broveo/IT/development/backend_and_frontend/Classes/Url/Proxy"
- ["proxyNamespace"]=>
- string(14) "Doctrine\Proxy"
- ["classMetadataFactoryName"]=>
- string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
- }
- }
- ["em":"Doctrine\ORM\Query\FilterCollection":private]=>
- *RECURSION*
- ["enabledFilters":"Doctrine\ORM\Query\FilterCollection":private]=>
- array(0) {
- }
- ["filterHash":"Doctrine\ORM\Query\FilterCollection":private]=>
- NULL
- ["filtersState":"Doctrine\ORM\Query\FilterCollection":private]=>
- int(1)
- }
- }
- ["_queuedInserts":protected]=>
- array(0) {
- }
- ["_rsm":protected]=>
- NULL
- ["_columnTypes":protected]=>
- array(0) {
- }
- ["_insertSql":"Doctrine\ORM\Persisters\BasicEntityPersister":private]=>
- NULL
- ["_selectColumnListSql":protected]=>
- NULL
- ["_selectJoinSql":protected]=>
- NULL
- ["_sqlAliasCounter":protected]=>
- int(0)
- ["_sqlTableAliases":protected]=>
- array(0) {
- }
- }
- ["_identifier":"Doctrine\Proxy\__CG__\Entities\Author":private]=>
- array(1) {
- ["id"]=>
- string(1) "1"
- }
- ["__isInitialized__"]=>
- bool(false)
- ["id":"Entities\Author":private]=>
- NULL
- ["name":"Entities\Author":private]=>
- NULL
- }
- }
- Time: 0 seconds, Memory: 8.25Mb
- OK (1 test, 0 assertions)
Add Comment
Please, Sign In to add comment