PHP Class Nette\DI\ContainerLoader

Inheritance: use trait Nette\SmartObject
Afficher le fichier Open project: nette/di Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $tempDirectory, $autoRebuild = FALSE )
getClassName ( $key ) : string
load ( $generator, $key = NULL ) : string

Méthodes protégées

Méthode Description
generate ( $class, $generator ) : array

Private Methods

Méthode Description
isExpired ( $file )
loadFile ( $class, $generator ) : void

Method Details

__construct() public méthode

public __construct ( $tempDirectory, $autoRebuild = FALSE )

generate() protected méthode

protected generate ( $class, $generator ) : array
Résultat array of (code, file[])

getClassName() public méthode

public getClassName ( $key ) : string
Résultat string

load() public méthode

public load ( $generator, $key = NULL ) : string
Résultat string