tiger-seo
tiger-seo
+1 same :( but in my case it is service _request_
+1 for getters :)
I have the same problem as @olivierboudet; it looks like BeanMapping is propagating `ignoreUnmappedSourceProperties` down to nested properties if they don't have an explicit mapping method; I have this behavior...
it should not be cleared because of this ``` php public function getReference($name) { $reference = $this->references[$name]; $meta = $this->manager->getClassMetadata(get_class($reference)); $uow = $this->manager->getUnitOfWork(); if (!$uow->isInIdentityMap($reference) && isset($this->identities[$name])) { $reference =...
but it does loading, at least for associations
if your entity has composite identity from association than you will not be able to persist them with out intermediate flush
you will not be able to create fixtures who`s identifier is compound index, which consist of one or more associations
+1 this need to be resolved
``` php if (file_exists($filePath) && is_file($filePath)) { return false; // serve the requested resource as-is. } elseif ($userRouter) { return $userRouter; } ``` the reason why router is not used...
maybe instead of new parameter would be better to add a special case for `directoryIndex`, e.g. in codeception.yml: `directoryIndex: false` or `directoryIndex: ~` ?