PHP Класс 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.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_injector Horde_Injector The injector.

Открытые методы

Метод Описание
__construct ( Horde_Injector $injector ) Constructor.

Защищенные методы

Метод Описание
_getDriverName ( string $driver, string $base ) : string Return the classname of the driver to load.

Описание методов

__construct() публичный Метод

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

_getDriverName() защищенный Метод

Return the classname of the driver to load.
protected _getDriverName ( string $driver, string $base ) : string
$driver string Driver name.
$base string The base classname.
Результат string Classname.

Описание свойств

$_injector защищенное свойство

The injector.
protected Horde_Injector $_injector
Результат Horde_Injector