PHP 클래스 BetterReflection\SourceLocator\Type\StringSourceLocator

Note that this source locator does NOT specify a filename, because we did not load it from a file, so it will be null if you use this locator.
상속: extends AbstractSourceLocator
파일 보기 프로젝트 열기: roave/better-reflection 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $source )

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( string $source )
$source string

createLocatedSource() 보호된 메소드

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