PHP Class Alex\BehatLauncher\Frontend\TemplateLoader

Afficher le fichier Open project: alexandresalome/behat-launcher Class Usage Examples

Méthodes publiques

Méthode Description
addDirectories ( array $directories ) a list of directories
addDirectory ( $directory )
getSources ( ) : string Returns source for a given template.
update ( $force = false ) : TemplateLoader Updates the template loader file cache.

Method Details

addDirectories() public méthode

a list of directories
public addDirectories ( array $directories )
$directories array

addDirectory() public méthode

public addDirectory ( $directory )

getSources() public méthode

Returns source for a given template.
public getSources ( ) : string
Résultat string a template source

update() public méthode

Updates the template loader file cache.
public update ( $force = false ) : TemplateLoader
Résultat TemplateLoader fluid interface