PHP 클래스 Nelmio\Alice\Generator\GenerationContext

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
cacheValue ( string $key, $value )
getCachedValue ( string $key ) : mixed
isFirstPass ( ) : boolean
markAsNeedsCompleteGeneration ( )
markIsResolvingFixture ( string $id )
needsCompleteGeneration ( ) : boolean
setToSecondPass ( )
unmarkAsNeedsCompleteGeneration ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

cacheValue() 공개 메소드

public cacheValue ( string $key, $value )
$key string

getCachedValue() 공개 메소드

public getCachedValue ( string $key ) : mixed
$key string
리턴 mixed

isFirstPass() 공개 메소드

public isFirstPass ( ) : boolean
리턴 boolean

markAsNeedsCompleteGeneration() 공개 메소드

markIsResolvingFixture() 공개 메소드

public markIsResolvingFixture ( string $id )
$id string

needsCompleteGeneration() 공개 메소드

setToSecondPass() 공개 메소드

public setToSecondPass ( )

unmarkAsNeedsCompleteGeneration() 공개 메소드