PHP Class Nelmio\Alice\Generator\GenerationContext

Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( )
cacheValue ( string $key, $value )
getCachedValue ( string $key ) : mixed
isFirstPass ( ) : boolean
markAsNeedsCompleteGeneration ( )
markIsResolvingFixture ( string $id )
needsCompleteGeneration ( ) : boolean
setToSecondPass ( )
unmarkAsNeedsCompleteGeneration ( )

Method Details

__construct() public method

public __construct ( )

cacheValue() public method

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

getCachedValue() public method

public getCachedValue ( string $key ) : mixed
$key string
return mixed

isFirstPass() public method

public isFirstPass ( ) : boolean
return boolean

markAsNeedsCompleteGeneration() public method

markIsResolvingFixture() public method

public markIsResolvingFixture ( string $id )
$id string

needsCompleteGeneration() public method

setToSecondPass() public method

public setToSecondPass ( )

unmarkAsNeedsCompleteGeneration() public method