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
Package: phing\tasks\ext
Parameters
Details
Abstract Service_Amazon class.
Implements common methods & properties used by all Amazon services
- Parent(s)
- \Task < \ProjectComponent
- Children
- \Service_Amazon_S3
- Abstract
- Author
- Andrei Serdeliuc
- Extends
- Task
- 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