Skip to content

Commit

Permalink
Zend\Service\Amazon: Add Authentication and SimbleDb to MappedClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
farazdagi committed Oct 22, 2010
1 parent bd7158c commit 510d114
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions working/PHPNamespacer-MappedClasses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12160,6 +12160,70 @@
<newClassName>Sqs</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Sqs\Sqs</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Authentication.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Authentication</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Authentication/Authentication.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Authentication</newNamespace>
<newClassName>Authentication</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Authentication\Authentication</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Authentication/S3.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Authentication_S3</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Authentication/S3.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Authentication</newNamespace>
<newClassName>S3</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Authentication\S3</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Authentication/V1.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Authentication_V1</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Authentication/V1.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Authentication</newNamespace>
<newClassName>V1</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Authentication\V1</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Authentication/V2.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Authentication_V2</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Authentication/V2.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Authentication</newNamespace>
<newClassName>V2</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Authentication\V2</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/SimpleDb.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_SimpleDb</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/SimpleDb/SimpleDb.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\SimpleDb</newNamespace>
<newClassName>SimbleDb</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\SimpleDb\SimpleDb</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/SimpleDb/Attribute.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_SimpleDb_Attribute</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/SimpleDb/Attribute.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\SimpleDb</newNamespace>
<newClassName>Attribute</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\SimpleDb\Attribute</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/SimpleDb/Page.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_SimpleDb_Page</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/SimpleDb/Page.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\SimpleDb</newNamespace>
<newClassName>Page</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\SimpleDb\Page</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/SimpleDb/Response.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_SimpleDb_Response</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/SimpleDb/Response.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\SimpleDb</newNamespace>
<newClassName>Response</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\SimpleDb\Response</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon</originalClassName>
Expand Down

0 comments on commit 510d114

Please sign in to comment.