597 lines
21 KiB
PHP
597 lines
21 KiB
PHP
<?php
|
|
|
|
// This file has been auto-generated by the Symfony Cache Component.
|
|
|
|
return [[
|
|
|
|
'App__Entity__WebrootFile__CLASSMETADATA__' => 0,
|
|
'App__Entity__WebrootFilePermission__CLASSMETADATA__' => 1,
|
|
'App__Entity__WebrootRole__CLASSMETADATA__' => 2,
|
|
'App__Entity__WebrootUser__CLASSMETADATA__' => 3,
|
|
|
|
], [
|
|
|
|
0 => static function () {
|
|
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
|
$o = [
|
|
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone ($p['Doctrine\\ORM\\Mapping\\OneToManyAssociationMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\OneToManyAssociationMapping')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\OneToOneOwningSideMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\OneToOneOwningSideMapping')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\JoinColumnMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\JoinColumnMapping')),
|
|
clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
|
|
],
|
|
null,
|
|
[
|
|
'stdClass' => [
|
|
'namespace' => [
|
|
'App\\Entity',
|
|
],
|
|
'rootEntityName' => [
|
|
'App\\Entity\\WebrootFile',
|
|
],
|
|
'customRepositoryClassName' => [
|
|
'App\\Repository\\WebrootFileRepository',
|
|
],
|
|
'identifier' => [
|
|
[
|
|
'id',
|
|
],
|
|
],
|
|
'generatorType' => [
|
|
4,
|
|
],
|
|
'fieldMappings' => [
|
|
[
|
|
'id' => $o[1],
|
|
'url' => $o[2],
|
|
'abspath' => $o[3],
|
|
'description' => $o[4],
|
|
],
|
|
],
|
|
'fieldNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'url' => 'url',
|
|
'abspath' => 'abspath',
|
|
'description' => 'description',
|
|
],
|
|
],
|
|
'columnNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'url' => 'url',
|
|
'abspath' => 'abspath',
|
|
'description' => 'description',
|
|
],
|
|
],
|
|
'table' => [
|
|
[
|
|
'name' => 'mydevel_webroot_file',
|
|
],
|
|
],
|
|
'associationMappings' => [
|
|
[
|
|
'permissions' => $o[5],
|
|
'owner' => $o[6],
|
|
],
|
|
],
|
|
'idGenerator' => [
|
|
$o[8],
|
|
],
|
|
'name' => [
|
|
'App\\Entity\\WebrootFile',
|
|
7 => 'owner_id',
|
|
],
|
|
'id' => [
|
|
1 => true,
|
|
],
|
|
'type' => [
|
|
1 => 'integer',
|
|
'string',
|
|
'string',
|
|
'string',
|
|
],
|
|
'fieldName' => [
|
|
1 => 'id',
|
|
'url',
|
|
'abspath',
|
|
'description',
|
|
],
|
|
'columnName' => [
|
|
1 => 'id',
|
|
'url',
|
|
'abspath',
|
|
'description',
|
|
],
|
|
'length' => [
|
|
2 => 65535,
|
|
65535,
|
|
4095,
|
|
],
|
|
'nullable' => [
|
|
4 => true,
|
|
7 => false,
|
|
],
|
|
'cascade' => [
|
|
5 => [
|
|
'remove',
|
|
],
|
|
[
|
|
'persist',
|
|
'remove',
|
|
],
|
|
],
|
|
'fetch' => [
|
|
5 => 2,
|
|
2,
|
|
],
|
|
'orphanRemoval' => [
|
|
5 => true,
|
|
],
|
|
'sourceEntity' => [
|
|
5 => 'App\\Entity\\WebrootFile',
|
|
'App\\Entity\\WebrootFile',
|
|
],
|
|
'mappedBy' => [
|
|
5 => 'webrootFile',
|
|
],
|
|
'sourceToTargetKeyColumns' => [
|
|
6 => [
|
|
'owner_id' => 'id',
|
|
],
|
|
],
|
|
'targetToSourceKeyColumns' => [
|
|
6 => [
|
|
'id' => 'owner_id',
|
|
],
|
|
],
|
|
'joinColumns' => [
|
|
6 => [
|
|
$o[7],
|
|
],
|
|
],
|
|
'joinColumnFieldNames' => [
|
|
6 => [
|
|
'owner_id' => 'owner_id',
|
|
],
|
|
],
|
|
'unique' => [
|
|
7 => true,
|
|
],
|
|
'referencedColumnName' => [
|
|
7 => 'id',
|
|
],
|
|
],
|
|
'Doctrine\\ORM\\Mapping\\AssociationMapping' => [
|
|
'fieldName' => [
|
|
5 => 'permissions',
|
|
'owner',
|
|
],
|
|
'targetEntity' => [
|
|
5 => 'App\\Entity\\WebrootFilePermission',
|
|
'App\\Entity\\WebrootUser',
|
|
],
|
|
],
|
|
],
|
|
$o[0],
|
|
[]
|
|
);
|
|
},
|
|
1 => static function () {
|
|
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
|
$o = [
|
|
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone ($p['Doctrine\\ORM\\Mapping\\OneToOneOwningSideMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\OneToOneOwningSideMapping')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\JoinColumnMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\JoinColumnMapping')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\ManyToOneAssociationMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ManyToOneAssociationMapping')),
|
|
clone $p['Doctrine\\ORM\\Mapping\\JoinColumnMapping'],
|
|
clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
|
|
],
|
|
null,
|
|
[
|
|
'stdClass' => [
|
|
'namespace' => [
|
|
'App\\Entity',
|
|
],
|
|
'rootEntityName' => [
|
|
'App\\Entity\\WebrootFilePermission',
|
|
],
|
|
'customRepositoryClassName' => [
|
|
'App\\Repository\\WebrootPermissionRepository',
|
|
],
|
|
'identifier' => [
|
|
[
|
|
'id',
|
|
],
|
|
],
|
|
'generatorType' => [
|
|
4,
|
|
],
|
|
'fieldMappings' => [
|
|
[
|
|
'id' => $o[1],
|
|
'is_readable' => $o[2],
|
|
'is_writeable' => $o[3],
|
|
'is_deleteable' => $o[4],
|
|
],
|
|
],
|
|
'fieldNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'is_readable' => 'is_readable',
|
|
'is_writeable' => 'is_writeable',
|
|
'is_deleteable' => 'is_deleteable',
|
|
],
|
|
],
|
|
'columnNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'is_readable' => 'is_readable',
|
|
'is_writeable' => 'is_writeable',
|
|
'is_deleteable' => 'is_deleteable',
|
|
],
|
|
],
|
|
'table' => [
|
|
[
|
|
'name' => 'mydevel_webroot_file_permission',
|
|
],
|
|
],
|
|
'associationMappings' => [
|
|
[
|
|
'role' => $o[5],
|
|
'webrootFile' => $o[7],
|
|
],
|
|
],
|
|
'idGenerator' => [
|
|
$o[9],
|
|
],
|
|
'name' => [
|
|
'App\\Entity\\WebrootFilePermission',
|
|
6 => 'role_id',
|
|
8 => 'webroot_file_id',
|
|
],
|
|
'id' => [
|
|
1 => true,
|
|
],
|
|
'type' => [
|
|
1 => 'integer',
|
|
'boolean',
|
|
'boolean',
|
|
'boolean',
|
|
],
|
|
'fieldName' => [
|
|
1 => 'id',
|
|
'is_readable',
|
|
'is_writeable',
|
|
'is_deleteable',
|
|
],
|
|
'columnName' => [
|
|
1 => 'id',
|
|
'is_readable',
|
|
'is_writeable',
|
|
'is_deleteable',
|
|
],
|
|
'options' => [
|
|
2 => [
|
|
'default' => true,
|
|
],
|
|
[
|
|
'default' => false,
|
|
],
|
|
[
|
|
'default' => false,
|
|
],
|
|
],
|
|
'cascade' => [
|
|
5 => [
|
|
'persist',
|
|
'remove',
|
|
],
|
|
],
|
|
'fetch' => [
|
|
5 => 2,
|
|
7 => 2,
|
|
],
|
|
'sourceEntity' => [
|
|
5 => 'App\\Entity\\WebrootFilePermission',
|
|
7 => 'App\\Entity\\WebrootFilePermission',
|
|
],
|
|
'sourceToTargetKeyColumns' => [
|
|
5 => [
|
|
'role_id' => 'id',
|
|
],
|
|
7 => [
|
|
'webroot_file_id' => 'id',
|
|
],
|
|
],
|
|
'targetToSourceKeyColumns' => [
|
|
5 => [
|
|
'id' => 'role_id',
|
|
],
|
|
7 => [
|
|
'id' => 'webroot_file_id',
|
|
],
|
|
],
|
|
'joinColumns' => [
|
|
5 => [
|
|
$o[6],
|
|
],
|
|
7 => [
|
|
$o[8],
|
|
],
|
|
],
|
|
'joinColumnFieldNames' => [
|
|
5 => [
|
|
'role_id' => 'role_id',
|
|
],
|
|
7 => [
|
|
'webroot_file_id' => 'webroot_file_id',
|
|
],
|
|
],
|
|
'unique' => [
|
|
6 => true,
|
|
8 => false,
|
|
],
|
|
'nullable' => [
|
|
6 => false,
|
|
8 => false,
|
|
],
|
|
'referencedColumnName' => [
|
|
6 => 'id',
|
|
8 => 'id',
|
|
],
|
|
'inversedBy' => [
|
|
7 => 'permissions',
|
|
],
|
|
],
|
|
'Doctrine\\ORM\\Mapping\\AssociationMapping' => [
|
|
'fieldName' => [
|
|
5 => 'role',
|
|
7 => 'webrootFile',
|
|
],
|
|
'targetEntity' => [
|
|
5 => 'App\\Entity\\WebrootRole',
|
|
7 => 'App\\Entity\\WebrootFile',
|
|
],
|
|
],
|
|
],
|
|
$o[0],
|
|
[]
|
|
);
|
|
},
|
|
2 => static function () {
|
|
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
|
$o = [
|
|
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
|
|
],
|
|
null,
|
|
[
|
|
'stdClass' => [
|
|
'namespace' => [
|
|
'App\\Entity',
|
|
],
|
|
'rootEntityName' => [
|
|
'App\\Entity\\WebrootRole',
|
|
],
|
|
'customRepositoryClassName' => [
|
|
'App\\Repository\\WebrootRoleRepository',
|
|
],
|
|
'identifier' => [
|
|
[
|
|
'id',
|
|
],
|
|
],
|
|
'generatorType' => [
|
|
4,
|
|
],
|
|
'fieldMappings' => [
|
|
[
|
|
'id' => $o[1],
|
|
'role' => $o[2],
|
|
'name' => $o[3],
|
|
'description' => $o[4],
|
|
],
|
|
],
|
|
'fieldNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'role' => 'role',
|
|
'name' => 'name',
|
|
'description' => 'description',
|
|
],
|
|
],
|
|
'columnNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'role' => 'role',
|
|
'name' => 'name',
|
|
'description' => 'description',
|
|
],
|
|
],
|
|
'table' => [
|
|
[
|
|
'name' => 'mydevel_webroot_role',
|
|
],
|
|
],
|
|
'idGenerator' => [
|
|
$o[5],
|
|
],
|
|
'name' => [
|
|
'App\\Entity\\WebrootRole',
|
|
],
|
|
'id' => [
|
|
1 => true,
|
|
],
|
|
'type' => [
|
|
1 => 'integer',
|
|
'string',
|
|
'string',
|
|
'string',
|
|
],
|
|
'fieldName' => [
|
|
1 => 'id',
|
|
'role',
|
|
'name',
|
|
'description',
|
|
],
|
|
'columnName' => [
|
|
1 => 'id',
|
|
'role',
|
|
'name',
|
|
'description',
|
|
],
|
|
'length' => [
|
|
2 => 255,
|
|
255,
|
|
1023,
|
|
],
|
|
'nullable' => [
|
|
4 => true,
|
|
],
|
|
],
|
|
],
|
|
$o[0],
|
|
[]
|
|
);
|
|
},
|
|
3 => static function () {
|
|
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
|
$o = [
|
|
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
|
|
clone ($p['Doctrine\\ORM\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
|
|
clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
|
|
],
|
|
null,
|
|
[
|
|
'stdClass' => [
|
|
'namespace' => [
|
|
'App\\Entity',
|
|
],
|
|
'rootEntityName' => [
|
|
'App\\Entity\\WebrootUser',
|
|
],
|
|
'customRepositoryClassName' => [
|
|
'App\\Repository\\WebrootUserRepository',
|
|
],
|
|
'identifier' => [
|
|
[
|
|
'id',
|
|
],
|
|
],
|
|
'generatorType' => [
|
|
4,
|
|
],
|
|
'fieldMappings' => [
|
|
[
|
|
'id' => $o[1],
|
|
'username' => $o[2],
|
|
'roles' => $o[3],
|
|
'password' => $o[4],
|
|
'email' => $o[5],
|
|
'is_admin' => $o[6],
|
|
],
|
|
],
|
|
'fieldNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'username' => 'username',
|
|
'roles' => 'roles',
|
|
'password' => 'password',
|
|
'email' => 'email',
|
|
'is_admin' => 'is_admin',
|
|
],
|
|
],
|
|
'columnNames' => [
|
|
[
|
|
'id' => 'id',
|
|
'username' => 'username',
|
|
'roles' => 'roles',
|
|
'password' => 'password',
|
|
'email' => 'email',
|
|
'is_admin' => 'is_admin',
|
|
],
|
|
],
|
|
'table' => [
|
|
[
|
|
'name' => 'mydevel_webroot_user',
|
|
'uniqueConstraints' => [
|
|
'UNIQ_IDENTIFIER_USERNAME' => [
|
|
'fields' => [
|
|
'username',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
'idGenerator' => [
|
|
$o[7],
|
|
],
|
|
'name' => [
|
|
'App\\Entity\\WebrootUser',
|
|
],
|
|
'id' => [
|
|
1 => true,
|
|
],
|
|
'type' => [
|
|
1 => 'integer',
|
|
'string',
|
|
'json',
|
|
'string',
|
|
'string',
|
|
'boolean',
|
|
],
|
|
'fieldName' => [
|
|
1 => 'id',
|
|
'username',
|
|
'roles',
|
|
'password',
|
|
'email',
|
|
'is_admin',
|
|
],
|
|
'columnName' => [
|
|
1 => 'id',
|
|
'username',
|
|
'roles',
|
|
'password',
|
|
'email',
|
|
'is_admin',
|
|
],
|
|
'length' => [
|
|
2 => 180,
|
|
5 => 255,
|
|
],
|
|
'unique' => [
|
|
5 => true,
|
|
],
|
|
'options' => [
|
|
6 => [
|
|
'default' => false,
|
|
],
|
|
],
|
|
],
|
|
],
|
|
$o[0],
|
|
[]
|
|
);
|
|
},
|
|
|
|
]];
|