Cloud/Infrastructure/Factory.php

Show: PublicProtectedPrivateinherited
Table of Contents
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Cloud  
Subpackage
Infrastructure  

\Zend_Cloud_Infrastructure_Factory

Package: Zend_Cloud\Infrastructure
Factory for infrastructure adapters
Parent(s)
\Zend_Cloud_AbstractFactory
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  INFRASTRUCTURE_ADAPTER_KEY = 'infrastructure_adapter'

Properties

>VPropertyprotectedstring $_adapterInterface = 'Zend_Cloud_Infrastructure_Adapter'
static

Interface which adapter must implement to be considered valid

Default value'Zend_Cloud_Infrastructure_Adapter'Details
Type
string

Methods

methodprivate__construct() : void

Constructor

Private ctor - should not be used
methodpublicgetAdapter(array $options = array()) : void
static

Retrieve an adapter instance

Parameters
NameTypeDescription
$optionsarray
Documentation was generated by phpDocumentor 2.2.0 .