root/plugins/sfAmazonECSPlugin/lib/sfAmazonECS.class.php
| Revision 4715, 505 bytes (checked in by Jonathan.Wage, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * This file is part of the sfAmazonECS package. |
| 5 | * (c) 2006-2007 Jonathan H. Wage <jonwage@gmail.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | |
| 11 | /** |
| 12 | * Symfony Amazon E-Commerce Service Class |
| 13 | * |
| 14 | * @package sfAmazonECS |
| 15 | * @author Jonathan H. Wage <jonwage@gmail.com> |
| 16 | * @version SVN: $Id: sfAmazonECS.class.php 3232 2007-01-11 20:51:54Z jwage $ |
| 17 | **/ |
| 18 | class sfAmazonECS extends BasesfAmazonECS |
| 19 | { |
| 20 | } |
Note: See TracBrowser for help on using the browser.