Added besimple.soap.classmap service

This commit is contained in:
Francis Besset
2011-10-08 18:03:27 +02:00
parent 94a8a8fec1
commit 1d9bd2cdd3
3 changed files with 27 additions and 0 deletions

View File

@ -81,6 +81,10 @@ class Configuration
->thenInvalid(sprintf('The cache type has to be either %s', implode(', ', $this->cacheTypes)))
->end()
->end()
->arrayNode('classmap')
->useAttributeAsKey('name')
->prototype('scalar')
->end()
->end()
->end()
->end()