PHP 클래스 BetterReflection\SourceLocator\Type\PhpInternalSourceLocator

상속: extends AbstractSourceLocator
파일 보기 프로젝트 열기: roave/better-reflection 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
hasStub ( string $className ) : boolean Determine if a stub exists for specified class name

보호된 메소드들

메소드 설명
createLocatedSource ( BetterReflection\Identifier\Identifier $identifier ) {@inheritDoc}

비공개 메소드들

메소드 설명
buildStubName ( string $className ) : string | null Determine the stub name
getInternalReflectionClassName ( BetterReflection\Identifier\Identifier $identifier ) : null | string
getStub ( string $className ) : string | null Get the stub source code for an internal class.

메소드 상세

__construct() 공개 메소드

public __construct ( )

createLocatedSource() 보호된 메소드

{@inheritDoc}
protected createLocatedSource ( BetterReflection\Identifier\Identifier $identifier )
$identifier BetterReflection\Identifier\Identifier

hasStub() 공개 메소드

Determine if a stub exists for specified class name
public hasStub ( string $className ) : boolean
$className string
리턴 boolean