[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Amazon/ -> Abstract.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 119 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  setKeys()
  __construct()
  _getAccessKey()
  _getSecretKey()

Functions
Functions that are not part of a class:

setKeys($accessKey, $secretKey)   X-Ref
Set the keys to use when accessing SQS.

param: string $access_key       Set the default Access Key
param: string $secret_key       Set the default Secret Key
return: void

__construct($accessKey=null, $secretKey=null)   X-Ref
Create Amazon client.

param: string $access_key       Override the default Access Key
param: string $secret_key       Override the default Secret Key
return: void

_getAccessKey()   X-Ref
Method to fetch the Access Key

return: string

_getSecretKey()   X-Ref
Method to fetch the Secret AWS Key

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1