PHP 클래스 Horde_Injector_Binder_Implementation, horde

저자: Bob Mckee ([email protected])
저자: James Pepin ([email protected])
상속: implements Horde_Injector_Binder
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $implementation, Horde_Injector_DependencyFinder $finder = null )
create ( Horde_Injector $injector )
equals ( Horde_Injector_Binder $otherBinder ) : boolean
getImplementation ( )

보호된 메소드들

메소드 설명
_getInstance ( Horde_Injector $injector, ReflectionClass $class )
_validateImplementation ( ReflectionClass $reflectionClass )

메소드 상세

__construct() 공개 메소드

public __construct ( $implementation, Horde_Injector_DependencyFinder $finder = null )
$finder Horde_Injector_DependencyFinder

_getInstance() 보호된 메소드

protected _getInstance ( Horde_Injector $injector, ReflectionClass $class )
$injector Horde_Injector
$class ReflectionClass

_validateImplementation() 보호된 메소드

protected _validateImplementation ( ReflectionClass $reflectionClass )
$reflectionClass ReflectionClass

create() 공개 메소드

public create ( Horde_Injector $injector )
$injector Horde_Injector

equals() 공개 메소드

public equals ( Horde_Injector_Binder $otherBinder ) : boolean
$otherBinder Horde_Injector_Binder
리턴 boolean Equality.

getImplementation() 공개 메소드

public getImplementation ( )