classes/phing/tasks/ext/Service/Amazon.php
Abstract Service_Amazon class.
Implements common methods & properties used by all Amazon services
- abstract
- author
- Andrei Serdeliuc
- extends
- Task
- package
- phing.tasks.ext
- version
- $ID$
\Service_Amazon
Abstract Service_Amazon class.
Implements common methods & properties used by all Amazon services
- Extends from
- \Task
- abstract
- author
- Andrei Serdeliuc
- copyright
- 2001,2002 THYRELL. All rights reserved
- extends
- Task
- package
- phing.tasks.ext
- version
- $ID$
Properties
Methods

__get(
mixed $var
)
:
voidProperty getter
If the property hasn't been previously set (through the task call normally), it will try to load it from the project
This way, we can define global properties for the "Amazon" service, like key and secret
| Name | Type | Description |
|---|---|---|
| $var | mixed |
- access
- public