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])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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