PHP Class Nelmio\Alice\Generator\GenerationContext

Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

cacheValue() public méthode

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

getCachedValue() public méthode

public getCachedValue ( string $key ) : mixed
$key string
Résultat mixed

isFirstPass() public méthode

public isFirstPass ( ) : boolean
Résultat boolean

markAsNeedsCompleteGeneration() public méthode

markIsResolvingFixture() public méthode

public markIsResolvingFixture ( string $id )
$id string

needsCompleteGeneration() public méthode

public needsCompleteGeneration ( ) : boolean
Résultat boolean

setToSecondPass() public méthode

public setToSecondPass ( )

unmarkAsNeedsCompleteGeneration() public méthode