PHP 인터페이스 DI\Definition\Definition

저자: Matthieu Napoli ([email protected])
파일 보기 프로젝트 열기: mnapoli/php-di 0 사용 예제들

공개 메소드들

메소드 설명
getName ( ) : string Returns the name of the entry in the container.
getScope ( ) : string Returns the scope of the entry.

메소드 상세

getName() 공개 메소드

Returns the name of the entry in the container.
public getName ( ) : string
리턴 string

getScope() 공개 메소드

Returns the scope of the entry.
public getScope ( ) : string
리턴 string