[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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: | 107 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_Nirvanix:: (3 methods):
__construct()
getService()
getOptions()
Class: Zend_Service_Nirvanix - X-Ref
This class allows Nirvanix authentication credentials to be specified__construct($authParams, $options = array() X-Ref |
Class constructor. Authenticates with Nirvanix to receive a sessionToken, which is then passed to each future request. param: array $authParams Authentication POST parameters. This param: array $options Options to pass to namespace proxies |
getService($namespace, $options = array() X-Ref |
Nirvanix divides its service into namespaces, with each namespace providing different functionality. This is a factory method that returns a preconfigured Zend_Service_Nirvanix_Namespace_Base proxy. param: string $namespace Name of the namespace return: Zend_Service_Nirvanix_Namespace_Base |
getOptions() X-Ref |
Get the configured options. return: array |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |