e765ea746e
Before: ``` yaml be_simple_soap: services_classmap: Cutomer: My\Bundle\Entity\Customer Cart: My\Bundle\Entity\Cart After: ``` php <?php namespace My\Bundle\Entity; use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap; /** * @Soap\Alias("Customer") */ class Customer { // ... your PHP code } /** * @Soap\Alias("Cart") */ class Cart { // ... your PHP code } |
||
---|---|---|
src/BeSimple | ||
.gitignore | ||
.travis.yml | ||
composer.json | ||
phpunit.xml.dist |