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

Propertyprotectedarray  $_options= 'array'

Collection of set options

We set these magically so we can also load then from the environment

(default value: array())

Default valuearrayDetails
Type
array
access
protected

Methods

methodpublic  __get( mixed $var ) : void
Property 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

Parameters
Name Type Description
$var mixed
Details
access
public
methodpublic  __isset(  $var ) :
Parameters
Name Type Description
$var
methodpublic  __set(  $var,  $val ) :
Parameters
Name Type Description
$var
$val
methodpublic  getKey( ) :
methodpublic  getSecret( ) :
methodpublic  setKey(  $key ) :
Parameters
Name Type Description
$key
methodpublic  setSecret(  $secret ) :
Parameters
Name Type Description
$secret
Documentation was generated by DocBlox 0.13.1.