Horde_DNS_Factory_Manager
        
        extends Horde_Core_Factory_Base
    
    
            
            in package
            
        
    
    
    
Factory Mapper NOTE: I don't think this is necessary anymore as this factory isn't used
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
- $_adapter : mixed
- $_managers : mixed
- $_mapper : mixed
Methods
- __construct() : mixed
- __get() : mixed
- create() : mixed
Properties
$_adapter
    protected
        mixed
    $_adapter
     = \null
    
    
    
    
$_managers
    protected
        mixed
    $_managers
     = array()
    
    
    
    
$_mapper
    protected
        mixed
    $_mapper
    
    
    
    
    
Methods
__construct()
    public
                    __construct(Horde_Injector $injector) : mixed
    Parameters
- $injector : Horde_Injector
__get()
    public
                    __get(mixed $key) : mixed
    Parameters
- $key : mixed
create()
    public
                    create(mixed $name[, mixed $adapter = array() ]) : mixed
    Parameters
- $name : mixed
- $adapter : mixed = array()