PHP 클래스 BetterReflection\SourceLocator\Type\SingleFileSourceLocator

This is useful for loading a class that does not have a namespace. This is also the class required if you want to use Reflector->getClassesFromFile (which loads all classes from specified file)
상속: extends AbstractSourceLocator
파일 보기 프로젝트 열기: roave/better-reflection 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $filename )

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( string $filename )
$filename string

createLocatedSource() 보호된 메소드

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