PHP Class Horde_Core_Factory_Base, horde

This class is used for factories that are intended to have their create() methods manually called by code. Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_injector Horde_Injector The injector.

Méthodes publiques

Méthode Description
__construct ( Horde_Injector $injector ) Constructor.

Méthodes protégées

Méthode Description
_getDriverName ( string $driver, string $base ) : string Return the classname of the driver to load.

Method Details

__construct() public méthode

Constructor.
public __construct ( Horde_Injector $injector )
$injector Horde_Injector The injector to use.

_getDriverName() protected méthode

Return the classname of the driver to load.
protected _getDriverName ( string $driver, string $base ) : string
$driver string Driver name.
$base string The base classname.
Résultat string Classname.

Property Details

$_injector protected_oe property

The injector.
protected Horde_Injector $_injector
Résultat Horde_Injector